Implementation of a MPS with STensors. More...
Classes | |
class | syten::MPS::SState |
The "smart" MPS needs to store both the local bases and the bond bases. More... | |
Namespaces | |
namespace | syten |
Syten namespace. | |
namespace | syten::MPS |
The namespace containing all MPS-related tools, classes and objects. | |
Functions | |
STensor | syten::MPS::overlap (SState const &b, SState const &a, std::vector< Index > perm) |
Computes overlap of two smart states. More... | |
SDef | syten::MPS::overlap (State b, State a, std::vector< Index > perm) |
Implementation of a MPS with STensors.