Implements the structure::Exact interface for a BinarySystem along the same lines as Base implements the structure::Averaged interface. More...
#include <BinarySystem.h>
Inheritance diagram for binary::Exact:
Collaboration diagram for binary::Exact:Public Types | |
| typedef structure::Exact< 1 > | Ex1 |
| typedef structure::Exact< 2 > | Ex2 |
Public Types inherited from structure::Exact< 2 > | |
| typedef boost::shared_ptr< const Exact > | Ptr |
| typedef quantumdata::Types< RANK >::StateVectorLow | StateVectorLow |
Public Types inherited from structure::ExactCommon | |
| typedef boost::shared_ptr< const ExactCommon > | Ptr |
Public Member Functions | |
| Exact (const SSF &free0, const SSF &free1, const SSI &ia) | |
Public Member Functions inherited from structure::Exact< 2 > | |
| void | actWithU (double t, StateVectorLow &psi, double t0) const |
Describes the operation which transforms from interaction picture to the normal picture: . More... | |
Public Member Functions inherited from structure::ExactCommon | |
| bool | applicableInMaster () const |
| Describes whether the system fulfills the requirement to be used in Master-equation evolution. More... | |
Implements the structure::Exact interface for a BinarySystem along the same lines as Base implements the structure::Averaged interface.
Definition at line 119 of file BinarySystem.h.