![]() |
QMCPACK
|
template functions to support conversion and handling of boundary conditions. More...
Go to the source code of this file.
Classes | |
struct | ConvertPosUnit< T1, T2, D > |
Dummy template class to be specialized. More... | |
struct | ConvertPosUnit< ParticleAttrib< TinyVector< T, 3 > >, Tensor< T, 3 >, 3 > |
Specialized ConvertPosUnit for ParticleAttrib<T,3>, Tensor<T,3> More... | |
struct | ConvertPosUnit< ParticleAttrib< TinyVector< T, 2 > >, Tensor< T, 2 >, 2 > |
Specialized ConvertPosUnit for ParticleAttrib<T,2>, Tensor<T,2> More... | |
struct | ApplyBConds< T1, T2, D > |
Dummy template class to apply boundary conditions. More... | |
struct | ApplyBConds< ParticleAttrib< TinyVector< T, 3 > >, Tensor< T, 3 >, 3 > |
Namespaces | |
qmcplusplus | |
helper functions for EinsplineSetBuilder | |
Macros | |
#define | SUPERCELL_BOUNDARY_LIMITS(T) |
#define | THREE_DIM_BOUNDARY_BLOCK(X, Y, Z, EPS, PLUSONE) |
#define | TWO_DIM_BOUNDARY_BLOCK(X, Y, EPS, PLUSONE) |
Functions | |
template<typename T , unsigned D> | |
void | put2box (ParticleAttrib< TinyVector< T, D >> &inout) |
inout[i]=inout[i]-floor(inout[i]) More... | |
template<typename T , unsigned D> | |
void | put2box (const ParticleAttrib< TinyVector< T, D >> &in, ParticleAttrib< TinyVector< T, D >> &out) |
out[i]=in[i]-floor(in[i]) More... | |
template functions to support conversion and handling of boundary conditions.
Definition in file FastParticleOperators.h.
struct qmcplusplus::ConvertPosUnit |
Dummy template class to be specialized.
Definition at line 31 of file FastParticleOperators.h.
struct qmcplusplus::ApplyBConds |
Dummy template class to apply boundary conditions.
Definition at line 181 of file FastParticleOperators.h.
#define SUPERCELL_BOUNDARY_LIMITS | ( | T | ) |
Definition at line 149 of file FastParticleOperators.h.
Referenced by ApplyBConds< ParticleAttrib< TinyVector< T, 3 > >, Tensor< T, 3 >, 3 >::Cart2Cart(), ApplyBConds< ParticleAttrib< TinyVector< T, 3 > >, Tensor< T, 3 >, 3 >::Cart2Unit(), ApplyBConds< ParticleAttrib< TinyVector< T, 3 > >, Tensor< T, 3 >, 3 >::Unit2Cart(), and ApplyBConds< ParticleAttrib< TinyVector< T, 3 > >, Tensor< T, 3 >, 3 >::Unit2Unit().
#define THREE_DIM_BOUNDARY_BLOCK | ( | X, | |
Y, | |||
Z, | |||
EPS, | |||
PLUSONE | |||
) |
Definition at line 154 of file FastParticleOperators.h.
Referenced by ApplyBConds< ParticleAttrib< TinyVector< T, 3 > >, Tensor< T, 3 >, 3 >::Cart2Cart(), ApplyBConds< ParticleAttrib< TinyVector< T, 3 > >, Tensor< T, 3 >, 3 >::Cart2Unit(), ApplyBConds< ParticleAttrib< TinyVector< T, 3 > >, Tensor< T, 3 >, 3 >::Unit2Cart(), and ApplyBConds< ParticleAttrib< TinyVector< T, 3 > >, Tensor< T, 3 >, 3 >::Unit2Unit().
#define TWO_DIM_BOUNDARY_BLOCK | ( | X, | |
Y, | |||
EPS, | |||
PLUSONE | |||
) |
Definition at line 168 of file FastParticleOperators.h.