NEB — Nudged Elastic Band
Henkelman–Jónsson (2000) NEB with climbing-image (CI-NEB):
Algorithm
-
Linear interpolation of images between start and end endpoints
-
Energy-weighted tangent selection: uphill images use max-energy neighbor, downhill use min-energy neighbor; blended at energy crossings
-
Spring force along tangent:
-
CI-NEB activates after iterations: highest-energy image climbs by inverting the gradient component along the tangent
-
Gradient-descent relaxation of the full image band; convergence by max force across all moveable images
-
Output includes per-image energies, geometries, and a formatted path summary
Usage
task: RHF STO-3G
GEOMETRY
# Start geometry
O 0.000000 0.000000 0.100000
H 0.750000 0.000000 -0.450000
H -0.750000 0.000000 -0.450000
# End geometry
O 0.000000 0.000000 0.100000
H 0.750000 0.100000 -0.450000
H -0.750000 -0.100000 -0.450000
END
OPT
NEB true
Images 8
END
The start and end geometries are provided as consecutive blocks in the GEOMETRY
section separated by a blank line. Images N controls the number of interpolating
images (default 8).