Skip to content

Commit

Permalink
fix keyerror reader.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ALescoulie committed Jan 5, 2022
1 parent 12168d2 commit 918f203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mdsapt/reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def _check_inputs(yaml_dict: dict) -> None:
method = sapt_settings['method']
basis = sapt_settings['basis']
settings = sapt_settings['settings']
save_sapt_out = opt_settings['save_psi4_output']
save_sapt_out = sapt_settings['save_psi4_output']

for pair in ag_pair:
if len(pair) != 2:
Expand Down

0 comments on commit 918f203

Please sign in to comment.