ALPS MPS Codes
Reference documentation.
|
#include <alps/utility/copyright.hpp>
#include <iostream>
#include "dmrg/version.h"
#include <complex>
#include "dmrg/block_matrix/detail/alps.hpp"
#include "dmrg/block_matrix/indexing.h"
#include "dmrg/mp_tensors/mps.h"
#include "dmrg/mp_tensors/mpo.h"
#include "dmrg/mp_tensors/contractions.h"
#include "dmrg/mp_tensors/mps_mpo_ops.h"
#include "dmrg/mp_tensors/mpo_ops.h"
#include <boost/program_options.hpp>
Go to the source code of this file.
Typedefs | |
typedef alps::numeric::matrix < double > | matrix |
typedef alps::numeric::matrix < std::complex< double > > | cmatrix |
typedef NU1 | grp |
Functions | |
template<class Matrix , class SymmGroup > | |
void | run (std::string const &chkp1, std::string const &chkp2) |
int | main (int argc, char **argv) |
typedef alps::numeric::matrix<std::complex<double> > cmatrix |
typedef alps::numeric::matrix<double> matrix |
void run | ( | std::string const & | chkp1, |
std::string const & | chkp2 | ||
) |
Definition at line 52 of file main.cpp.