Hi all,
I would like to know units used in ASE Vibration analysis. The requirement comes from me needing to calculate Newton Raphson (NR) step to nudge the system out of a saddle point (imaginary mode).
Here
NR step = - (Force * eigenvector of imaginary mode)/ Hessian
To make this work, I need to make sure that the units are correct,
i.e. Force is in eV/A ; eigenvector is dimensionless; and Hessian is eV/A²
Force is obtained from atoms.get_forces()
eigenvector is obtained from vibrations.get_mode(x)
Hessian is obtained from vibrations.H
Are the parameters in units I am expecting?
I greatly appreciate any help.
Thank you.