Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/molmd_fix' into molmd_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rashatwi committed Feb 23, 2024
2 parents d1ef3e5 + 0b42796 commit 60af208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymatgen/io/gaussian.py
Original file line number Diff line number Diff line change
Expand Up @@ -1195,7 +1195,7 @@ def _parse(self, filename):
elif (not self.is_pcm) and pcm_patt.search(line):
self.is_pcm = True
self.pcm = {}
elif "freq" in route_lower and "opt" in route_lower and stat_type_patt.search(line):
elif "freq" in route_lower and stat_type_patt.search(line):
self.stationary_type = "Saddle"
elif mp2_patt.search(line):
m = mp2_patt.search(line)
Expand Down

0 comments on commit 60af208

Please sign in to comment.