std::vector< std::tuple< std::string, bool, std::string > > syten::T3N::Lattice::listOps | ( | ) | const |
Returns a vector describing all operators existing on the lattice.
Fields are tuple<key, isGlobal, description>
.
References globalOperators, std::make_tuple(), std::vector< T >::push_back(), and siteOperators.
Referenced by syten::Pyten::expose_syten_class< T3N::Lattice::Phys >().