start_neb
Compute forward and reverse reaction barriers by initiating a nudged elastic band calculation between two relaxed endpoints, with control over optimization and climbing image.
Instructions
Start a nudged elastic band (reaction barrier) between two relaxed endpoints, in the background. nimages is the number of intermediate images.
Steerable like a relaxation (pause/resume/abort/set_fmax/switch_optimizer) plus steer set_climb to enable the climbing image near convergence. When done, get_results returns the forward/reverse barrier and image energies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| initial_id | Yes | ||
| final_id | Yes | ||
| calculator_id | Yes | ||
| nimages | No | ||
| optimizer | No | LBFGS | |
| fmax | No | ||
| climb | No | ||
| steps | No | ||
| interpolation | No | idpp | |
| step_delay | No |