21 #ifndef _libint2_src_lib_libint_boysfwd_h_ 22 #define _libint2_src_lib_libint_boysfwd_h_ 26 template<
typename Real>
27 struct FmEval_Reference;
29 template<
typename Real>
30 struct FmEval_Reference2;
32 template <
typename Real>
33 class FmEval_Chebyshev7;
35 template<
typename Real,
int INTERPOLATION_ORDER>
38 template<
typename Real>
41 template<
typename Real,
int K>
42 struct GaussianGmEval;
46 template <
typename CoreEval>
struct CoreEvalScratch;
49 template <
typename GmEvalFunction>
53 namespace os_core_ints {
64 template <
typename Real>
65 void stg_ng_fit(
unsigned int n,
67 std::vector< std::pair<Real, Real> >& geminal,
70 unsigned int npts = 1001);
75 #endif // header guard Definition: boys_fwd.h:50
Definition: boys_fwd.h:57
Defaults definitions for various parameters assumed by Libint.
Definition: algebra.cc:24
Definition: boys_fwd.h:54
Definition: boys_fwd.h:56
Definition: boys_fwd.h:55