MADNESS 0.10.1
SAP.h
Go to the documentation of this file.
1//
2// Created by Jonathon Misiewicz on 2/11/25.
3//
4
5#ifndef MPQC_SAP_INTERPOLATORS_H
6#define MPQC_SAP_INTERPOLATORS_H
7
9
10namespace madness {
11 extern std::vector<CubicInterpolationTable<double>> SAPCharges;
12}
13
14#endif // MPQC_SAP_INTERPOLATORS_H
Provides 1D cubic interpolation class.
Namespace for all elements and tools of MADNESS.
Definition DFParameters.h:10
std::vector< CubicInterpolationTable< double > > SAPCharges
Definition SAP.cc:194