Skip to content

Commit 0c6d367

Browse files
committed
Updated TS checks in the arkane module
1 parent 60607da commit 0c6d367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arc/statmech/arkane.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ def compute_high_p_rate_coefficient(self,
217217
else:
218218
ts_species.e0 = arkane_ts_species.conformer.E0.value_si * 0.001 # Convert to kJ/mol.
219219
check_ts(reaction=self.reaction,
220-
checks=['energy', 'freq'],
220+
checks=['energy', 'NMD'],
221221
rxn_zone_atom_indices=ts_species.rxn_zone_atom_indices,
222222
skip_nmd=self.skip_nmd,
223223
)

0 commit comments

Comments
 (0)