VMPS++
|
#include "numeric_limits.h"
#include "Stopwatch.h"
#include "tensors/SiteOperator.h"
#include "symmetry/qarray.h"
#include "tensors/Qbasis.h"
#include "tensors/Biped.h"
#include "MemCalc.h"
Go to the source code of this file.
Classes | |
class | MpoTerms< Symmetry, Scalar > |
struct | MpoTerms< Symmetry, Scalar >::reversedData |
Namespaces | |
namespace | MPO_STATUS |
Macros | |
#define | EIGEN_DONT_VECTORIZE |
#define | DEBUG_VERBOSITY 0 |
#define | MAX_SUMPROD_STRINGLENGTH 700 |
Typedefs | |
template<typename Symmetry > | |
using | MpoTermsXd = MpoTerms< Symmetry, double > |
template<typename Symmetry > | |
using | MpoTermsXcd = MpoTerms< Symmetry, std::complex< double > > |
Enumerations | |
enum | MPO_STATUS::OPTION { MPO_STATUS::ALTERABLE =0 , MPO_STATUS::FINALIZED =1 } |
#define DEBUG_VERBOSITY 0 |
Definition at line 5 of file MpoTerms.h.
#define EIGEN_DONT_VECTORIZE |
Definition at line 3 of file MpoTerms.h.
#define MAX_SUMPROD_STRINGLENGTH 700 |
Definition at line 9 of file MpoTerms.h.
using MpoTermsXcd = MpoTerms<Symmetry,std::complex<double> > |
Definition at line 729 of file MpoTerms.h.
using MpoTermsXd = MpoTerms<Symmetry,double> |
Definition at line 728 of file MpoTerms.h.