We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42a3dae commit 379c04cCopy full SHA for 379c04c
1 file changed
arc/checks/nmd.py
@@ -9,7 +9,6 @@
9
10
import qcelemental as qcel
11
12
-import arc.rmgdb as rmgdb
13
from arc import parser
14
from arc.common import get_logger
15
from arc.species.converter import get_most_common_isotope_for_element, xyz_from_data, xyz_to_np_array
@@ -47,8 +46,6 @@ def analyze_ts_normal_mode_displacement(reaction: 'ARCReaction',
47
46
"""
48
if job is None:
49
return None
50
- if reaction.family is None:
51
- rmgdb.determine_family(reaction)
52
53
ts_xyz = reaction.ts_species.get_xyz()
54
try:
0 commit comments