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

A collection of data for testing the Boys function. More...

#include <test_boys.hpp>

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

Public Attributes

long ndigits
 The number of 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< boys_data_entryentries
 Actual data for the tests. More...
 

Detailed Description

A collection of data for testing the Boys function.

Member Data Documentation

◆ entries

std::vector<boys_data_entry> mirp::boys_data::entries

Actual data for the tests.

◆ header

std::string mirp::boys_data::header

Header or comments about the test.

◆ ndigits

long mirp::boys_data::ndigits

The number of digits of accuracy in the file.

◆ working_prec

long mirp::boys_data::working_prec

Working precision used for the integrals.


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