Implementation for inc/ipeps2/simple_update.h
More...
#include "inc/ipeps2/simple_update.h"#include "inc/ipeps2/directional_qrs.h"#include "inc/tensor/tensor_decomposition.h"
Include dependency graph for simple_update.cpp:Namespaces | |
| namespace | syten |
| Syten namespace. | |
| namespace | syten::IPEPSv2 |
| Namespace for the second-generation iPEPS code (iPEPSv2). | |
Functions | |
| SRDef | syten::IPEPSv2::simple_update (State &psi, AOneOp const &op, Truncation const &) |
Applies the one-site operator op to the state. More... | |
| SRDef | syten::IPEPSv2::simple_update (State &psi, ATwoOp const &op, Truncation const &trunc) |
Applies the two-site operator op to the state using the truncation criterion trunc. More... | |
| SRDef | syten::IPEPSv2::simple_update (State &psi, ProdOp const &ops, Truncation const &trunc) |
Applies the series of operators ops to the state using the truncation criterion trunc. More... | |
| SRDef | syten::IPEPSv2::simple_update (State &psi, ProdOp const &ops, UpdateStage const &conf) |
Applies the series of operators ops to the state using the truncation criterion stored in the configuration conf. More... | |
Implementation for inc/ipeps2/simple_update.h