Home
last modified time | relevance | path

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

/dports/science/qmcpack/qmcpack-3.11.0/src/QMCWaveFunctions/BsplineFactory/
H A DSplineC2C.cpp381 const ST h_yz_r = in assign_vgh() local
414 grad_grad_psi[psiIndex][5] = ComplexT(c * h_yz_r - s * h_yz_i, c * h_yz_i + s * h_yz_r); in assign_vgh()
542 const ST h_yz_r = f_yz_r + (kY * dZ_i + kZ * dY_i) - kY * kZ * val_r; in assign_vghgh() local
557 grad_grad_psi[psiIndex][5] = ComplexT(c * h_yz_r - s * h_yz_i, c * h_yz_i + s * h_yz_r); in assign_vghgh()
559 grad_grad_psi[psiIndex][7] = ComplexT(c * h_yz_r - s * h_yz_i, c * h_yz_i + s * h_yz_r); in assign_vghgh()
H A DSplineC2R.cpp526 const ST h_yz_r = in assign_vgh() local
559 grad_grad_psi[psiIndex][5] = c * h_yz_r - s * h_yz_i; in assign_vgh()
569 grad_grad_psi[psiIndex + 1][5] = c * h_yz_i + s * h_yz_r; in assign_vgh()
625 const ST h_yz_r = in assign_vgh() local
658 grad_grad_psi[psiIndex][5] = c * h_yz_r - s * h_yz_i; in assign_vgh()
805 grad_grad_psi[psiIndex][5] = c * h_yz_r - s * h_yz_i; in assign_vghgh()
807 grad_grad_psi[psiIndex][7] = c * h_yz_r - s * h_yz_i; in assign_vghgh()
815 grad_grad_psi[psiIndex + 1][5] = c * h_yz_i + s * h_yz_r; in assign_vghgh()
817 grad_grad_psi[psiIndex + 1][7] = c * h_yz_i + s * h_yz_r; in assign_vghgh()
1034 grad_grad_psi[psiIndex][5] = c * h_yz_r - s * h_yz_i; in assign_vghgh()
[all …]
H A DSplineC2ROMPTarget.cpp1094 const ST h_yz_r = in assign_vgh() local
1127 grad_grad_psi[psiIndex][5] = c * h_yz_r - s * h_yz_i; in assign_vgh()
1137 grad_grad_psi[psiIndex + 1][5] = c * h_yz_i + s * h_yz_r; in assign_vgh()
1193 const ST h_yz_r = in assign_vgh() local
1226 grad_grad_psi[psiIndex][5] = c * h_yz_r - s * h_yz_i; in assign_vgh()
1373 grad_grad_psi[psiIndex][5] = c * h_yz_r - s * h_yz_i; in assign_vghgh()
1375 grad_grad_psi[psiIndex][7] = c * h_yz_r - s * h_yz_i; in assign_vghgh()
1383 grad_grad_psi[psiIndex + 1][5] = c * h_yz_i + s * h_yz_r; in assign_vghgh()
1385 grad_grad_psi[psiIndex + 1][7] = c * h_yz_i + s * h_yz_r; in assign_vghgh()
1602 grad_grad_psi[psiIndex][5] = c * h_yz_r - s * h_yz_i; in assign_vghgh()
[all …]
H A DSplineC2COMPTarget.cpp929 const ST h_yz_r = in assign_vgh() local
962 grad_grad_psi[psiIndex][5] = ComplexT(c * h_yz_r - s * h_yz_i, c * h_yz_i + s * h_yz_r); in assign_vgh()
1090 const ST h_yz_r = f_yz_r + (kY * dZ_i + kZ * dY_i) - kY * kZ * val_r; in assign_vghgh() local
1105 grad_grad_psi[psiIndex][5] = ComplexT(c * h_yz_r - s * h_yz_i, c * h_yz_i + s * h_yz_r); in assign_vghgh()
1107 grad_grad_psi[psiIndex][7] = ComplexT(c * h_yz_r - s * h_yz_i, c * h_yz_i + s * h_yz_r); in assign_vghgh()
H A DSplineR2R.cpp251 …const ST h_yz_r = v_m_v(h00[j], h01[j], h02[j], h11[j], h12[j], h22[j], g10, g11, g12, g20, g21, g… in assign_vgh() local
261 grad_grad_psi[psiIndex][5] = signed_one * h_yz_r; in assign_vgh()