5#ifndef MADNESS_WRITE_TEST_INPUT_H
6#define MADNESS_WRITE_TEST_INPUT_H
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
static XNonlinearSolver< std::vector< Function< T, NDIM > >, T, vector_function_allocator< T, NDIM > > nonlinear_vector_solver(World &world, const long nvec)
Definition nonlinsol.h:371
Definition CalculationParameters.h:51
InputParameters param
Definition tdse.cc:203