Exponential functions for iPEPSv2. More...
#include "inc/ipeps2/operators.h"
Namespaces | |
namespace | syten |
Syten namespace. | |
namespace | syten::IPEPSv2 |
Namespace for the second-generation iPEPS code (iPEPSv2). | |
Functions | |
AOneOp | syten::IPEPSv2::exp (SDef const tau, AOneOp op) |
Returns the exponential \( e^{\tau \hat o} \) for the applied one-site operator op and prefactor tau . More... | |
ATwoOp | syten::IPEPSv2::exp (SDef const tau, ATwoOp op) |
Returns the exponential \( e^{\tau \hat o} \) for the applied two-site operator op and prefactor tau . More... | |
ProdOp | syten::IPEPSv2::exp (SDef const tau, SumOp const &op, Index const order=1) |
Returns a first or second order approximation to \( e^{\tau
\hat O} \) for the sum operator op and prefactor tau . More... | |
Exponential functions for iPEPSv2.