![]() |
QMCPACK
|
Information for output of relative error in wavefunction derivatives vs. More...
Public Member Functions | |
FiniteDiffErrData () | |
bool | put (xmlNodePtr q) |
Public Attributes | |
int | particleIndex |
int | gradientComponentIndex |
std::string | outputFile |
Additional Inherited Members | |
![]() | |
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 > > |
Information for output of relative error in wavefunction derivatives vs.
finite difference delta.
Definition at line 28 of file WaveFunctionTester.h.
Definition at line 2218 of file WaveFunctionTester.cpp.
bool put | ( | xmlNodePtr | q | ) |
Definition at line 2220 of file WaveFunctionTester.cpp.
References ParameterSet::add(), FiniteDiffErrData::gradientComponentIndex, FiniteDiffErrData::outputFile, FiniteDiffErrData::particleIndex, ParameterSet::put(), and qmcplusplus::Units::time::s.
Referenced by WaveFunctionTester::put().
int gradientComponentIndex |
Definition at line 35 of file WaveFunctionTester.h.
Referenced by FiniteDiffErrData::put(), and WaveFunctionTester::runBasicTest().
std::string outputFile |
Definition at line 36 of file WaveFunctionTester.h.
Referenced by FiniteDiffErrData::put(), and WaveFunctionTester::runBasicTest().
int particleIndex |
Definition at line 34 of file WaveFunctionTester.h.
Referenced by FiniteDiffErrData::put(), and WaveFunctionTester::runBasicTest().