4 #ifndef CPPQEDCORE_QUANTUMTRAJECTORY_DO_DISPLAY_H_INCLUDED
5 #define CPPQEDCORE_QUANTUMTRAJECTORY_DO_DISPLAY_H_INCLUDED
15 namespace display_densityoperator {
29 template<
int RANK,
typename V>
36 typedef typename structure::Averaged<RANK>::Ptr AveragedPtr;
38 _(AveragedPtr av,
bool negativity) : av_(av), negativity_(negativity) {}
40 std::ostream& display (
double t,
const DensityOperator&, std::ostream&,
int precision)
const;
41 std::ostream& displayKey(std::ostream&,
size_t&)
const;
44 const AveragedPtr av_ ;
46 const bool negativity_;
56 #endif // CPPQEDCORE_QUANTUMTRAJECTORY_DO_DISPLAY_H_INCLUDED
Density operator of arbitrary arity.
Comprises modules representing trajectory drivers for simulating quantum systems. ...
The interface every system that calculates and displays quantum averages must present towards the tra...
Wraps common functionality of Master & EnsembleMCWF concerning display of quantum averages on the bas...
Defines class of the same name.
Defines class of the same name.