ALPS MPS Codes
Reference documentation.
|
Classes | |
struct | vectorspace_traits< SingleSiteVS< Matrix, SymmGroup > > |
Functions | |
template<class Matrix , class SymmGroup , class Generator > | |
void | generate (MPSTensor< Matrix, SymmGroup > &m, Generator g) |
template<class Matrix , class SymmGroup > | |
void | generate (MPSTensor< Matrix, SymmGroup > &m, MPSTensor< Matrix, SymmGroup > const &m2) |
template<class Matrix , class SymmGroup > | |
void | swap (MPSTensor< Matrix, SymmGroup > &x, MPSTensor< Matrix, SymmGroup > &y) |
template<class Matrix , class SymmGroup > | |
MPSTensor< Matrix, SymmGroup > ::scalar_type | dot (MPSTensor< Matrix, SymmGroup > const &x, MPSTensor< Matrix, SymmGroup > const &y) |
template<class Matrix , class SymmGroup > | |
MPSTensor< Matrix, SymmGroup > ::real_type | two_norm (MPSTensor< Matrix, SymmGroup > const &x) |
template<class Matrix , class SymmGroup > | |
void | mult (SiteProblem< Matrix, SymmGroup > const &H, MPSTensor< Matrix, SymmGroup > const &x, MPSTensor< Matrix, SymmGroup > &y) |
MPSTensor<Matrix, SymmGroup>::scalar_type ietl::dot | ( | MPSTensor< Matrix, SymmGroup > const & | x, |
MPSTensor< Matrix, SymmGroup > const & | y | ||
) |
Definition at line 51 of file ietl_lanczos_solver.h.
void ietl::generate | ( | MPSTensor< Matrix, SymmGroup > & | m, |
Generator | g | ||
) |
Definition at line 34 of file ietl_lanczos_solver.h.
void ietl::generate | ( | MPSTensor< Matrix, SymmGroup > & | m, |
MPSTensor< Matrix, SymmGroup > const & | m2 | ||
) |
Definition at line 39 of file ietl_lanczos_solver.h.
void ietl::mult | ( | SiteProblem< Matrix, SymmGroup > const & | H, |
MPSTensor< Matrix, SymmGroup > const & | x, | ||
MPSTensor< Matrix, SymmGroup > & | y | ||
) |
Definition at line 108 of file ietl_lanczos_solver.h.
void ietl::swap | ( | MPSTensor< Matrix, SymmGroup > & | x, |
MPSTensor< Matrix, SymmGroup > & | y | ||
) |
Definition at line 44 of file ietl_lanczos_solver.h.
MPSTensor<Matrix, SymmGroup>::real_type ietl::two_norm | ( | MPSTensor< Matrix, SymmGroup > const & | x | ) |
Definition at line 58 of file ietl_lanczos_solver.h.