![]() |
MolSSI Integral Reference Project
|
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>
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... | |
Helper functions for reading/writing test files.