126 TEST_CASE(
"Cartesian Tensor evaluateAll subset",
"[numerics]")
180 TEST_CASE(
"Cartesian Tensor evaluateWithHessian subset",
"[numerics]")
287 TEST_CASE(
"Cartesian Tensor evaluateWithThirdDeriv subset",
"[numerics]")
391 TEST_CASE(
"Cartesian Tensor evaluateThirdDerivOnly subset",
"[numerics]")
helper functions for EinsplineSetBuilder
GGG_t getGGGYlm(int lm) const
TEST_CASE("complex_helper", "[type_traits]")
void evaluateAll(const Point_t &p)
makes a table of and their gradients up to Lmax.
void evaluateWithHessian(const Point_t &p)
makes a table of and their gradients and hessians up to Lmax.
OHMMS_PRECISION real_type
Point_t getGradYlm(int lm) const
void evaluateThirdDerivOnly(const Point_t &p)
makes a table of Third derivatives of
Tensor_t getHessYlm(int lm) const
CHECK(log_values[0]==ComplexApprox(std::complex< double >{ 5.603777579195571, -6.1586603331188225 }))
void evaluateWithThirdDeriv(const Point_t &p)
makes a table of and their gradients and hessians and third derivatives up to Lmax.
void evaluate(const Point_t &p)
makes a table of and their gradients up to Lmax.
value_type getYlm(int lm) const
value_type getLaplYlm(int lm) const