41 const std::string & output_filepath,
42 slong working_prec,
long ndigits,
43 const std::string & header,
44 typename callback_helper<N>::cb_single_str_type cb);
49 const std::string &,
const std::string &,
50 slong, long,
const std::string &,
68 typename callback_helper<N>::cb_single_str_type cb);
72 const std::string &, slong,
91 typename callback_helper<N>::cb_single_exact_type cb,
92 typename callback_helper<N>::cb_single_type cb_arb);
126 const std::string & output_filepath,
127 slong working_prec,
long ndigits,
128 const std::string & header,
129 typename callback_helper<N>::cb_str_type cb);
152 typename callback_helper<N>::cb_str_type cb);
174 typename callback_helper<N>::cb_exact_type cb,
175 typename callback_helper<N>::cb_type cb_arb);
cb_integral4_single_exact cb_single_exact_type
Definition: callback_helper4.hpp:23
template long integral_verify_test_exact< 4 >(const std::string &, callback_helper< 4 >::cb_exact_type, callback_helper< 4 >::cb_type)
Aggregate header for callback helpers.
cb_integral4 cb_type
Definition: callback_helper4.hpp:17
cb_integral4_exact cb_exact_type
Definition: callback_helper4.hpp:19
void integral_create_test(const std::string &input_filepath, const std::string &output_filepath, slong working_prec, long ndigits, const std::string &header, typename callback_helper< N >::cb_str_type cb)
Creates a test of contracted integrals.
Definition: test_integral.cpp:32
long integral_single_verify_test(const std::string &filepath, slong working_prec, typename callback_helper< N >::cb_single_str_type cb)
Runs a test of single cartesian integrals using interval math.
Definition: test_integral_single.cpp:72
long integral_verify_test_exact(const std::string &filepath, typename callback_helper< N >::cb_exact_type cb, typename callback_helper< N >::cb_type cb_arb)
Test contracted integrals in exact double precision.
Definition: test_integral.cpp:170
long integral_single_verify_test_exact(const std::string &filepath, typename callback_helper< N >::cb_single_exact_type cb, typename callback_helper< N >::cb_single_type cb_arb)
Test single cartesian integrals in exact double precision.
Definition: test_integral_single.cpp:128
template long integral_single_verify_test_exact< 4 >(const std::string &, callback_helper< 4 >::cb_single_exact_type, callback_helper< 4 >::cb_single_type)
cb_integral4_single cb_single_type
Definition: callback_helper4.hpp:21
Typedefs of common function pointers.
template long integral_verify_test< 4 >(const std::string &, slong, callback_helper< 4 >::cb_str_type)
long integral_verify_test(const std::string &filepath, slong working_prec, typename callback_helper< N >::cb_str_type cb)
Runs a test of single cartesian integrals.
Definition: test_integral.cpp:97
template long integral_single_verify_test< 4 >(const std::string &, slong, callback_helper< 4 >::cb_single_str_type)
template void integral_single_create_test< 4 >(const std::string &, const std::string &, slong, long, const std::string &, callback_helper< 4 >::cb_single_str_type)
void integral_single_create_test(const std::string &input_filepath, const std::string &output_filepath, slong working_prec, long ndigits, const std::string &header, typename callback_helper< N >::cb_single_str_type cb)
Creates a test of single cartesian integrals.
Definition: test_integral_single.cpp:20
cb_integral4_str cb_str_type
Definition: callback_helper4.hpp:18
cb_integral4_single_str cb_single_str_type
Definition: callback_helper4.hpp:22
template void integral_create_test< 4 >(const std::string &, const std::string &, slong, long, const std::string &, callback_helper< 4 >::cb_str_type)