![]() |
MolSSI Integral Reference Project
|
Contents of a data file for contracted integrals. More...
#include <data_entry.hpp>
Public Attributes | |
long | ndigits |
The number of decimal digits of accuracy in the file. More... | |
long | working_prec |
Working precision used for the integrals. More... | |
std::string | header |
Header or comments about the test. More... | |
std::vector< integral_data_entry > | entries |
Actual data for the integrals. More... | |
Contents of a data file for contracted integrals.
The data file holds data for multiple integrals, plus a descriptive header and some metadata.
std::vector<integral_data_entry> mirp::integral_data::entries |
Actual data for the integrals.
std::string mirp::integral_data::header |
Header or comments about the test.
long mirp::integral_data::ndigits |
The number of decimal digits of accuracy in the file.
long mirp::integral_data::working_prec |
Working precision used for the integrals.