Simple update mechanism for iPEPSv2. More...
Include dependency graph for simple_update.h:
This graph shows which files directly or indirectly include this file: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... | |
Simple update mechanism for iPEPSv2.