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 &mol="lih") | |
~write_test_input () | |
std::string | filename () const |
Static Public Member Functions | |
static std::ostream & | write_molecule_to_test_input (std::string mol, 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-3 |
std::string | filename_ |
bool | keepfile =false |
will write a test input and remove it from disk upon destruction
|
inline |
|
inline |
References filename_, param, write_molecule_to_test_input(), and write_to_test_input().
|
inline |
References filename_.
Referenced by main(), nuclear_anchor_test(), run_all_calculations(), test_fock(), test_nemo(), test_read_restartaodata(), and test_read_restartdata().
|
inlinestatic |
Referenced by write_test_input(), and madness::TDHF::test().
|
inlinestatic |
References param.
Referenced by write_test_input(), and madness::TDHF::test().
double madness::write_test_input::eprec = 1.e-3 |
Referenced by write_test_input::write_test_input().
std::string madness::write_test_input::filename_ |
bool madness::write_test_input::keepfile =false |
Referenced by ~write_test_input().