![]() |
QMCPACK
|
traits for QMC variables More...
Public Types | |
enum | { DIM = OHMMS_DIM, DIM_VGL = OHMMS_DIM + 2 } |
using | QTBase = QMCTypes< OHMMS_PRECISION, DIM > |
using | QTFull = QMCTypes< OHMMS_PRECISION_FULL, DIM > |
using | RealType = QTBase::RealType |
using | ComplexType = QTBase::ComplexType |
using | ValueType = QTBase::ValueType |
using | PosType = QTBase::PosType |
using | GradType = QTBase::GradType |
using | TensorType = QTBase::TensorType |
using | IndexType = OHMMS_INDEXTYPE |
define other types More... | |
using | FullPrecRealType = QTFull::RealType |
using | FullPrecValueType = QTFull::ValueType |
using | PropertySetType = RecordNamedProperty< FullPrecRealType > |
define PropertyList_t More... | |
using | PtclGrpIndexes = std::vector< std::pair< int, int > > |
traits for QMC variables
typedefs for the QMC data types
Definition at line 49 of file Configuration.h.
using ComplexType = QTBase::ComplexType |
Definition at line 59 of file Configuration.h.
using FullPrecRealType = QTFull::RealType |
Definition at line 66 of file Configuration.h.
using FullPrecValueType = QTFull::ValueType |
Definition at line 67 of file Configuration.h.
using GradType = QTBase::GradType |
Definition at line 62 of file Configuration.h.
using IndexType = OHMMS_INDEXTYPE |
define other types
Definition at line 65 of file Configuration.h.
using PosType = QTBase::PosType |
Definition at line 61 of file Configuration.h.
define PropertyList_t
Definition at line 69 of file Configuration.h.
using PtclGrpIndexes = std::vector<std::pair<int, int> > |
Definition at line 72 of file Configuration.h.
using QTBase = QMCTypes<OHMMS_PRECISION, DIM> |
Definition at line 56 of file Configuration.h.
Definition at line 57 of file Configuration.h.
using RealType = QTBase::RealType |
Definition at line 58 of file Configuration.h.
using TensorType = QTBase::TensorType |
Definition at line 63 of file Configuration.h.
using ValueType = QTBase::ValueType |
Definition at line 60 of file Configuration.h.
anonymous enum |