Skip to content

Commit

Permalink
Merge pull request #79 from xiaoruiDong/v0.5/fixparserbug
Browse files Browse the repository at this point in the history
Minor: fix gaussian scheme parser
  • Loading branch information
xiaoruiDong committed Dec 11, 2023
2 parents 67b5167 + 06bf5ec commit e62ee6a
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 e62ee6a

Please sign in to comment.