Skip to content

Commit

Permalink
Made the various indices (methods, solvents, calculation types...) si…
Browse files Browse the repository at this point in the history
…mpler and more error-tolerant
  • Loading branch information
RaphaelRobidas committed Mar 21, 2022
1 parent e1d327a commit 9f9f7ad
Show file tree
Hide file tree
Showing 5 changed files with 492 additions and 599 deletions.
2 changes: 1 addition & 1 deletion ccinput/calculation.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def __init__(

self.theory_level = get_theory_level(method)

if self.theory_level not in ["semi-empirical", "xtb", "special"]:
if self.theory_level not in ["semiempirical", "xtb", "special"]:
self.basis_set = get_abs_basis_set(basis_set)
else:
self.basis_set = ""
Expand Down

0 comments on commit 9f9f7ad

Please sign in to comment.