#ifndef libint_config_h_ #define libint_config_h_ /* The host architecture. */ #undef HOST_ARCH /* The target architecture. */ #undef TARGET_ARCH /* The version number. */ #undef LIBINT_VERSION /* The major version number. */ #undef LIBINT_MAJOR_VERSION /* The minor version number. */ #undef LIBINT_MINOR_VERSION /* The micro version number. */ #undef LIBINT_MICRO_VERSION /* Whether to include derivative ERI support */ #undef INCLUDE_DERIV /* Whether to include linear R12 method integrals support */ #undef INCLUDE_R12 /* Max AM for ERI */ #undef LIBINT_MAX_AM /* Max optimized AM for ERI */ #undef LIBINT_OPT_AM /* Max AM for 1st-order derivative ERI */ #undef LIBDERIV_MAX_AM1 /* Max AM for 2nd-order derivative ERI */ #undef LIBDERIV_MAX_AM2 /* Max AM for 1st- and 2nd-order derivative ERI */ #undef LIBDERIV_MAX_AM12 /* Max AM for linear R12 method integrals */ #undef LIBR12_MAX_AM /* Max optimized AM for linear R12 method integrals */ #undef LIBR12_OPT_AM /* Max length of level 0 build routines (node build) */ #undef LIBINT_MAX_CLASS_SIZE /* Max length of level 0 r12 and [T,r12] build routines (node build) */ #undef LIBR12_MAX_CLASS_SIZE /* Compute integrals in long double precision */ #undef LONG_DOUBLE #endif