Exposes MPS-Krylov. More...
#include "python_module/cpp_pyten/inc/pyb.h"#include "python_module/cpp_pyten/inc/expose_class.h"#include "inc/alg/krylov_evolve.h"#include "inc/alg/krylov_evolver.h"#include "inc/mps/operator.h"#include "inc/mps/orthogonalise_mps.h"#include "inc/mps/parse_operator.h"#include "inc/mps/state.h"#include "inc/mps/varapplyortho_mps.h"
Include dependency graph for krylov.cpp:Namespaces | |
| namespace | syten |
| Syten namespace. | |
| namespace | syten::Pyten |
| Contains the initialisation functions for Python bindings. | |
Functions | |
| template<typename Ortho > | |
| void | syten::Pyten::expose_mp_krylov_evolver (py::module &mp_krylov, std::string name) |
| Exposes the specified Krylov solver. More... | |
| void | syten::Pyten::init_mp_krylov (py::module &mp_mod) |
| Initialises the MPS-Krylov submodule. More... | |
Exposes MPS-Krylov.