35 const std::string & basis_filepath,
36 const std::string & output_filepath,
37 const std::string & header,
38 const std::vector<std::vector<int>> & amlist,
52 template<
int N,
typename Func>
template long integral_test_reference< 4, cb_integral4_exact >(const std::string &, cb_integral4_exact)
void(* cb_integral4_exact)(double *, int, const double *, int, int, const double *, const double *, int, const double *, int, int, const double *, const double *, int, const double *, int, int, const double *, const double *, int, const double *, int, int, const double *, const double *)
Pointer to a function that computes all cartesian integrals for a contracted shell quartet to exact d...
Definition: typedefs.h:72
void integral4_create_reference(const std::string &xyz_filepath, const std::string &basis_filepath, const std::string &output_filepath, const std::string &header, const std::vector< std::vector< int >> &amlist, cb_integral4_exact cb)
Creates a file with exact double reference values of contracted integrals.
Definition: ref_integral.cpp:105
Typedefs of common function pointers.
long integral_test_reference(const std::string &ref_filepath, Func cb)
Tests a reference file for consistency.
Definition: ref_integral.cpp:20