A one-site operator acting on a single defined site. More...
#include <operators.h>
Public Member Functions | |
ATwoOp | operator* (AOneOp const &b) const |
Multiplies two applied one-operators such that this is applied first. More... | |
template<typename Archive > | |
void | serialize (Archive &ar, const unsigned int in_version) |
Boost archiving. More... | |
Public Attributes | |
Coord | location |
the site on which this operator acts More... | |
OneOp | op |
single site operator. More... | |
Static Public Attributes | |
static constexpr unsigned int | version = 1 |
current version, bump if you change one of the data structures here More... | |
A one-site operator acting on a single defined site.