Skip to content

Commit

Permalink
Improved error messages when geometries could not be read from DFT files
Browse files Browse the repository at this point in the history
  • Loading branch information
KristapsE committed May 12, 2020
1 parent 1418ae3 commit 7f1e0bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NWChem.py
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ def ReadGeometries(Isomers, settings):

iso.DFTConformers = [[] for x in iso.NMROutputFiles]

if len(iso.OptOutputFiles) < 1:
if len(iso.NMROutputFiles) < 1:
print("NWChem.py, ReadGeometries: No geometry optimisation output" +
" files found, geometries could not be read. Quitting.")
quit()
Expand Down

0 comments on commit 7f1e0bc

Please sign in to comment.