iPEPSv2 operator representing a linear combination of an applied one-site operator and an applied two-site operator. More...
#include <operators.h>
Public Member Functions | |
MemoryUsage::MemorySize | allocSize () const |
syten::MemoryUsage::allocSize()/memory_size.h support. More... | |
Public Attributes | |
AOneOp | one_op |
contained applied one-op, to be calculated first More... | |
ATwoOp | two_op |
contained applied two-op, to be calculated second More... | |
Boost serialisation support. | |
static constexpr unsigned int | version = 1 |
Boost serialisation version. More... | |
template<typename Archive > | |
void | serialize (Archive &ar, const unsigned int in_version) |
Boost serialisation. More... | |
iPEPSv2 operator representing a linear combination of an applied one-site operator and an applied two-site operator.
The operators must not overlap and both must transform trivially.