potential :
coords1, coords2 : array
the structures to connect with the band
k : float, optional
the elastic band spring constant
max_images : int
the maximum number of NEB images
image_density : float
how many NEB images per unit distance to use.
iter_density : float
how many optimization iterations per unit distance to use.
adjustk_freq : integer
frequency to adjust k, set to zero to disable
adjustk_tol : float
tolerance for adjusting k up or down
adjustk_factor : float
the multiplicative factor used to adjust k
dneb : bool
use DNEB (Doubly-Nudged Elastic Band) rather than NEB
reinterpolate : integer
reinterpolate the path to achieve equidistant spacing every so many steps
reinterpolate_tol : float
tolerance for reinterpolation, only reinterpolate if relative change
in nimages or distance variation are above tolerance
adaptive_nimages : bool
adjust number of images on reinterpolate to match image density
adaptive_niter : bool
adjust number of iterations if nimages is adjusted
factor : float
The number of images is multiplied by this factor. If the number of
images is already at it’s maximum, then the number of iterations is
multiplied by this factor instead
verbose : integer
interpolator : callable, optional
the function used to do the path interpolation for the NEB
NEBquenchParams : dict
parameters passed to the minimizer
kwargs : keyword options
additional options are passed to the NEB class
|