Skip to content

Commit

Permalink
Updated TS checks in the arkane module
Browse files Browse the repository at this point in the history
  • Loading branch information
alongd committed Oct 28, 2024
1 parent 35958ef commit 06254f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arc/statmech/arkane.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def compute_high_p_rate_coefficient(self,
else:
ts_species.e0 = arkane_ts_species.conformer.E0.value_si * 0.001 # Convert to kJ/mol.
check_ts(reaction=self.reaction,
checks=['energy', 'freq'],
checks=['energy', 'NMD'],
rxn_zone_atom_indices=ts_species.rxn_zone_atom_indices,
skip_nmd=self.skip_nmd,
)
Expand Down

0 comments on commit 06254f9

Please sign in to comment.