a class to do a single local connect run, i.e. NEB + transition state search
Parameters : | pot : potential object
mindist : callable
tsSearchParams: dict
NEBparams : dict
nrefine_max : int
reoptimize_climbing : int
pushoff_params : int
verbosity : int
|
---|
See also
Notes
this class takes two minima as input, does an NEB run to find transition state candidates, then refines those candidates into transition states. Finally, we fall off either side of the transition states to fine the minima on either side.
This is the core routine of DoubleEndedConnect. It is separated out in order to make parallelization easier. This class intentionally has no knowledge of the global landscape (database, graph, etc.).
Methods
connect(min1, min2) |
|