SyTen
exponentials.h File Reference

Exponential functions for iPEPSv2. More...

+ Include dependency graph for exponentials.h:
+ This graph shows which files directly or indirectly include this file:

Namespaces

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

Detailed Description

Exponential functions for iPEPSv2.