Skip to content

Commit

Permalink
clean parser rasci
Browse files Browse the repository at this point in the history
  • Loading branch information
abelcarreras committed Feb 7, 2022
1 parent 182a4bf commit c8ef4a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyqchem/parsers/parser_rasci.py
Expand Up @@ -191,7 +191,6 @@ def parser_rasci(output):
tot_energy = float(section_state.split()[1])
exc_energy_units = section_state.split()[4][1:-1]
exc_energy = float(section_state.split()[6])
print(section_state.split()[8])
state_multiplicity = section_state.split()[8] if section_state.split()[8] != ':' else section_state.split()[9]

# dipole moment
Expand Down

0 comments on commit c8ef4a2

Please sign in to comment.