We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 893ae53 commit c1caa55Copy full SHA for c1caa55
src/QMCWaveFunctions/Jastrow/PolynomialFunctor3D.h
@@ -591,7 +591,7 @@ struct PolynomialFunctor3D : public OptimizableFunctorBase
591
const real_type r_2I,
592
TinyVector<real_type, 3>& grad,
593
Tensor<real_type, 3>& hess,
594
- TinyVector<Tensor<real_type, 3>, 3>& d3)
+ TinyVector<Tensor<real_type, 3>, 3>& d3) const
595
{
596
grad = 0.0;
597
hess = 0.0;
0 commit comments