Exposes T3N-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/t3n/operator.h"
#include "inc/t3n/state.h"
#include "inc/util/filename_extensions.h"
Namespaces | |
namespace | syten |
Syten namespace. | |
namespace | syten::Pyten |
Contains the initialisation functions for Python bindings. | |
Functions | |
template<typename Ortho > | |
void | syten::Pyten::expose_t3n_krylov_evolver (py::module &t3n_krylov, std::string name) |
Exposes the specified Krylov solver. More... | |
void | syten::Pyten::init_t3n_krylov (py::module &t3n_mod) |
Initialises the MPS-Krylov submodule. More... | |
Exposes T3N-Krylov.