Skip to content

Commit

Permalink
added something
Browse files Browse the repository at this point in the history
  • Loading branch information
corinwagen committed Jul 22, 2020
1 parent 0b881d2 commit 075cc42
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cctk/parse_gaussian.py
Original file line number Diff line number Diff line change
Expand Up @@ -929,6 +929,9 @@ def parse_modes(freq_block, num_atoms, hpmodes=False):
force_ks = list()
displacements = list()

if len(freq_block) == 0:
return None

chunks = freq_block[0].split("Freq")

if hpmodes:
Expand Down

0 comments on commit 075cc42

Please sign in to comment.