ReactionMechanismGenerator / AutoTST

AutoTST: A framework to perform automated transition state theory calculations
Other
31 stars 16 forks source link

Building of TSs with reactant and product species geometries #70

Open nateharms opened 4 years ago

nateharms commented 4 years ago

Conformational changes like inversion of chiral centers and rotation about double bonds rarely occur when reactants go to TSs (e.g. a reactant containing a cis double bond will probably have a TS with that corresponding double bond being cis). This is similar to the templating idea proposed in #33, but with a variation. I'm proposing that we do the following when building a TS geometry:

1) Read in QM optimized geometries, if they exist, for reactants and products. 1) Perform conformer analysis and QM optimization for reactants and products that have no optimized geometries and read them in. 1) Using optimized geometries for reactants and products, construct a TS geometry using a tighter bounds matrix for bound atoms (because we trust these values) 1) Perform a conformer analysis on rotatable torsions only because cis/trans bonds and chiral centers probably won't invert.

This would require us to do the following:

nateharms commented 4 years ago

Idea popped up while working on my review so I thought I'd at least write it down