SyTen
tdvp.h File Reference

TDVP implementation. More...

+ Include dependency graph for tdvp.h:
+ This graph shows which files directly or indirectly include this file:

Classes

struct  syten::MPS::TDVP::Conf
 Configuration for a TDVP run. More...
 
class  syten::MPS::TDVP::Worker
 TDVP worker. More...
 

Namespaces

 syten
 The topmost namespace for this project.
 
 syten::MPS
 The namespace containing all MPS-related tools, classes and objects.
 
 syten::MPS::TDVP
 TDVP Implementation.
 

Enumerations

enum  syten::MPS::TDVP::Mode { Single, TwoSite, LocalKrylov, LocalKrylovFull }
 TDVP Mode, single- or two-site. More...
 

Functions

std::ostreamsyten::MPS::TDVP::operator<< (std::ostream &out, Mode const &m)
 Output for a MPS::TDVP::Mode, reversible. More...
 
std::istreamsyten::MPS::TDVP::operator>> (std::istream &in, Mode &m)
 Input/Parsing of a MPS::TDVP::Mode, reversible. More...
 

Detailed Description

TDVP implementation.