#include "libpscan/scheduler.hpp"
#include <alps/utility/copyright.hpp>
#include <iostream>
#include "dmrg/version.h"
Go to the source code of this file.
|
int | main (int argc, char **argv) |
|
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Definition at line 34 of file mps_optim.cpp.
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;
#define DMRG_VERSION_STRING