MolSSI Integral Reference Project
Namespaces | Functions
test_boys.cpp File Reference

Functions related to testing the Boys function. More...

#include "mirp_bin/test_boys.hpp"
#include "mirp_bin/test_common.hpp"
#include <mirp/kernels/boys.h>
#include <mirp/math.h>
#include <mirp/pragma.h>
#include <cmath>
#include <iostream>
#include <sstream>
#include <fstream>
#include <stdexcept>
Include dependency graph for test_boys.cpp:

Namespaces

 mirp
 

Functions

int mirp::boys_max_m (const boys_data &data)
 Finds the maximum value of m in a Boys test data structure. More...
 
boys_data mirp::boys_read_file (const std::string &filepath, bool is_input)
 Read a file with reference data for the Boys function. More...
 
void mirp::boys_write_file (const std::string &filepath, const boys_data &data)
 Write a file with reference data for the Boys function. More...
 
long mirp::boys_verify_test_main (const std::string &filepath, const std::string &floattype, int extra_m, slong working_prec)
 Run a test of the Boys function. More...
 
void mirp::boys_create_test (const std::string &input_filepath, const std::string &output_filepath, slong working_prec, long ndigits, const std::string &header)
 Create a test file for the Boys function from a given input file. More...
 

Detailed Description

Functions related to testing the Boys function.