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_;
Provides precomputed information about Gaussian basis functions.
Definition gto.h:38
The base class for all reference counted objects.
Definition ref.h:192
A template class that maintains references counts.
Definition ref.h:361
Contains all MPQC code up to version 3.
Definition mpqcin.h:14