SyTen

◆ evolve_modes_help

std::string syten::IterativeConfig::evolve_modes_help
static
Initial value:
{R"MODES_HELP(
- 'T': Tensor networks oriented Krylov subspace method restricted to a
tridiagonal effective matrix and using sequential operator
application and orthonormalisation procedures. Implemented in
tn_krylov.h
- 'U': Tensor networks oriented Krylov subspace method calculating the
full effective matrix and using sequential operator application
and orthonormalisation procedures.
- 'V': Tensor networks oriented Krylov subspace method restricted to a
tridiagonal effective matrix and using concurrent variational
operator application and orthonormalisation methods. Only
implemented for MPS, has no sub-modes. May give wrong results if
the initial state is very simple due to the variational
application.
- 'W': Tensor networks oriented Krylov subspace method calculating the
full effective matrix and using concurrent variational operator
application and orthonormalisation methods. Only implemented for
MPS, has no sub-modes. May give wrong results if the initial
state is very simple due to the variational application.)MODES_HELP"}

Static string describing the available modes.

Referenced by syten::Pyten::init_alg_iterative().