ALPS MPS Codes
Reference documentation.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
mpotensor_manip.h
Go to the documentation of this file.
1 
2 #ifndef MPOTENSOR_MANIP_H
3 #define MPOTENSOR_MANIP_H
4 
5 #include "dmrg/mp_tensors/mpo.h"
6 
7 template <class Matrix, class SymmGroup>
9  Index<Index<SymmGroup> const & phys_i)
10 {
11 
12 
13 
14 }
15 
16 
17 #endif
MPO< Matrix, SymmGroup > block_to_mpo(MPOTensor< Matrix, SymmGroup > const &block, Index< Index< SymmGroup > const &phys_i)
Definition: mpo.h:36
definition of MPO class (vector of MPOTensor)