Name

neb — A set of controlling parameters for NEB.

Description

The neb element contains parameters defining control parameters for a neb.

Processing expectations

Setting the internal parameters to run a Nudged-elastic-band simulation.

nebsim

nebsim

Children

The following elements occur in simulation: parameter

Attributes

name

Optional, the name of the neb.

images

Optional, the number of the innner images NEB use to find the saddle point. Default is 8.

interpolate

Optional (1|0). The Default creates the images by interploating two end configurations.

condition

Reserved, (fixed,free). The constratins on the end configurations. The Default is fixed.

Implementation details

The condition="free" is not implemented.

The list of parameters meaningful to neb for ohmms and related applications.

namemeaning
springSpring constant for the nudged-band, default 0.5.

Examples

This example shows how to set the neb parameters. Use interpolation between two ends.

  <nebsim>
    <neb name="plain" interpolate="1" condition="fixed" images="12">
       <parameter name="spring">0.5</parameter>
    </neb>
    <particlesets>
      <particleset name="left" src="Vac64.A.xml"/>
      <particleset name="right" src="Vac64.B.xml"/>
    </particlesets>
  </nebsim>