LIBINT 2.9.0
libint2.h
1/*
2 * Copyright (C) 2004-2024 Edward F. Valeev
3 *
4 * This file is part of Libint library.
5 *
6 * Libint library is free software: you can redistribute it and/or modify
7 * it under the terms of the GNU Lesser General Public License as published by
8 * the Free Software Foundation, either version 3 of the License, or
9 * (at your option) any later version.
10 *
11 * Libint library is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU Lesser General Public License for more details.
15 *
16 * You should have received a copy of the GNU Lesser General Public License
17 * along with Libint library. If not, see <http://www.gnu.org/licenses/>.
18 *
19 */
20
21#ifndef _libint2_header_
22#define _libint2_header_
23
24#define LIBINT_T_SS_EREP_SS(mValue) \
25 _aB_s___0__s___1___TwoPRep_s___0__s___1___Ab__up_##mValue
26#define LIBINT_T_SS_Km1G12_SS(mValue) \
27 _aB_s___0__s___1___r12_minus_1_g12_s___0__s___1___Ab__up_##mValue
28#define LIBINT_T_SS_K0G12_SS_0 \
29 _aB_s___0__s___1___r12_0_g12_s___0__s___1___Ab__up_0
30#define LIBINT_T_SS_K2G12_SS_0 \
31 _aB_s___0__s___1___r12_2_g12_s___0__s___1___Ab__up_0
32#define LIBINT_T_SS_K4G12_SS_0 \
33 _aB_s___0__s___1___r12_4_g12_s___0__s___1___Ab__up_0
34#define LIBINT_T_S_OVERLAP_S _aB_s___0___Overlap_s___0___Ab__up_
35#define LIBINT_T_S_KINETIC_S _aB_s___0___Kinetic_s___0___Ab__up_
36#define LIBINT_T_S_ELECPOT_S(mValue) _aB_s___0___ElecPot_s___0___Ab__up_##mValue
37
38#include <libint2/util/configuration.h>
39#include <libint2/util/generated/libint2_params.h>
40#include <libint2/util/generated/libint2_types.h>
41#include <libint2/util/intrinsic_types.h>
42
43#if defined(__cplusplus)
44#include <libint2/numeric.h>
45#endif
46
47#endif /* header guard */
48
49#include <libint2/util/generated/libint2_iface.h>