Skip to content

Commit

Permalink
Merge pull request #6 from markbronsonjr/master
Browse files Browse the repository at this point in the history
Update read_file.py
  • Loading branch information
markbronsonjr authored Nov 28, 2023
2 parents d065639 + 8acf590 commit ea6a5c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/chemPackage/ams/read_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,8 @@ def read_file(self):
# Use the broad search in a set for fastest searching.
if ' SCF MODERATELY CONVERGED' == line:
print(self.filename, 'WARNING: SCF MODERATELY CONVERGED')
if 'Geometry optimization did NOT converge' == line:
print(self.filename, 'WARNING: GEOMETRY NOT CONVERGED')
if line in search_lines:
# If the line is in the first dict, store then remove from search
if line in first:
Expand Down

0 comments on commit ea6a5c9

Please sign in to comment.