29 #include <alps/utility/copyright.hpp>
34 int main(
int argc,
char ** argv)
38 <<
" Density Matrix Renormalization Group algorithm\n"
39 <<
" available from http://alps.comp-phys.org/\n"
40 <<
" copyright (c) 2013 Institute for Theoretical Physics, ETH Zurich\n"
41 <<
" copyright (c) 2010-2011 by Bela Bauer\n"
42 <<
" copyright (c) 2011-2013 by Michele Dolfi\n"
43 <<
" for details see the publication: \n"
44 <<
" M. Dolfi et al, in preparation\n"
46 alps::print_copyright(std::cout);
53 }
catch (std::exception & e) {
54 std::cerr <<
"Exception thrown:" << std::endl;
55 std::cerr << e.what() << std::endl;
int main(int argc, char **argv)
parameter scans scheduler
#define DMRG_VERSION_STRING