MolSSI Integral Reference Project
Public Attributes | List of all members
mirp::integral_single_data Struct Reference

Contents of a data file for a single cartesian integral. More...

#include <data_entry.hpp>

Collaboration diagram for mirp::integral_single_data:
Collaboration graph
[legend]

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_single_data_entryentries
 Actual data for the integrals. More...
 

Detailed Description

Contents of a data file for a single cartesian integral.

The data file holds data for multiple integrals, plus a descriptive header and some metadata.

Member Data Documentation

◆ entries

std::vector<integral_single_data_entry> mirp::integral_single_data::entries

Actual data for the integrals.

◆ header

std::string mirp::integral_single_data::header

Header or comments about the test.

◆ ndigits

long mirp::integral_single_data::ndigits

The number of decimal digits of accuracy in the file.

◆ working_prec

long mirp::integral_single_data::working_prec

Working precision used for the integrals.


The documentation for this struct was generated from the following file: