Skip to content

Commit

Permalink
Update qcengine/testing.py
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Ehlert <[email protected]>
  • Loading branch information
loriab and awvwgk committed Aug 8, 2023
1 parent 3479897 commit 3b616cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qcengine/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def get_job(self):
"dftd3": which("dftd3", return_bool=True),
"dftd3_321": is_program_new_enough("dftd3", "3.2.1"),
"dftd4": which_import("dftd4", return_bool=True),
"dftd4_350": is_program_new_enough("dftd", "3.5.0"),
"dftd4_350": is_program_new_enough("dftd4", "3.5.0"),
"s-dftd3": which_import("dftd3", return_bool=True),
"qcore": is_program_new_enough("qcore", "0.8.9"),
"gamess": which("rungms", return_bool=True),
Expand Down

0 comments on commit 3b616cd

Please sign in to comment.