Skip to content

Commit

Permalink
Added a missing block
Browse files Browse the repository at this point in the history
  • Loading branch information
YHordijk committed Sep 15, 2023
1 parent 931cf39 commit 050890f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TCutility/results/ams.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,7 @@ def get_ams_input(calc_dir: str):
'PESPointCharacter',
'Properties',
'TransitionStateSearch',
'GeometryOptimization',
'ReactionCoordinate',
'SCF',
'Relativity',
Expand Down Expand Up @@ -428,7 +429,6 @@ def get_ams_input(calc_dir: str):
# we open and look through each line in the input file
for line in reader_ams.read('General', 'user input').splitlines():
line = line.strip()

if line == '':
continue

Expand Down

0 comments on commit 050890f

Please sign in to comment.