A single Hermitian part of a MPO. More...
Public Member Functions | |
HamiltonianSummand ()=default | |
Default ctor. More... | |
HamiltonianSummand (char tag_, Index i_, Index j_, Operator &&summand_, std::string &&desc_) | |
Standard ctor. More... | |
Public Attributes | |
std::string | desc |
MPO expression from which summand was constructed. More... | |
Index | i |
left site on which summand acts nontrivially More... | |
Index | j |
right site on which summand acts nontrivially More... | |
Operator | summand |
MPO constructed from desc More... | |
char | tag |
tag used to differentiate MPOs going into different evolution operators More... | |
A single Hermitian part of a MPO.