Jump to content

Requests for technical support from the VASP team should be posted in the VASP Forum.

ELPH IGNORE IMAG PHONONS: Difference between revisions

From VASP Wiki
Mani (talk | contribs)
Add availability notice
Singraber (talk | contribs)
No edit summary
 
Line 12: Line 12:


If imaginary phonon frequencies are encountered during an electron-phonon calculation, VASP simply stops.
If imaginary phonon frequencies are encountered during an electron-phonon calculation, VASP simply stops.
If {{TAGO|ELPH_IGNORE_IMAG_PHONONS|True}}, VASP instead skips the q-points at which the phonon frequencies are imaginary.
If {{TAG|ELPH_IGNORE_IMAG_PHONONS|True}}, VASP instead skips the q-points at which the phonon frequencies are imaginary.
This can be useful since even a stable system can sometimes exhibit small imaginary phonon frequencies around the <math>\Gamma</math>-point due to numerical inaccuracies.
This can be useful since even a stable system can sometimes exhibit small imaginary phonon frequencies around the <math>\Gamma</math>-point due to numerical inaccuracies.



Latest revision as of 08:07, 24 October 2025

ELPH_IGNORE_IMAG_PHONONS = [logical]
Default: ELPH_IGNORE_IMAG_PHONONS = .FALSE. 

Description: If enabled, VASP ignores imaginary phonon frequencies during electron-phonon calculations.


Imaginary phonon frequencies are often a sign that the system in question is not well-converged or not well-described by the simulation. In this case, the system should first be properly converged until stable (real) phonons are obtained.

If imaginary phonon frequencies are encountered during an electron-phonon calculation, VASP simply stops. If ELPH_IGNORE_IMAG_PHONONS = True, VASP instead skips the q-points at which the phonon frequencies are imaginary. This can be useful since even a stable system can sometimes exhibit small imaginary phonon frequencies around the Γ-point due to numerical inaccuracies.

Related tags and articles