![]() |
QMCPACK
|
specialization for a slab, general cell More...
Public Member Functions | |
DTD_BConds (const CrystalLattice< T, 3 > &lat) | |
T | get_min_distance (TinyVector< T, 3 > &a) const |
evaluate the minimum distance More... | |
T | apply_bc (TinyVector< T, 3 > &displ) const |
apply BC to a displacement vector a and return the minimum-image distance More... | |
void | apply_bc (std::vector< TinyVector< T, 3 >> &dr, std::vector< T > &r, std::vector< T > &rinv) const |
void | apply_bc (std::vector< TinyVector< T, 3 >> &dr, std::vector< T > &r) const |
void | evaluate_rsquared (TinyVector< T, 3 > *restrict dr, T *restrict rr, int n) |
Public Attributes | |
T | r00 |
T | r10 |
T | r01 |
T | r11 |
T | g00 |
T | g10 |
T | g01 |
T | g11 |
T | r2max |
std::vector< TinyVector< T, 3 > > | nextcells |
specialization for a slab, general cell
Definition at line 638 of file ParticleBConds3D.h.
|
inline |
Definition at line 645 of file ParticleBConds3D.h.
|
inline |
apply BC to a displacement vector a and return the minimum-image distance
lat | lattice |
a | displacement vector |
Definition at line 708 of file ParticleBConds3D.h.
|
inline |
Definition at line 722 of file ParticleBConds3D.h.
References DTD_BConds< T, D, SC >::apply_bc(), qmcplusplus::simd::inv(), qmcplusplus::n, and qmcplusplus::simd::sqrt().
|
inline |
Definition at line 731 of file ParticleBConds3D.h.
References DTD_BConds< T, D, SC >::apply_bc().
|
inline |
Definition at line 737 of file ParticleBConds3D.h.
References DTD_BConds< T, D, SC >::apply_bc(), and qmcplusplus::n.
|
inline |
evaluate the minimum distance
lat | lattice |
a | displacement vector ![]() |
r2max | square of the maximum cutoff |
Search the ghost cells to match Wigner-Seitz cell
Definition at line 678 of file ParticleBConds3D.h.
T g00 |
Definition at line 641 of file ParticleBConds3D.h.
T g01 |
Definition at line 641 of file ParticleBConds3D.h.
T g10 |
Definition at line 641 of file ParticleBConds3D.h.
T g11 |
Definition at line 641 of file ParticleBConds3D.h.
std::vector<TinyVector<T, 3> > nextcells |
Definition at line 643 of file ParticleBConds3D.h.
T r00 |
Definition at line 640 of file ParticleBConds3D.h.
T r01 |
Definition at line 640 of file ParticleBConds3D.h.
T r10 |
Definition at line 640 of file ParticleBConds3D.h.
T r11 |
Definition at line 640 of file ParticleBConds3D.h.
T r2max |
Definition at line 642 of file ParticleBConds3D.h.