Skip to content

Commit

Permalink
add freq_range option input
Browse files Browse the repository at this point in the history
  • Loading branch information
ahurta92 committed Jul 1, 2024
1 parent bc151ce commit cbe3d84
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"dft": {
"k": 7,
"aobasis": "sto-3g",
"econv": 1.0000e-05,
"protocol": [1e-4,1e-6,1e-8]
},
"response": {
"first_order": true,
"kain": true,
"dipole": true,
"maxsub": 10,
"maxiter": 10,
"omega": 0.0,
"protocol": [1e-4,1e-6,1e-8]
"freq_range" [0.0, 0.056,0.1]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ TEST_CASE("Define parameters with input and mol file separately") {
std::cout.precision(6);

path input_json("resources/inputs/input.json");
path mol_input("resources/molecules/H2O.mol");
path mol_input("resources/molecules/H2.mol");


ParameterManager params(world, input_json, mol_input);
Expand Down

0 comments on commit cbe3d84

Please sign in to comment.