nebsim — An execution of Nudged-Elastic-Band simulations
nebsim ::= (neb?, particlesets?, potential?, ensemble?, loop*)
The nebsim element holds information about a NEB simulation.
Initialize the particle set, Hamiltonian and propagator to find a sadlle point between two local minima by Nudged-elastic-band methods.
The following elements occur in simulation: neb, particlesets, potential, ensemble, loop
None
This example shows how to find the saddle point for a vacancy jump.
<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>
<potential name="SW"/>
<ensemble name="sdmin"/>
<loop blocks="1" steps="1000"/>
</nebsim>