Home
last modified time | relevance | path

Searched refs:eptcl (Results 1 – 3 of 3) sorted by relevance

/dports/science/qmcpack/qmcpack-3.11.0/src/QMCWaveFunctions/Jastrow/
H A DOneBodyJastrowOrbitalBspline.cpp127 for (int eptcl = 0; eptcl < N; eptcl++) in addLog() local
129 PosType r = walkers[0]->R[eptcl]; in addLog()
561 for (int eptcl = 0; eptcl < N; eptcl++) in gradLapl() local
568 PosType disp = walkers[iw]->R[eptcl] - CenterRef.R[cptcl]; in gradLapl()
576 CPU_GradLapl[eptcl * 4 + 0] = grad[0]; in gradLapl()
577 CPU_GradLapl[eptcl * 4 + 1] = grad[1]; in gradLapl()
578 CPU_GradLapl[eptcl * 4 + 2] = grad[2]; in gradLapl()
579 CPU_GradLapl[eptcl * 4 + 3] = lapl; in gradLapl()
/dports/science/qmcpack/qmcpack-3.11.0/src/QMCWaveFunctions/detail/CUDA_legacy/
H A DBsplineJastrowCuda.cu1684 int eptcl = efirst + be * BS + tid; in one_body_grad_lapl_kernel() local
1706 if (cptcl < (Nc + cfirst) && (eptcl < (Ne + efirst))) in one_body_grad_lapl_kernel()
2189 int eptcl = efirst + be * BS + tid; in one_body_derivs_kernel() local
2218 if (tid == id && eptcl <= elast && (d < rMax)) in one_body_derivs_kernel()
2241 if (tid == id && eptcl <= elast && (d < rMax)) in one_body_derivs_kernel()
H A DBsplineJastrowCudaPBC.cu3187 int eptcl = efirst + be * BS + tid; in one_body_grad_lapl_PBC_kernel() local
3218 if (cptcl < (Nc + cfirst) && (eptcl < (Ne + efirst))) in one_body_grad_lapl_PBC_kernel()
4053 int eptcl = efirst + be * BS + tid; in one_body_derivs_PBC_kernel() local
4082 if (tid == id && eptcl <= elast && (dist < rMax)) in one_body_derivs_PBC_kernel()
4105 if (tid == id && eptcl <= elast && (dist < rMax)) in one_body_derivs_PBC_kernel()