Implementation of a MPS with STensors. More...
#include "inc/mps/smart_state.h"#include "inc/stensor/stensor_project.h"#include "inc/stensor/stensor_transpose.h"#include "inc/stensor/stensor_prod.h"#include "inc/stensor/stensor_ops.h"#include "inc/stensor/stensor_gen.h"#include "inc/stensor/stensorproxy.h"
Include dependency graph for smart_state.cpp:Namespaces | |
| namespace | syten |
| Syten namespace. | |
| namespace | syten::MPS |
| The namespace containing all MPS-related tools, classes and objects. | |
Functions | |
| STensor | syten::MPS::overlap (SState const &b, SState const &a, std::vector< Index > perm) |
| Computes overlap of two smart states. More... | |
| SDef | syten::MPS::overlap (State b, State a, std::vector< Index > perm) |
Implementation of a MPS with STensors.