{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "\n# NEB with IDPP: |subst|\n\n.. |subst| replace:: Image Dependent Pair Potential\n for improved interpolation of NEB initial guess\n\nReference: S. Smidstrup, A. Pedersen, K. Stokbro and H. Jonsson,\n:doi:`Improved initial guess for minimum energy path calculations\n<10.1063/1.4878664>`,\nJ. Chem. Phys. 140, 214106 (2014).\n\nUse of the Nudged Elastic Band\n(NEB) method for transition state search\nis dependent upon generating an initial guess\nfor the images lying between the initial and final states. The most\nsimple approach is to use linear interpolation of the\natomic coordinates. However, this can be problematic as the quality\nof the interpolated path can ofter be far from the real one.\nThe implication being\nthat a lot of time is spent in the NEB routine optimising the shape of\nthe path, before the transition state is homed-in upon.\n\nThe image dependent pair potential (IDPP) is a method that has been\ndeveloped to provide an improvement to the initial guess for the NEB path.\nThe IDPP method uses the bond distance between the atoms involved in\nthe transition state to create target structures for the images, rather\nthan interpolating the atomic positions.\nBy defining an objective function in terms\nof the distances between atoms, the NEB algorithm is used with this\nimage dependent pair potential to create the initial guess for the\nfull NEB calculation.\n\n
The examples below utilise the EMT calculator for illustrative purposes, the\n results should not be over interpreted.