28 #ifndef _mpqc_src_lib_chemistry_qc_libint2_gto_h
29 #define _mpqc_src_lib_chemistry_qc_libint2_gto_h
32 #include <libint2/config.h>
43 const double* norm(
unsigned int l);
49 static const unsigned int lmax_ = LIBINT_MAX_AM;
51 # ifdef LIBINT2_MAX_AM_eri
52 static const unsigned int lmax_ = LIBINT2_MAX_AM_eri;
54 static const unsigned int lmax_ = LIBINT2_CARTGAUSS_MAX_AM;
60 std::vector< std::vector<double> > norm_;
61 std::vector<double> df_;
62 std::vector<double> fp1_;
67 #endif // end of header guard