![]() |
QMCPACK
|
Public Types | |
using | GridType = OneDimGridBase< RealType > |
using | RadialPotentialType = OneDimCubicSpline< RealType > |
![]() | |
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 > > |
Public Member Functions | |
RealType | evaluate (RealType r) |
RealType | evaluate_guard (RealType r) |
L2RadialPotential * | makeClone () |
Public Attributes | |
std::unique_ptr< RadialPotentialType > | vL2 |
RealType | rcut |
Definition at line 25 of file L2Potential.h.
using GridType = OneDimGridBase<RealType> |
Definition at line 27 of file L2Potential.h.
using RadialPotentialType = OneDimCubicSpline<RealType> |
Definition at line 28 of file L2Potential.h.
Definition at line 33 of file L2Potential.h.
References L2RadialPotential::vL2.
Referenced by L2Potential::evaluateD(), and L2Potential::evaluateDK().
Definition at line 35 of file L2Potential.h.
References L2RadialPotential::rcut, and L2RadialPotential::vL2.
|
inline |
Definition at line 43 of file L2Potential.h.
References L2RadialPotential::rcut, and L2RadialPotential::vL2.
RealType rcut |
Definition at line 31 of file L2Potential.h.
Referenced by L2RadialPotential::evaluate_guard(), and L2RadialPotential::makeClone().
std::unique_ptr<RadialPotentialType> vL2 |
Definition at line 30 of file L2Potential.h.
Referenced by L2RadialPotential::evaluate(), L2RadialPotential::evaluate_guard(), and L2RadialPotential::makeClone().