ALPS MPS Codes
Reference documentation.
|
Functions | |
template<class Matrix , class SymmGroup > | |
void | reshape_both_to_left (Index< SymmGroup > const &physical_i_left, Index< SymmGroup > const &physical_i_right, Index< SymmGroup > const &left_i, Index< SymmGroup > const &right_i, block_matrix< Matrix, SymmGroup > const &m1, block_matrix< Matrix, SymmGroup > &m2) |
template<class Matrix , class SymmGroup > | |
void | reshape_left_to_both (Index< SymmGroup > const &physical_i_left, Index< SymmGroup > const &physical_i_right, Index< SymmGroup > const &left_i, Index< SymmGroup > const &right_i, block_matrix< Matrix, SymmGroup > const &m1, block_matrix< Matrix, SymmGroup > &m2) |
template<class Matrix , class SymmGroup > | |
void | reshape_right_to_both (Index< SymmGroup > const &physical_i_left, Index< SymmGroup > const &physical_i_right, Index< SymmGroup > const &left_i, Index< SymmGroup > const &right_i, block_matrix< Matrix, SymmGroup > const &m1, block_matrix< Matrix, SymmGroup > &m2) |
template<class Matrix , class SymmGroup > | |
void | reshape_both_to_right (Index< SymmGroup > const &physical_i_left, Index< SymmGroup > const &physical_i_right, Index< SymmGroup > const &left_i, Index< SymmGroup > const &right_i, block_matrix< Matrix, SymmGroup > const &m1, block_matrix< Matrix, SymmGroup > &m2) |
void ts_reshape::reshape_both_to_left | ( | Index< SymmGroup > const & | physical_i_left, |
Index< SymmGroup > const & | physical_i_right, | ||
Index< SymmGroup > const & | left_i, | ||
Index< SymmGroup > const & | right_i, | ||
block_matrix< Matrix, SymmGroup > const & | m1, | ||
block_matrix< Matrix, SymmGroup > & | m2 | ||
) |
Definition at line 43 of file ts_reshape.h.
void ts_reshape::reshape_both_to_right | ( | Index< SymmGroup > const & | physical_i_left, |
Index< SymmGroup > const & | physical_i_right, | ||
Index< SymmGroup > const & | left_i, | ||
Index< SymmGroup > const & | right_i, | ||
block_matrix< Matrix, SymmGroup > const & | m1, | ||
block_matrix< Matrix, SymmGroup > & | m2 | ||
) |
Definition at line 260 of file ts_reshape.h.
void ts_reshape::reshape_left_to_both | ( | Index< SymmGroup > const & | physical_i_left, |
Index< SymmGroup > const & | physical_i_right, | ||
Index< SymmGroup > const & | left_i, | ||
Index< SymmGroup > const & | right_i, | ||
block_matrix< Matrix, SymmGroup > const & | m1, | ||
block_matrix< Matrix, SymmGroup > & | m2 | ||
) |
Definition at line 115 of file ts_reshape.h.
void ts_reshape::reshape_right_to_both | ( | Index< SymmGroup > const & | physical_i_left, |
Index< SymmGroup > const & | physical_i_right, | ||
Index< SymmGroup > const & | left_i, | ||
Index< SymmGroup > const & | right_i, | ||
block_matrix< Matrix, SymmGroup > const & | m1, | ||
block_matrix< Matrix, SymmGroup > & | m2 | ||
) |
Definition at line 176 of file ts_reshape.h.