aiida_vasp.utils.neb#
Utility functions for running NEB calculations
Module Contents#
Functions#
Interpolate NEB frames using the starting and the final structures |
|
Fix atom order by finding NN distances bet ween two frames. This resolves the issue where two closely matching structures having diffferent atomic orders. Note that the two frames must be close enough for this to work |
API#
- aiida_vasp.utils.neb.neb_interpolate(init_structure, final_strucrture, nimages)[source]#
Interpolate NEB frames using the starting and the final structures
Get around the PBC wrapping problem by calculating the MIC displacements from the initial to the final structure
The initial structure is not changed, while the final structure is modified to be consistent with the initial structure in terms of absolute displacements, i.e. the final structure is unwrapped.