4 #ifndef CPPQEDCORE_QUANTUMDATA_TYPES_H_INCLUDED
5 #define CPPQEDCORE_QUANTUMDATA_TYPES_H_INCLUDED
7 #include "LazyDensityOperatorFwd.h"
15 namespace details {
struct EmptyBase {}; }
22 template<
int RANK,
typename B=details::EmptyBase>
33 #endif // CPPQEDCORE_QUANTUMDATA_TYPES_H_INCLUDED
Basically only a metafunction defining types for higher-level constructs of arity RANK ...
Comprises classes representing the state of composite quantum systems and providing various interface...
blitz::Array< dcomp,RANK > CArray
A complex array of arbitrary arity.
Defines template aliases for real and complex arrays.