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 |
Basically only a metafunction defining types for higher-level constructs of arity RANK
| RANK | arity of the Hilbert space |
| B | An optional base class for base-class chaining. An empty class by default |