Implementation for inc/mps/multigrid.h
More...
#include "inc/mps/multigrid.h"
#include "inc/tensor/tensor_gen.h"
#include "inc/tensor/tensor_svd.h"
#include "inc/tensor/tensor_prod.h"
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... | |
Implementation for inc/mps/multigrid.h