24 std::array<double, 3>
xyz;
39 std::array<std::string, 3>
xyz;
48 std::array<int, 3>
lmn;
49 std::array<std::string, 3>
xyz;
61 std::vector<gaussian_single_str>
g;
76 std::vector<integral_single_data_entry>
entries;
84 std::vector<gaussian_shell_str>
g;
114 const std::string & basfile);
long working_prec
Working precision used for the integrals.
Definition: data_entry.hpp:74
Data for a single cartesian integral.
Definition: data_entry.hpp:59
int ngeneral
Number of general contractions.
Definition: data_entry.hpp:38
std::vector< std::string > integrals
Computed integrals.
Definition: data_entry.hpp:86
std::array< double, 3 > xyz
Coordinates (in bohr)
Definition: data_entry.hpp:24
A shell of cartesian gaussian functions (double precision)
Definition: data_entry.hpp:19
int ngeneral
Number of general contractions.
Definition: data_entry.hpp:23
Contents of a data file for contracted integrals.
Definition: data_entry.hpp:95
std::vector< std::string > coeff
Contraction coefficients (unnormalized)
Definition: data_entry.hpp:41
long ndigits
The number of decimal digits of accuracy in the file.
Definition: data_entry.hpp:97
std::array< std::string, 3 > xyz
Coordinates (in bohr)
Definition: data_entry.hpp:39
std::array< std::string, 3 > xyz
Coordinates (in bohr)
Definition: data_entry.hpp:49
std::vector< gaussian_single_str > g
Shell array for which the integrals calculated.
Definition: data_entry.hpp:61
std::vector< integral_data_entry > entries
Actual data for the integrals.
Definition: data_entry.hpp:100
std::string integral
Actual data (integral) for this gaussian.
Definition: data_entry.hpp:62
Data for a single contracted integral.
Definition: data_entry.hpp:82
std::string header
Header or comments about the test.
Definition: data_entry.hpp:75
int nprim
Number of primitives (segmented contraction)
Definition: data_entry.hpp:22
std::vector< integral_single_data_entry > entries
Actual data for the integrals.
Definition: data_entry.hpp:76
int am
Angular momentum.
Definition: data_entry.hpp:21
std::vector< gaussian_shell_str > g
Shells for which the integrals are calculated.
Definition: data_entry.hpp:84
std::vector< std::string > alpha
Exponents of the gaussians.
Definition: data_entry.hpp:40
int nprim
Number of primitives (segmented contraction)
Definition: data_entry.hpp:37
long working_prec
Working precision used for the integrals.
Definition: data_entry.hpp:98
std::vector< double > alpha
Exponents of the gaussians.
Definition: data_entry.hpp:25
std::array< int, 3 > lmn
AM exponents.
Definition: data_entry.hpp:48
A shell of cartesian gaussian functions (strings)
Definition: data_entry.hpp:34
std::vector< int > idx
Indices of the shells.
Definition: data_entry.hpp:85
int am
Angular momentum.
Definition: data_entry.hpp:36
Contents of a data file for a single cartesian integral.
Definition: data_entry.hpp:71
std::string alpha
Exponent of the gaussian.
Definition: data_entry.hpp:50
std::string header
Header or comments about the test.
Definition: data_entry.hpp:99
long ndigits
The number of decimal digits of accuracy in the file.
Definition: data_entry.hpp:73
A single cartesian gaussian function.
Definition: data_entry.hpp:46
std::vector< gaussian_shell > read_construct_basis(const std::string &xyzfile, const std::string &basfile)
Creates a basis from an XYZ file and a basis set file.
Definition: read_construct_basis.cpp:190
std::vector< double > coeff
Contraction coefficients (unnormalized)
Definition: data_entry.hpp:26