Category:Transition states

From VASP Wiki
(Redirected from Category:Transition States)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

A transition state in chemistry refers to a high-energy, short-lived configuration that occurs during a chemical reaction as reactants transform into products. At this point, the reaction's progress is maximized. In other words, the transition state is a metastable structure that corresponds to a saddle point on the high-dimensional potential surface. Identifying the transition state is essential for understanding reaction mechanisms, energy barriers, and reaction rates. There are various methods available to pinpoint transition states in VASP.

Improved dimer method

The dimer method[1] is a technique for determining activated transitions without knowledge of the final state. In VASP, the improved dimer method (IDM) by Heyden et al. is implemented. The modification reduces the number of gradient calculations per cycle, improving algorithm performance. A detailed presentation of the method can be found in their paper[2]. The main tag is IBRION=44.

Follow the how-to in order to learn how to perform an IDM calculation.

Nudged elastic bands

The nudged elastic band (NEB) method[3][4] involves the creation of an initial path connecting the system's initial and final states, utilizing a set of intermediate configurations (IMAGES). Hence, as a prerequisite, the initial and final state (e.g., reactant and product) must be known. The images are interconnected by springs, forming a flexible band. Through iterative adjustments (nudging), the positions of the images along the band are modified, minimizing energy until a minimum energy pathway, referred to as the nudged elastic band, is attained.

Learn how to perform an NEB calculation.

Intrinsic reaction coordinate

Following the intrinsic reaction coordinate (IRC) implies following the steepest descent path from the transition state to reactants and products. The IRC method employs a classical trajectory integration method with fixed velocity, i.e., the damped-velocity Verlet algorithm, incorporating an adaptive time step such that the dynamic reaction pathway resembles the IRC. Hence, as a prerequisite, the transition state must be known.

Learn how to perform an IRC calculation.

References