Skip to content

Commit

Permalink
Fix gaussian scheme parser
Browse files Browse the repository at this point in the history
Unbounded variable
  • Loading branch information
xiaoruiDong committed Dec 11, 2023
1 parent 67b5167 commit 06bf5ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rdmc/external/logparser/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ def scheme_to_dict(scheme_str: str) -> dict:
scheme_dict = schemes['LOT']
scheme_dict['method'] = arg.strip()
elif arg in BASIS_SETS:
scheme_dict = schemes['LOT']
scheme_dict['basis_set'] = arg.strip()
else:
schemes[arg.strip()] = True
Expand Down

0 comments on commit 06bf5ec

Please sign in to comment.