Home
last modified time | relevance | path

Searched refs:ptcl2 (Results 1 – 5 of 5) sorted by relevance

/dports/science/qmcpack/qmcpack-3.11.0/src/QMCWaveFunctions/Jastrow/
H A DTwoBodyJastrowOrbitalBspline.cpp637 for (int ptcl2 = first2; ptcl2 <= last2; ptcl2++) in gradLapl() local
639 if (ptcl1 != ptcl2) in gradLapl()
641 PosType disp = walkers[iw]->R[ptcl2] - walkers[iw]->R[ptcl1]; in gradLapl()
/dports/science/qmcpack/qmcpack-3.11.0/src/QMCWaveFunctions/detail/CUDA_legacy/
H A DBsplineJastrowCudaPBC.cu638 int ptcl2 = e2_first + b2 * BS + j; in two_body_sum_PBC_kernel() local
644 if (ptcl1 != ptcl2 && (ptcl1 < (N1 + e1_first)) && (ptcl2 < (N2 + e2_first))) in two_body_sum_PBC_kernel()
1593 int ptcl2 = e2_first + j; in two_body_grad_lapl_PBC_kernel() local
1594 r2[0] = myR[3 * ptcl2]; in two_body_grad_lapl_PBC_kernel()
1595 r2[1] = myR[3 * ptcl2 + 1]; in two_body_grad_lapl_PBC_kernel()
1596 r2[2] = myR[3 * ptcl2 + 2]; in two_body_grad_lapl_PBC_kernel()
1604 if (ptcl1 != ptcl2 && ptcl1 < (N1 + e1_first)) in two_body_grad_lapl_PBC_kernel()
1690 int ptcl2 = e2_first + b2 * BS + j; in two_body_grad_lapl_PBC_kernel_fast() local
1697 if (ptcl1 != ptcl2 && (ptcl1 < (N1 + e1_first)) && (ptcl2 < (N2 + e2_first))) in two_body_grad_lapl_PBC_kernel_fast()
2179 int ptcl2 = e2_first + b2 * BS + j; in two_body_derivs_PBC_kernel() local
[all …]
H A DBsplineJastrowCuda.cu181 int ptcl2 = e2_first + b2 * BS + j; in two_body_sum_kernel() local
187 if (ptcl1 != ptcl2 && (ptcl1 < (N1 + e1_first)) && (ptcl2 < (N2 + e2_first))) in two_body_sum_kernel()
803 int ptcl2 = e2_first + b2 * BS + j; in two_body_grad_lapl_kernel() local
810 if (ptcl1 != ptcl2 && (ptcl1 < (N1 + e1_first)) && (ptcl2 < (N2 + e2_first))) in two_body_grad_lapl_kernel()
1078 int ptcl2 = e2_first + b2 * BS + j; in two_body_derivs_kernel() local
1101 if (tid == id && ptcl1 != ptcl2 && ptcl1 <= e1_last && (d < rMax)) in two_body_derivs_kernel()
1124 if (tid == id && ptcl1 != ptcl2 && ptcl1 <= e1_last && (d < rMax)) in two_body_derivs_kernel()
1282 int ptcl2 = efirst + be * BS + j; in one_body_sum_kernel() local
1288 if ((ptcl1 < (Nc + cfirst)) && (ptcl2 < (Ne + efirst))) in one_body_sum_kernel()
/dports/science/qmcpack/qmcpack-3.11.0/src/QMCHamiltonians/
H A DCudaCoulomb.cu294 int ptcl2 = b * BS + p2; in coulomb_AA_PBC_kernel() local
300 if (ptcl1 != ptcl2) in coulomb_AA_PBC_kernel()
382 int ptcl2 = b * BS + p2; in coulomb_AA_kernel() local
388 if (ptcl1 != ptcl2) in coulomb_AA_kernel()
542 int ptcl2 = b * BS + p2; in MPC_SR_kernel() local
548 if (ptcl1 != ptcl2) in MPC_SR_kernel()
/dports/math/p5-Math-Pari/pari-2.3.5/src/basemath/
H A Dbuch2.c2545 my_class_group_gen(GEN bnf, long prec, GEN nf0, GEN *ptcl, GEN *ptcl2) in my_class_group_gen() argument
2548 class_group_gen(nf,W,C,get_Vbase(bnf),prec,nf0, ptcl,ptcl2); in my_class_group_gen()