![]() |
QMCPACK
|
Public Member Functions | |
NeighborLists (const ParticleSet &source) | |
constructor More... | |
std::vector< int > & | getNeighborList (int source) |
get the neighbor list of the source particle More... | |
const std::vector< int > & | getNeighborList (int source) const |
Protected Attributes | |
std::vector< std::vector< int > > | NeighborIDs |
neighbor particle IDs of all the reference particles More... | |
Definition at line 21 of file NeighborLists.h.
|
inline |
constructor
Definition at line 29 of file NeighborLists.h.
|
inline |
get the neighbor list of the source particle
Definition at line 32 of file NeighborLists.h.
References NeighborLists::NeighborIDs.
Referenced by NonLocalECPotential::computeOneElectronTxy(), NonLocalECPotential::evalIonDerivsImpl(), SOECPotential::evaluateImpl(), NonLocalECPotential::evaluateImpl(), NonLocalECPotential::evaluateOneBodyOpMatrix(), NonLocalECPotential::evaluateOneBodyOpMatrixForceDeriv(), and NonLocalECPotential::markAffectedElecs().
|
inline |
Definition at line 33 of file NeighborLists.h.
References NeighborLists::NeighborIDs.
|
protected |
neighbor particle IDs of all the reference particles
Definition at line 25 of file NeighborLists.h.
Referenced by NeighborLists::getNeighborList().