SyTen
tdvp.h File Reference

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"
+ Include dependency graph for tdvp.h:
+ This graph shows which files directly or indirectly include this file:

Classes

class  syten::T3N::TDVP::Worker
 TDVP worker. More...
 

Namespaces

 syten
 Syten namespace.
 
 syten::T3N
 Namespace for T3N.
 
 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::ostreamsyten::T3N::TDVP::operator<< (std::ostream &out, Mode const &m)
 Output for a T3N::TDVP::Mode, reversible. More...
 
std::istreamsyten::T3N::TDVP::operator>> (std::istream &in, Mode &m)
 Input/Parsing of a T3N::TDVP::Mode, reversible. More...
 

Detailed Description

T3N-TDVP implementation.