Implements the general Liouvillean interface by dispatching the two possible time-dependence levels. More...
#include <Averaged.h>
Public Types | |
typedef Averaged< RANK >::Averages | Averages |
typedef Averaged< RANK >::LazyDensityOperator | LazyDensityOperator |
typedef time::DispatcherIsTimeDependent< IS_TIME_DEPENDENT >::type | Time |
Public Types inherited from structure::Averaged< RANK > | |
typedef boost::shared_ptr< const Averaged > | Ptr |
typedef AveragedCommon::Averages | Averages |
typedef quantumdata::LazyDensityOperator< RANK > | LazyDensityOperator |
Public Types inherited from quantumdata::Types< RANK, LiouvilleanAveragedCommonRanked< RANK > > | |
typedef CArray< RANK > | StateVectorLow |
typedef CArray< 2 *RANK > | DensityOperatorLow |
Public Types inherited from structure::AveragedCommon | |
typedef boost::shared_ptr< const AveragedCommon > | Ptr |
typedef LiouvilleanAveragedCommon::DArray1D | Averages |
The 1D real array storing the calculated quantum averages (perhaps in real-imaginary pairs if a given average is complex). | |
Additional Inherited Members | |
Public Member Functions inherited from structure::AveragedCommon | |
void | process (Averages &averages) const |
This function is a hook between LiouvilleanAveragedCommonRanked::average and display. More... | |
std::ostream & | display (const Averages &averages, std::ostream &os, int precision) const |
Displays the system characteristics in a nicely tabulated format. More... | |
Static Public Attributes inherited from structure::Averaged< RANK > | |
static const int | N_RANK =RANK |
Implements the general Liouvillean interface by dispatching the two possible time-dependence levels.
Similarly to LiouvilleanTimeDependenceDispatched, it simply forwards the time-dependent virtual functions to time-independence-dispatched ones.
RANK | arity of the Hilbert space |
IS_TIME_DEPENDENT | describes whether the observables whose quantum average we want to calculate are time-dependent. true : OneTime – false : NoTime |
Definition at line 107 of file Averaged.h.