Step 4: Validate the Transition State¶
Now that we have a transition state, we need to confirm that this is the transition state for this mechanistic step.
- We need to check this because the transition state we have obtained may not connect the reactant to the product.
We will use the intrinsic reaction coordinate (IRC) method to check this is the transition state we are looking for. This method works by:
- Nudging the transition state slightly along each direction of the negative frequency eigenvector. This gives two nudged versions of the transition state, called the
forward
andbackward
states. Then, - Perform a geometric optimisation upon both the
forward
andbackward
states. These two calculations will optimise into a local minimum. - If everything goes well, one of the optimised
forward
andbackward
states will resemble thereactant
, and the other will resemble theproduct
.
Note
The x and y axis given as R1 and R2 in the image above just indicate there is a change in spatial coordinates of the atoms in your molecule going from the reactant to the product.
How to Validate the Transition State¶
There are two main substeps that will be performed here:
- Perform the intrinsic reaction coordinate (IRC) method to obtain the forward and backwards states from the transition state.
- Geometrically optimise the forward and backwards states obtained from the IRC method, and check that they resemble the reactant and product obtained in Step 1.