|
void | add (std::string const &id, std::string const &desc, Operator const &op, bool const overwrite=false) |
| Add a global operator. More...
|
|
void | add (std::string const &id, std::string const &desc, std::vector< Tensor< 4 > > const &ops, bool const overwrite=false, bool const periodic=true) |
| Overload for inhomogeneous lattice. More...
|
|
void | add (std::string const &id, std::string const &desc, Tensor< 4 > const &op, bool const overwrite=false, bool const periodic=true) |
| Add a single-site operator. More...
|
|
PhysBases | genPhys () const |
| Generates old fashioned physical SBasis tree. More...
|
|
Types | genTypes () const |
| Generates system topology and types. More...
|
|
Operator const & | get (std::string const &id) const |
| Returns the specified stored global operator. More...
|
|
Operator | get (std::string const &id, int const site) const |
| Overload for access through translator. More...
|
|
Operator | get (std::string const &id, T3N::Tree::Position const &coord) const |
| Returns a global operator representing the specified single-site operator. More...
|
|
std::vector< Tensor< 4 > > const & | getLocal (std::string const &id) const |
| Returns the local component of a single-site operator identified by id More...
|
|
Tensor< 4 > const & | getLocal (std::string const &id, int const site) const |
| Overload to access through translator. More...
|
|
T3NTensor | getLocal (std::string const &id, int const site, bool) const |
| Overload for access through translator. More...
|
|
Tensor< 4 > const & | getLocal (std::string const &id, T3N::Tree::Position const &coord) const |
| Returns the local component of a single-site operator identified by id one the given site. More...
|
|
T3NTensor | getLocal (std::string const &id, T3N::Tree::Position const &coord, bool) const |
| Overload to get an STensor. More...
|
|
bool | isUniform () const |
| Checks if lattice is uniform. More...
|
|
| Lattice ()=default |
| Default constructor. More...
|
|
| Lattice (Basis const &vac_, Basis const &site_, Types const &types_) |
| Standard constructor. More...
|
|
| Lattice (Basis const &vac_, Basis const &siteBasis_, std::string_view skelleton_, Translator translator=Translator()) |
| Overload for homogeneous lattices. More...
|
|
| Lattice (Basis const &vac_, std::vector< Basis > const &site_, Types const &types_) |
| Constructor for non uniform lattices. More...
|
|
std::vector< std::pair< std::string, std::string > > | listLocals () const |
| Returns a list of all local operators and their descriptions. More...
|
|
std::vector< std::tuple< std::string, bool, std::string > > | listOps () const |
| Returns a vector describing all operators existing on the lattice. More...
|
|
Index | numTypes () const |
| Returns the number of different types. More...
|
|
template<class Archive > |
void | serialize (Archive &ar, unsigned int const in_version) |
| Boost archiving. More...
|
|
std::vector< Basis > const & | siteBases () const |
| Returns all site bases. More...
|
|
SBasis | siteBasis (Index const i) const |
| Overload for access through translator. More...
|
|
SBasis | siteBasis (T3N::Tree::Position const &pos) const |
| Returns the basis for the requested node. More...
|
|
Index | size (NodeType type=NodeType::Physical) const |
| Number of requested nodes. More...
|
|
SBasis | svac () const |
| An svac, for everbody who might need it. More...
|
|
Index | total_size () const |
| Total size of the lattice. More...
|
|
Translator & | translator () |
| Each node in the tree can be identiyfied by an integer. More...
|
|
Translator const & | translator () const |
| Each node in the tree can be identiyfied by an integer. More...
|
|
Basis const & | typeBasis (Index const i, bool const nowarn=false) const |
| Returns the basis for the requested type. More...
|
|
Sector const & | vacSector () const |
| Shortcut for getting the vacuum sector. More...
|
|
| ~Lattice ()=default |
| Default destructor. More...
|
|