Home
last modified time | relevance | path

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

/dports/science/qmcpack/qmcpack-3.11.0/src/QMCWaveFunctions/Jastrow/
H A DOneBodyJastrowOrbitalBspline.cpp124 for (int cptcl = 0; cptcl < CenterRef.getTotalNum(); cptcl++) in addLog() local
126 PosType c = CenterRef.R[cptcl]; in addLog()
132 host_sum -= Fs[cptcl]->evaluate(dist); in addLog()
245 for (int cptcl = 0; cptcl < CenterRef.getTotalNum(); cptcl++) in ratio() local
247 FT* func = Fs[cptcl]; in ratio()
248 PosType disp = new_pos[iw] - CenterRef.R[cptcl]; in ratio()
251 disp = walkers[iw]->R[iat] - CenterRef.R[cptcl]; in ratio()
366 for (int cptcl = 0; cptcl < CenterRef.getTotalNum(); cptcl++) in addRatio() local
368 FT* func = Fs[cptcl]; in addRatio()
565 for (int cptcl = 0; cptcl < CenterRef.getTotalNum(); cptcl++) in gradLapl() local
[all …]
/dports/science/qmcpack/qmcpack-3.11.0/src/QMCWaveFunctions/detail/CUDA_legacy/
H A DBsplineJastrowCuda.cu1698 int cptcl = cfirst + bc * BS + j; in one_body_grad_lapl_kernel() local
1706 if (cptcl < (Nc + cfirst) && (eptcl < (Ne + efirst))) in one_body_grad_lapl_kernel()
H A DBsplineJastrowCudaPBC.cu3201 int cptcl = cfirst + bc * BS + j; in one_body_grad_lapl_PBC_kernel() local
3218 if (cptcl < (Nc + cfirst) && (eptcl < (Ne + efirst))) in one_body_grad_lapl_PBC_kernel()