Skip to content

Commit

Permalink
Code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinp0 committed Dec 21, 2024
1 parent 25152df commit 8fb0055
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions arc/job/adapters/ts/heuristics.py
Original file line number Diff line number Diff line change
Expand Up @@ -1075,9 +1075,6 @@ def h_abstraction(arc_reaction: 'ARCReaction',

try:
h_abs_atoms_dict = get_h_abs_atoms(df_dmat)
a = extract_digits(h_abs_atoms_dict['A'])
h = extract_digits(h_abs_atoms_dict['H'])
b = extract_digits(h_abs_atoms_dict['B'])
crest_path = crest_ts_conformer_search(xyz_guess_crest, a, h, b, path=path)
crest_paths.append(crest_path)
except (ValueError, KeyError) as e:
Expand Down

0 comments on commit 8fb0055

Please sign in to comment.