![]() | |
Intrinsic Reaction CoordinateThe path of a chemical reaction can be traced from the Transition State to the products and/or to the reactants, using the Intrinsic Reaction Coordinate method (IRC) [9,10]. The starting coordinates should be a fair approximation of the Transition State. The final values at the endpoint(s) - reactants, products - are computed. The IRC path is defined as the steepest-descent path from the Transition State down to the local energy minimum. The energy profile is obtained as well as length and curvature properties of the path, providing the basic quantities for an analysis of the reaction path. Additional properties along the path (dipole moment, atomic charges) are computed. Technically speaking the path is computed by taking small steps along the path meanwhile optimizing all atomic coordinates orthogonal to it so that, like in a Linear Transit run, a sequence of constrained optimizations is carried out. The total number of steps along the path is not known in advance. The maximum number of such steps can be set in input. If the path is not completed in the run, a Restart can be used to finish it. Each of the constrained optimizations in the run is treated as it would be in a Linear Transit run: convergence thresholds, maximum numbers of optimization iterations et cetera are set with subkeys in the geometry block. You can set the IRC runtype by typing it in the geometry block
GEOMETRY
IRC {Forward} {Backward} {Points=Points} {Step=Step} {StepMax=StepMax}
{StepMin=StepMin} {Start=Start}
End
IRC The runtype Forward, Backward Specifies execution of the two possible paths from the Transition State to the adjacent local minima. By default both are computed. If Forward is specified only, the other path is turned off and similarly for Backward. For the definition of which of the two directions down from the Transition State to an adjacent minimum is 'forward' see below. Points The maximum number of IRC points computed in the run, for both paths together and including the initial (TS) central point (as far as applicable). Default 100. Step The (initial) step length when proceeding from one IRC point to another along the path. The
difference between two geometries, to which the step quantity applies, is
measured in mass-weighted coordinates. The default value for step is 0.2 (amu)1/2 bohr. Larger steps reduce, in principle, the
required number of IRC points from the transition state to the minimum, but
usually at the expense of more optimization steps at each of the points so the
net gain in computation time may not be very large, or even negative. StepMax The maximum step length that the program will select in the step-adjusting algorithm. Default: 1.0 or 10 times the initial step length, whichever is larger. StepMin The minimum step length that the program will select in the step-adjusting algorithm. Default: 0.03 or 0.3 times the initial step length, whichever is smaller. Start Defines how the initial direction of the path is chosen to move
away from the Transition State. It does not
imply whether the first step along this direction is taken positively or
negatively. See for this aspect the section about Forward/Backward IRC paths. Forward / Backward IRC paths | |