An abstract RDM, all RDMs inherit from here. More...
#include <rdm.h>
Inheritance diagram for syten::MPS::RDMs::RDM:
Collaboration diagram for syten::MPS::RDMs::RDM:Public Member Functions | |
| virtual void | construct ()=0 |
| Every RDM needs to specify how it's constructed. More... | |
| RDM (State &psi_) | |
| Constructor. More... | |
Public Attributes | |
| bool | verbose_output = true |
| Print the progress or not. More... | |
Protected Attributes | |
| State & | psi |
| The state. More... | |
| Index const | size |
| Total size of the system, stored locally. More... | |