6 #ifndef MADNESS_WRITE_RESPONSE_INPUT_H
7 #define MADNESS_WRITE_RESPONSE_INPUT_H
44 of << groupname << endl;
45 of <<
param->print_to_string(
true);
53 std::cout<<mol_path<<
"\n";
54 std::ifstream mol_file(mol_path);
56 while(getline(mol_file,line)){
57 std::cout<<line<<
"\n";
90 of << groupname << endl;
91 of <<
param->print_to_string(
true);
class for holding the parameters for calculation
Definition: QCCalculationParametersBase.h:290
Definition: apps/molresponse/testing/write_test_input.h:13
Definition: CalculationParameters.h:51
Definition: response_parameters.h:24
InputParameters param
Definition: tdse.cc:203