Collaboration diagram for syten::EnergyTruncation::EnergyTruncator< StateType, OpType >:Public Member Functions | |
| EnergyTruncator (OpType op_, StateType &&psi_, Config conf_) | |
| Ctor. More... | |
| Config const & | get_conf () const |
| Gives a const. More... | |
| StateType const & | get_ref_psi () const |
| Gives a const. More... | |
| void | truncate () |
Public Attributes | |
| Config | conf |
| EnergyTruncation configuration. More... | |
| OpType | op |
| Hamiltonian representation. More... | |
| StateType | psi |
| Current time-evolved state. More... | |