Home
last modified time | relevance | path

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

/dports/science/qmcpack/qmcpack-3.11.0/src/QMCWaveFunctions/Jastrow/
H A DPolynomialFunctor3D.h387 const real_type both_minus_L = (r_2I - L) * (r_1I - L); in evaluateV() local
389 val *= both_minus_L; in evaluateV()
463 hess(0, 0) = both_minus_L * hess(0, 0); in evaluate()
469 grad[0] = both_minus_L * grad[0]; in evaluate()
472 val *= both_minus_L; in evaluate()
574 hess00 = both_minus_L * hess00; in evaluateVGL()
579 grad0 = both_minus_L * grad0; in evaluateVGL()
580 grad1 = both_minus_L * grad1 + r_2I_minus_L * val; in evaluateVGL()
581 grad2 = both_minus_L * grad2 + r_1I_minus_L * val; in evaluateVGL()
582 val *= both_minus_L; in evaluateVGL()
[all …]