Skip to content

Commit

Permalink
Minor: Style modification in gaussian adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
alongd committed Aug 16, 2023
1 parent 504980f commit 98c1a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arc/job/adapters/gaussian.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def __init__(self,
xyz=xyz,
)
if isinstance(self.level, Level) and self.level.basis is not None:
self.level.basis = re.sub('def2-', 'def2', self.level.basis.lower())
self.level.basis = re.sub('def2-', 'def2', self.level.basis.lower())

if self.checkfile is None:
if os.path.isfile(os.path.join(self.local_path, 'check.chk')):
Expand Down

0 comments on commit 98c1a81

Please sign in to comment.