Skip to content

Commit

Permalink
Registered orca in testing module.
Browse files Browse the repository at this point in the history
  • Loading branch information
muammar committed Feb 7, 2020
1 parent 892b502 commit 2b69b56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qcengine/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ def get_job(self):
"mopac": is_program_new_enough("mopac", "2016"),
"mp2d": which("mp2d", return_bool=True),
"nwchem": which("nwchem", return_bool=True),
"orca": is_program_new_enough("orca", "4.2.1"),
"psi4": is_program_new_enough("psi4", "1.2"),
"psi4_runqcsk": is_program_new_enough("psi4", "1.4a2.dev160"),
"qcdb": which_import("qcdb", return_bool=True),
Expand Down

0 comments on commit 2b69b56

Please sign in to comment.