![]() | |
Climbing-Image Nudged Elastic BandThe reaction path can be found by simultaneous optimization of a number of replicas of the system in question starting from some rough approximation [159]. In the simplest case, implemented in ADF, the initial approximation is just a polynomial interpolation between initial and final states (see keyword geovar). The images are optimized not independently of each other but, in fact, forces on each image depend on its neighbors. At each step the forces parallel to the reaction path are eliminated and a so-called spring force is added which keeps the image in the middle between its neighbors. This does not let images slide to the initial or final reaction state and ensures that they are evenly distributed along the reaction path. There are also options to distribute images more densly near the transition state (energy-dependent spring force). Below is the list of NEB options:
GEOMETRY
CINEB {NumImages}
{NEBSPRING Nspring Spring Spring2 Spower}
{NEBOPT OptMethod}
{NEBECONO}
{NOCLIMB}
{NONEBOPTENDS}
End
CINEB The runtype. Nudged will also be recognized. NumImages The number of NEB images excluding initial and final stated. The default is 8. NEBSPRING Nspring Spring Spring2 Spower Nspring determines the type of spring used, which, in turn, determines which of the spring parameters are used:
1: constant spring, spring=Spring Units for Spring and Spring2 are Hartree/bohr. Default values, when NEBSPRING is not present in the input, are 1 for Nspring and 0.1 for Spring. If NEBSPRING is specified with Nspring 1 then the Spring parameter is required. If Nspring>1 is specified then also Spring2 and Spower are required. NEBOPT OptMethod Specifies the optimization procedure. OptMethod can take any of the following values:
GLOBALQN: global Quasi-Newton. NEBECONO (local optimization only) Requests that when at some point an image's geometry converges this image will not be recalculated in subsequent steps. This option can be used to speed up calculation in the end when some images have already converged. Please note though that even if an image has converged at one point it may become "un-converged" at a subsequent point due to increase in spring force (which is determined by position of the image with respect to its neighbors). This option is irrelevant in case of the global optimization because then the convergence state of a single image is not determined. NOCLIMB Switches off the climbing-image feature. This option is generally not recommended and exists for debugging and troubleshooting purposes. NONEBOPTENDS Do not optimize geometries the initial and final reaction states during NEB optimization. Recommendations concerning the NEB method. | |