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

Helper functions for reading/writing test files. More...

#include "mirp_bin/testfile_io.hpp"
#include "mirp_bin/data_entry.hpp"
#include "mirp_bin/test_common.hpp"
#include <mirp/shell.h>
#include <iostream>
#include <sstream>
#include <fstream>
#include <stdexcept>
Include dependency graph for testfile_io.cpp:

Namespaces

 mirp
 

Functions

integral_single_data mirp::testfile_read_integral_single (const std::string &filepath, int n, bool is_input)
 Read generic single integral test data from a file. More...
 
void mirp::testfile_write_integral_single (const std::string &filepath, const integral_single_data &data)
 Write generic single integral test data to a file. More...
 
integral_data mirp::testfile_read_integral (const std::string &filepath, int n, bool is_input)
 Read generic contracted integral test data from a file. More...
 
void mirp::testfile_write_integral (const std::string &filepath, const integral_data &data)
 Write generic contracted integral test data to a file. More...
 

Detailed Description

Helper functions for reading/writing test files.