MADNESS
0.10.1
|
will write a test input and remove it from disk upon destruction More...
#include <write_test_input.h>
Public Member Functions | |
write_test_input () | |
write_test_input (const CalculationParameters ¶m, const std::string &filename, std::string mol_path) | |
~write_test_input () | |
std::string | filename () const |
Static Public Member Functions | |
static std::ostream & | write_molecule_to_test_input (std::string mol_path, std::ostream &of) |
static std::ostream & | write_to_test_input (const std::string &groupname, const QCCalculationParametersBase *param, std::ostream &of) |
Public Attributes | |
double | eprec = 1.e-4 |
std::string | filename_ |
bool | keepfile = true |
std::string | molecule_path |
will write a test input and remove it from disk upon destruction
|
inline |
|
inlineexplicit |
References filename_, molecule_path, param, write_molecule_to_test_input(), and write_to_test_input().
|
inline |
References filename_.
|
inlinestatic |
Referenced by write_test_input().
|
inlinestatic |
References param.
Referenced by write_test_input().
double molresponse::write_test_input::eprec = 1.e-4 |
std::string molresponse::write_test_input::filename_ |
Referenced by write_test_input(), ~write_test_input(), and filename().
bool molresponse::write_test_input::keepfile = true |
Referenced by ~write_test_input().
std::string molresponse::write_test_input::molecule_path |
Referenced by write_test_input().