Transition state structures can be determined by searching for
saddle points on the PES of the chemical species of interest. A first-order saddle point is a position on the PES corresponding to a minimum in all directions except one; a second-order saddle point is a minimum in all directions except two, and so on. Defined mathematically, an
nth order saddle point is characterized by the following: and the Hessian matrix, , has exactly
n negative eigenvalues. Algorithms to locate transition state geometries fall into two main categories: local methods and semi-global methods. Local methods are suitable when the starting point for the optimization is very close to the true transition state (
very close will be defined shortly) and semi-global methods find application when it is sought to locate the transition state with very little
a priori knowledge of its geometry. Some methods, such as the Dimer method (see below), fall into both categories.
Local searches A so-called local optimization requires an initial guess of the transition state that is very close to the true transition state.
Very close typically means that the initial guess must have a corresponding Hessian matrix with one negative eigenvalue, or, the negative eigenvalue corresponding to the reaction coordinate must be greater in magnitude than the other negative eigenvalues. Further, the eigenvector with the most negative eigenvalue must correspond to the reaction coordinate, that is, it must represent the geometric transformation relating to the process whose transition state is sought. Given the above pre-requisites, a local optimization algorithm can then move "uphill" along the eigenvector with the most negative eigenvalue and "downhill" along all other degrees of freedom, using something similar to a quasi-Newton method.
Dimer method The dimer method can be used to find possible transition states without knowledge of the final structure or to refine a good guess of a transition structure. The “dimer” is formed by two images very close to each other on the PES. The method works by moving the dimer uphill from the starting position whilst rotating the dimer to find the direction of lowest curvature (ultimately negative).
Activation Relaxation Technique (ART) The Activation Relaxation Technique (ART) is also an open-ended method to find new transition states or to refine known saddle points on the PES. The method follows the direction of lowest negative curvature (computed using the
Lanczos algorithm) on the PES to reach the saddle point, relaxing in the perpendicular hyperplane between each "jump" (activation) in this direction.
Chain-of-state methods Chain-of-state methods can be used to find the
approximate geometry of the transition state based on the geometries of the reactant and product. The generated approximate geometry can then serve as a starting point for refinement via a local search, which was described above. Chain-of-state methods use a series of vectors, that is points on the PES, connecting the reactant and product of the reaction of interest, and , thus discretizing the reaction pathway. Very commonly, these points are referred to as
beads due to an analogy of a set of beads connected by strings or springs, which connect the reactant and products. The series of beads is often initially created by interpolating between and , for example, for a series of beads, bead might be given by \mathbf{r}_i = \frac{i}{N}\mathbf{r}_\mathrm{product} + \left(1 - \frac{i}{N} \right)\mathbf{r}_\mathrm{reactant} where . Each of the beads has an energy, , and forces, and these are treated with a constrained optimization process that seeks to get an as accurate as possible representation of the reaction pathway. For this to be achieved, spacing constraints must be applied so that each bead does not simply get optimized to the reactant and product geometry. Often this constraint is achieved by
projecting out components of the force on each bead , or alternatively the movement of each bead during optimization, that are tangential to the reaction path. For example, if for convenience, it is defined that , then the energy gradient at each bead minus the component of the energy gradient that is tangential to the reaction pathway is given by \mathbf{g}_i^\perp = \mathbf{g}_i - \mathbf{\tau}_i(\mathbf{\tau}_i\cdot\mathbf{g}_i) = \left( I - \mathbf{\tau}_i \mathbf{\tau}_i^T \right)\mathbf{g}_i where is the identity matrix and is a unit vector representing the reaction path tangent at . By projecting out components of the energy gradient or the optimization step that are parallel to the reaction path, an optimization algorithm significantly reduces the tendency of each of the beads to be optimized directly to a minimum.
Synchronous transit The simplest chain-of-state method is the linear synchronous transit (LST) method. It operates by taking interpolated points between the reactant and product geometries and choosing the one with the highest energy for subsequent refinement via a local search. The quadratic synchronous transit (QST) method extends LST by allowing a parabolic reaction path, with optimization of the highest energy point orthogonally to the parabola.
Nudged elastic band In Nudged elastic band (NEB) method, the beads along the reaction pathway have simulated spring forces in addition to the chemical forces, , to cause the optimizer to maintain the spacing constraint. Specifically, the force on each point
i is given by \mathbf{f}_i = \mathbf{f}_i^{\parallel} -\mathbf{g}_i^{\perp} where \mathbf{f}_i^{\parallel} = k\left[\left( \left(\mathbf{r}_{i+1} - \mathbf{r}_i\right) - \left(\mathbf{r}_i - \mathbf{r}_{i-1}\right)\right)\cdot\tau_i \right] \tau_i is the spring force parallel to the pathway at each point (
k is a spring constant and , as before, is a unit vector representing the reaction path tangent at ). In a traditional implementation, the point with the highest energy is used for subsequent refinement in a local search. There are many variations on the NEB method, such including the climbing image NEB, in which the point with the highest energy is pushed upwards during the optimization procedure so as to (hopefully) give a geometry which is even closer to that of the transition state. There have also been extensions to include
Gaussian process regression for reducing the number of evaluations. For systems with non-Euclidean (R^2) geometry, like magnetic systems, the method is modified to the geodesic nudged elastic band approach.
String method The string method uses splines connecting the points, , to measure and enforce distance constraints between the points and to calculate the tangent at each point. In each step of an optimization procedure, the points might be moved according to the force acting on them perpendicular to the path, and then, if the equidistance constraint between the points is no-longer satisfied, the points can be redistributed, using the spline representation of the path to generate new vectors with the required spacing. Variations on the string method include the growing string method, in which the guess of the pathway is grown in from the end points (that is the reactant and products) as the optimization progresses. == Comparison with other techniques ==