C++QEDCore  v2 Milestone 10
a framework for simulating open quantum dynamics – core
quantumdata::Types< RANK, B > Struct Template Reference

Basically only a metafunction defining types for higher-level constructs of arity RANK More...

#include <Types.h>

+ Inheritance diagram for quantumdata::Types< RANK, B >:
+ Collaboration diagram for quantumdata::Types< RANK, B >:

Public Types

typedef CArray< RANK > StateVectorLow
 
typedef CArray< 2 *RANK > DensityOperatorLow
 

Detailed Description

template<int RANK, typename B = details::EmptyBase>
struct quantumdata::Types< RANK, B >

Basically only a metafunction defining types for higher-level constructs of arity RANK

Template Parameters
RANKarity of the Hilbert space
BAn optional base class for base-class chaining. An empty class by default

Definition at line 23 of file Types.h.


The documentation for this struct was generated from the following file: