![]() |
QMCPACK
|
Collaboration diagram for DTD_BConds< T, 3, PPNS >:Public Member Functions | |
| DTD_BConds (const CrystalLattice< T, 3 > &lat) | |
| 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 |
Definition at line 375 of file ParticleBConds3D.h.
|
inline |
Definition at line 379 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 395 of file ParticleBConds3D.h.
|
inline |
Definition at line 408 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 417 of file ParticleBConds3D.h.
References DTD_BConds< T, D, SC >::apply_bc().
|
inline |
Definition at line 423 of file ParticleBConds3D.h.
References DTD_BConds< T, D, SC >::apply_bc(), and qmcplusplus::n.
| T g00 |
Definition at line 378 of file ParticleBConds3D.h.
| T g01 |
Definition at line 378 of file ParticleBConds3D.h.
| T g10 |
Definition at line 378 of file ParticleBConds3D.h.
| T g11 |
Definition at line 378 of file ParticleBConds3D.h.
| T r00 |
Definition at line 377 of file ParticleBConds3D.h.
| T r01 |
Definition at line 377 of file ParticleBConds3D.h.
| T r10 |
Definition at line 377 of file ParticleBConds3D.h.
| T r11 |
Definition at line 377 of file ParticleBConds3D.h.