Skip to content

Commit

Permalink
docs: parser
Browse files Browse the repository at this point in the history
  • Loading branch information
kfir4444 committed Aug 3, 2022
1 parent 15ceab4 commit e1d12f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arc/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def parse_normal_mode_displacement(path: str,
NotImplementedError: If the parser is not implemented for the ESS this log file belongs to.
Returns: Tuple[np.ndarray, np.ndarray]
The frequencies (in cm^-1) and the normal mode displacements.
The frequencies (in cm^-1) and the normal mode displacements. # fix here
"""
software = software or determine_ess(path)
freqs, normal_mode_disp, normal_mode_disp_entries = list(), list(), list()
Expand Down

0 comments on commit e1d12f5

Please sign in to comment.