Page 1 of 1

How to resume an interrupted calculation of vibration IBRION= 5

Posted: Sun Oct 11, 2020 12:05 am
by yukio_watanabe1
Could you please tell us how to resume an interrupted calculation of vibration with IBRION = 5 & ISIF= 7.

wiki/index.php/Vibrational_frequencies_ ... 11_surface.

For cubic SrTiO3 as an example, the enrgies of 30 (31) displaced geometries (15 modes) will be calculated.

When this calculation is terminated at the 20th displacement, we want to avoid redoing from the 1st displacement.
Instead, we want to start from 21th dislacement and end up with 30th.

Could you please tell us how to do this?

Re: How to resume an interrupted calculation of vibration IBRION= 5

Posted: Mon Oct 12, 2020 9:11 am
by henrique_miranda
Thanks for posting the question here in the forum.
Like this our answer might helpful for other users with the same question.

Unfortunately, a restart functionality is not yet supported by the IBRION=5 or 6 driver.
We see the importance of such functionality and we might implement it in a future release.

In the meantime if you really need this functionality then I suggest you use an external package like phonopy which is available for free here:
https://phonopy.github.io/phonopy/
The VASP instructions are here:
https://phonopy.github.io/phonopy/vasp. ... -interface

Phonopy creates a series of displaced POSCAR files that you can run in parallel on a cluster (each displacement is a separate job).
Once the forces for all the diplaced cells are computed a final post processing step allows you to obtain the force-constants and phonon frequencies along with multiple other vibrational properties.