Containing the local expectation calculation. More...
Include dependency graph for local_expectation.h:
This graph shows which files directly or indirectly include this file:Namespaces | |
| namespace | syten |
| Syten namespace. | |
| namespace | syten::MPS |
| The namespace containing all MPS-related tools, classes and objects. | |
Functions | |
| std::pair< std::vector< SDef >, SDef > | syten::MPS::local_expectation (Lattice const &lat, State const &a, State const &b, std::string const &id, bool const cache, bool const no_normalise) |
Computes the expectation value on each site for id. More... | |
| std::pair< std::vector< SDef >, SDef > | syten::MPS::local_expectation (Lattice const &lat, State const &a, std::string const &id, bool const cache, bool const no_normalise) |
| Overload. More... | |
Containing the local expectation calculation.