SyTen
local_expectation.h File Reference

Containing the local expectation calculation. More...

#include "inc/mps/state.h"
#include "inc/mps/lattice.h"
#include "inc/mps/operator.h"
+ Include dependency graph for local_expectation.h:
+ This graph shows which files directly or indirectly include this file:

Namespaces

 syten
 Syten 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...
 

Detailed Description

Containing the local expectation calculation.