T3N-DMRG implementation. More...
#include "inc/alg/dmrg.h"#include "inc/t3n/state.h"#include "inc/t3n/operator.h"#include "inc/util/timer.h"#include "inc/util/macros.h"#include "lattice.h"
Include dependency graph for dmrg.h:
This graph shows which files directly or indirectly include this file:Classes | |
| struct | syten::T3N::DMRG::Contractions |
| Data type used to store contractions of the Hamiltonian with the state. More... | |
| struct | syten::T3N::DMRG::Position |
| Since these usually belong together. More... | |
| struct | syten::T3N::DMRG::Run |
| One run of T3N-DMRG. More... | |
Namespaces | |
| namespace | syten |
| Syten namespace. | |
| namespace | syten::T3N |
| Namespace for T3N. | |
| namespace | syten::T3N::DMRG |
| DMRG specific data structures and classes. | |
T3N-DMRG implementation.