21#ifndef _libint2_src_lib_libint_boysfwd_h_
22#define _libint2_src_lib_libint_boysfwd_h_
26template <
typename Real>
29template <
typename Real>
32template <
typename Real>
35template <
typename Real,
int INTERPOLATION_ORDER>
38template <
typename Real>
41template <
typename Real,
int K>
46template <
typename CoreEval>
50template <
typename GmEvalFunction>
54namespace os_core_ints {
55template <
typename Real>
57template <
typename Real,
int K>
59template <
typename Real>
61template <
typename Real>
69template <
typename Real>
70void stg_ng_fit(
unsigned int n, Real zeta,
71 std::vector<std::pair<Real, Real> >& geminal, Real xmin = 0.0,
72 Real xmax = 10.0,
unsigned int npts = 1001);
Computes the Boys function, $ F_m (T) = \int_0^1 u^{2m} \exp(-T u^2) \, {\rm d}u $,...
Definition boys_fwd.h:33
Computes the Boys function, $ F_m (T) = \int_0^1 u^{2m} \exp(-T u^2) \, {\rm d}u $,...
Definition boys_fwd.h:36
Defaults definitions for various parameters assumed by Libint.
Definition algebra.cc:24
Computes the Boys function, $ F_m (T) = \int_0^1 u^{2m} \exp(-T u^2) \, {\rm d}u $,...
Definition boys_fwd.h:30
Computes the Boys function, , using single algorithm (asymptotic expansion).
Definition boys_fwd.h:27
core integral for Yukawa and exponential interactions
Definition boys_fwd.h:39
some evaluators need thread-local scratch, but most don't
Definition boys_fwd.h:47