NEBResult¶
- class NEBResult(path, energies, path_distances, all_paths, program_type)[source]¶
Bases:
objectResult of a NEB relaxation.
Contains the final relaxed chain (
path, shape(n_pivots, n_params)including fixed endpoints), objective values at each pivot (energies), normalized cumulative distances (path_distances,[0, 1]), a history of all chains across iterations (all_paths), and the program class name (program_type).Attributes Summary
Methods Summary
plot(*[, ax, show])Plot the energy profile along the relaxed path.
Attributes Documentation
Methods Documentation