Coarse- and fine-graining of lattices and states. More...
Namespaces | |
namespace | syten |
Syten namespace. | |
namespace | syten::MPS |
The namespace containing all MPS-related tools, classes and objects. | |
Functions | |
Lattice | syten::MPS::coarse_grain (Lattice const &lat, std::ostream &out, bool collapse) |
Coarse-grains a lattice, returning a new lattice. More... | |
Operator | syten::MPS::coarse_grain (Operator const &op, std::ostream &out, bool collapse) |
Coarse-grains the operator op , returning a new operator of half the size. More... | |
State | syten::MPS::fine_grain (State const &inp, Lattice const &target, std::ostream &out, bool collapse) |
Fine-grains a state to be compatible with the supplied lattice. More... | |
Coarse- and fine-graining of lattices and states.