SyTen
expectation_values.cpp File Reference

Implementation for inc/ipeps2/expectation_values.h More...

+ Include dependency graph for expectation_values.cpp:

Namespaces

 syten::IPEPSv2
 Namespace for the second-generation iPEPS code (iPEPSv2).
 

Functions

STensor syten::IPEPSv2::expectation_value (State const &psi, CornerTransferMatrix const &ctm, AOneOp const &op)
 Calculates the expectation value of the state psi with respect to the applied one-site operator op. More...
 
STensor syten::IPEPSv2::expectation_value (State const &psi, CornerTransferMatrix const &ctm, ATwoOp const &op)
 Calculates the expectation value of the state psi with respect to the applied two-site operator op using the CTM ctm. More...
 
STensor syten::IPEPSv2::expectation_value (State const &psi, CornerTransferMatrix const &ctm, A12Op const &op)
 Calculates the expectation value of the state psi with respect to the applied one/two-site operator op using the CTM ctm. More...
 
STensor syten::IPEPSv2::expectation_value (State const &psi, CornerTransferMatrix const &ctm, ATwoOp const &op1, ATwoOp const &op2)
 Implementation helper: Calculates the expectation value of a state with two applied two-site operators. More...
 
STensor syten::IPEPSv2::expectation_value (State const &psi, CornerTransferMatrix const &ctm, ProdOp const &op)
 Calculates the expectation value of the state psi with respect to the product operator op using the CTM ctm. More...
 
STensor syten::IPEPSv2::expectation_value (State const &psi, CornerTransferMatrix const &ctm, SumOp const &op)
 Calculates the expectation value of the state psi with respect to the sum operator op using the CTM ctm. More...
 

Detailed Description