Skip to content

Commit

Permalink
remove debugging print
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonBurns committed Jun 27, 2024
1 parent edd3ae2 commit f636925
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fastlogfileparser/gaussian/utils/postprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ def _fortran_float_to_float(in_list):
def _hl_gap(in_list):
"""Calculates HOMO-LUMO gap from the
HOMO and LUMO energies"""
print(in_list)
return float(in_list[-1][1]) - float(in_list[-1][0])


Expand Down

0 comments on commit f636925

Please sign in to comment.