You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from ASE version 3.22 there is a VibrationsData object that can be instantiated from Hessian data. It looks like this is very simple to use with TorchANI's analytic Hessian feature:
in agreement with freq. This object provides some other nice features, such as the .write_jmol() and .iter_animated_mode() methods for visualization. Of course, it also makes comparison with finite-displacement vibrations straightforward.
Would it be helpful to open a PR adding some of this to the documentation?
The text was updated successfully, but these errors were encountered:
Hi,
from ASE version 3.22 there is a VibrationsData object that can be instantiated from Hessian data. It looks like this is very simple to use with TorchANI's analytic Hessian feature:
following the tutorial at
https://aiqm.github.io/torchani/examples/vibration_analysis.html
I can add
which returns
in agreement with
freq
. This object provides some other nice features, such as the.write_jmol()
and.iter_animated_mode()
methods for visualization. Of course, it also makes comparison with finite-displacement vibrations straightforward.Would it be helpful to open a PR adding some of this to the documentation?
The text was updated successfully, but these errors were encountered: