![]() |
QMCPACK
|
Functor for term within the real-space sum in Drummond 2008 formula 7. More...
Public Member Functions | |
RspaceMadelungTerm (const RealMat &a_in, real_t rconst_in) | |
real_t | operator() (const IntVec &i) const |
Private Attributes | |
const RealMat | a |
The real-space cell axes. More... | |
const real_t | rconst |
The constant in Drummond 2008 formula 7. More... | |
Functor for term within the real-space sum in Drummond 2008 formula 7.
Definition at line 24 of file EwaldRef.cpp.
|
inline |
Definition at line 33 of file EwaldRef.cpp.
Definition at line 35 of file EwaldRef.cpp.
References RspaceMadelungTerm::a, qmcplusplus::dot(), RspaceMadelungTerm::rconst, and qmcplusplus::sqrt().
|
private |
The real-space cell axes.
Definition at line 28 of file EwaldRef.cpp.
Referenced by RspaceMadelungTerm::operator()().
|
private |
The constant in Drummond 2008 formula 7.
Definition at line 30 of file EwaldRef.cpp.
Referenced by RspaceMadelungTerm::operator()().