C++QEDCore  v2 Milestone 10
a framework for simulating open quantum dynamics – core
ElementAveraged.h File Reference

Defines structure::ElementAveraged & structure::ClonableElementAveraged. More...

#include "ElementAveragedFwd.h"
#include "Averaged.h"
#include "ElementLiouvilleanAveragedCommon.h"
+ Include dependency graph for ElementAveraged.h:

Go to the source code of this file.

Classes

class  structure::ElementAveraged< RANK, IS_TIME_DEPENDENT >
 An implementation of Averaged for the case when the number of quantum arevages is known @ compile time (which is very often the case with elements)… More...
 
class  structure::ClonableElementAveraged< RANK, IS_TIME_DEPENDENT >
 Besides being an ElementAveraged, it models the Clonable concept More...
 

Namespaces

 structure
 Comprises modules for describing quantum systems.
 

Functions

template<int RANK, bool IS_TIME_DEPENDENT>
ClonableElementAveraged< RANK, IS_TIME_DEPENDENT > *const structure::new_clone (const ClonableElementAveraged< RANK, IS_TIME_DEPENDENT > &cea)
 

Detailed Description