5#ifndef MADNESS_WRITE_TEST_INPUT_H
6#define MADNESS_WRITE_TEST_INPUT_H
37 of << groupname << endl;
38 of <<
param->print_to_string(
true);
46 of <<
"no_orient true\n";
47 of <<
"Li 0.0 0.0 0.0\n";
48 of <<
"H 1.4375 0.0 0.0\n";
50 }
else if (mol ==
"hf") {
53 of <<
"no_orient true\n";
54 of <<
"F 0.1 0.0 0.2\n";
55 of <<
"H 1.4375 0.0 0.0\n";
class for holding the parameters for calculation
Definition QCCalculationParametersBase.h:290
Namespace for all elements and tools of MADNESS.
Definition DFParameters.h:10
Definition CalculationParameters.h:51
InputParameters param
Definition tdse.cc:203