ELPH IGNORE IMAG PHONONS: Difference between revisions

From VASP Wiki
(Create page)
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{elph_release}}
{{DISPLAYTITLE:ELPH_IGNORE_IMAG_PHONONS}}
{{DISPLAYTITLE:ELPH_IGNORE_IMAG_PHONONS}}
{{TAGDEF|ELPH_IGNORE_IMAG_PHONONS|.TRUE. {{!}} .FALSE.|.FALSE.}}
{{TAGDEF|ELPH_IGNORE_IMAG_PHONONS|[logical]|.FALSE.}}


Description: If enabled, VASP ignores imaginary phonon frequencies during electron-phonon calculations.
Description: If enabled, VASP ignores imaginary phonon frequencies during electron-phonon calculations.
Line 14: Line 13:
If {{TAGO|ELPH_IGNORE_IMAG_PHONONS|True}}, VASP instead skips the q-points at which the phonon frequencies are imaginary.
If {{TAGO|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.
==Related tags and articles==
* {{TAG|ELPH_RUN}}
* {{TAG|IFC_ASR}}
* {{TAG|ELPH_SELFEN_FAN}}
* {{TAG|ELPH_SELFEN_DW}}
[[Category:INCAR tag]][[Category:Electron-phonon_interactions]]

Latest revision as of 15:41, 19 December 2024

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.

Mind: Imaginary phonon frequencies can also appear at phase transitions or other lattice instabilities. However, for perturbative electron-phonon calculations, you should always choose a stable equilibrium structure.

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