VMPS++
|
Go to the source code of this file.
Classes | |
class | EDSolver< Operator > |
class | SiteOperatorQ< Symmetry, MatrixType_ > |
Functions | |
template<typename Symmetry , typename MatrixType_ > | |
SiteOperatorQ< Symmetry, MatrixType_ > | operator* (const typename MatrixType_::Scalar &s, const SiteOperatorQ< Symmetry, MatrixType_ > &op) |
template<typename Symmetry , typename MatrixType_ > | |
SiteOperatorQ< Symmetry, MatrixType_ > | operator* (const SiteOperatorQ< Symmetry, MatrixType_ > &O1, const SiteOperatorQ< Symmetry, MatrixType_ > &O2) |
template<typename Symmetry , typename MatrixType_ > | |
SiteOperatorQ< Symmetry, MatrixType_ > | operator+ (const SiteOperatorQ< Symmetry, MatrixType_ > &O1, const SiteOperatorQ< Symmetry, MatrixType_ > &O2) |
template<typename Symmetry , typename MatrixType_ > | |
SiteOperatorQ< Symmetry, MatrixType_ > | operator- (const SiteOperatorQ< Symmetry, MatrixType_ > &O1, const SiteOperatorQ< Symmetry, MatrixType_ > &O2) |
template<typename Symmetry , typename MatrixType_ > | |
SiteOperatorQ< Symmetry, MatrixType_ > | kroneckerProduct (const SiteOperatorQ< Symmetry, MatrixType_ > &O1, const SiteOperatorQ< Symmetry, MatrixType_ > &O2) |
template<typename Symmetry , typename MatrixType_ > | |
std::ostream & | operator<< (std::ostream &os, const SiteOperatorQ< Symmetry, MatrixType_ > &Op) |
SiteOperatorQ< Symmetry, MatrixType_ > kroneckerProduct | ( | const SiteOperatorQ< Symmetry, MatrixType_ > & | O1, |
const SiteOperatorQ< Symmetry, MatrixType_ > & | O2 | ||
) |
Definition at line 623 of file SiteOperatorQ.h.
SiteOperatorQ< Symmetry, MatrixType_ > operator* | ( | const SiteOperatorQ< Symmetry, MatrixType_ > & | O1, |
const SiteOperatorQ< Symmetry, MatrixType_ > & | O2 | ||
) |
Definition at line 587 of file SiteOperatorQ.h.
SiteOperatorQ< Symmetry, MatrixType_ > operator* | ( | const typename MatrixType_::Scalar & | s, |
const SiteOperatorQ< Symmetry, MatrixType_ > & | op | ||
) |
Definition at line 579 of file SiteOperatorQ.h.
SiteOperatorQ< Symmetry, MatrixType_ > operator+ | ( | const SiteOperatorQ< Symmetry, MatrixType_ > & | O1, |
const SiteOperatorQ< Symmetry, MatrixType_ > & | O2 | ||
) |
Definition at line 596 of file SiteOperatorQ.h.
SiteOperatorQ< Symmetry, MatrixType_ > operator- | ( | const SiteOperatorQ< Symmetry, MatrixType_ > & | O1, |
const SiteOperatorQ< Symmetry, MatrixType_ > & | O2 | ||
) |
Definition at line 610 of file SiteOperatorQ.h.
std::ostream & operator<< | ( | std::ostream & | os, |
const SiteOperatorQ< Symmetry, MatrixType_ > & | Op | ||
) |
Definition at line 629 of file SiteOperatorQ.h.