T3N-TDVP implementation. More...
#include "inc/alg/iterative.h"
#include "inc/alg/tdvp.h"
#include "state.h"
#include "operator.h"
#include "inc/util/timer.h"
#include "dmrg.h"
Classes | |
class | syten::T3N::TDVP::Worker |
TDVP worker. More... | |
Namespaces | |
namespace | syten |
Syten namespace. | |
namespace | syten::T3N |
Namespace for T3N. | |
namespace | syten::T3N::TDVP |
T3N TDVP Implementation. | |
Typedefs | |
typedef DMRG::Contractions | syten::T3N::TDVP::Contractions |
Data type used to store contractions of the Hamiltonian with the state. More... | |
typedef DMRG::Position | syten::T3N::TDVP::Position |
Since these usually belong together. More... | |
Functions | |
std::ostream & | syten::T3N::TDVP::operator<< (std::ostream &out, Mode const &m) |
Output for a T3N::TDVP::Mode, reversible. More... | |
std::istream & | syten::T3N::TDVP::operator>> (std::istream &in, Mode &m) |
Input/Parsing of a T3N::TDVP::Mode, reversible. More... | |
T3N-TDVP implementation.