PHON G CUTOFF: Difference between revisions

From VASP Wiki
(Created page with "{{TAGDEF|PHON_G_CUTOFF| [3x3xNIONS real] }} {{DEF|PHON_G_CUTOFF|None|}} Description: {{TAG|PHON_G_CUTOFF}} sets the cutoff radius in reciprocal space used to determine the nu...")
 
No edit summary
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{TAGDEF|PHON_G_CUTOFF| [3x3xNIONS real] }}
{{DISPLAYTITLE:PHON_G_CUTOFF}}
{{DEF|PHON_G_CUTOFF|None|}}
{{TAGDEF|PHON_G_CUTOFF| [real] }}
{{DEF|PHON_G_CUTOFF|8.0|}}


Description: {{TAG|PHON_G_CUTOFF}} sets the cutoff radius in reciprocal space used to determine the number of G-vectors involved in the Ewald sum in polar phonon calculations.
Description: {{TAG|PHON_G_CUTOFF}} sets the cutoff radius in reciprocal space used to determine the number of <math>\mathbf{G}</math> vectors involved in the Ewald sum in polar phonon calculations.
----
----


If the material is polar (i.e. has more than one different atom type) a special treatment of the long-range dipole-dipole interaction is required to obtain a smooth phonon dispersion.
The Ewald sum that accounts for the long-range electrostatic interactions in phonon calculations runs over all G-vectors inside a cutoff sphere.
This is activated by setting {{TAG|LPHON_POLAR}}=.TRUE. and supplying the static dielectric tensor ({{TAG|PHON_DIELECTRIC}}) and the Born-effective charges ({{TAG|PHON_BORN_CHARGES}}) which can be obtained on a separate VASP run using the {{TAG|LEPSILON}} or {{TAG|LCALCEPS}} tag. The long-range part is evaluated using an Ewald sum with the number of G-vectors in reciprocal space being determined using a cutoff length ({{TAG|PHON_G_CUTOFF}}).
The radius of this sphere is given by {{TAG|PHON_G_CUTOFF}} as a multiple of the longest reciprocal lattice vector of the primitive cell (as detected by VASP).
Specifying the cutoff this way (as opposed to an absolute length or energy) ensures a default value that is relatively system-independent.
 
The default value of {{TAG|PHON_G_CUTOFF}} is a safe choice in most cases.
Lowering {{TAG|PHON_G_CUTOFF}} can result in faster phonon calculations.
However, ensure that the phonon spectrum is properly converged.
If you run into convergence problems, try raising the value until the phonon dispersion converges.
 
For more information on polar phonon calculations, see {{TAG|LPHON_POLAR}}.
{{NB|mind| Only available as of VASP 6.3.2.}}
{{NB|mind| Only available as of VASP 6.3.2.}}


Line 15: Line 24:
{{TAG | LPHON_POLAR}},
{{TAG | LPHON_POLAR}},
{{TAG | PHON_DIELECTRIC}},
{{TAG | PHON_DIELECTRIC}},
{{TAG | PHON_BORN_CHARGES}},
{{TAG | PHON_BORN_CHARGES}}
{{TAG | PHON_G_CUTOFF}},
{{TAG | PHON_DOS}},
{{TAG | PHON_SIGMA}},
{{TAG | PHON_NEDOS}}


{{sc|PHON_G_CUTOFF|Examples|Examples that use this tag}}
{{sc|PHON_G_CUTOFF|Examples|Examples that use this tag}}


[[Category:INCAR tag]][[Category:Phonons]]
[[Category:INCAR tag]][[Category:Phonons]]

Latest revision as of 10:36, 23 October 2023

PHON_G_CUTOFF = [real] 

Default: PHON_G_CUTOFF = 8.0

Description: PHON_G_CUTOFF sets the cutoff radius in reciprocal space used to determine the number of vectors involved in the Ewald sum in polar phonon calculations.


The Ewald sum that accounts for the long-range electrostatic interactions in phonon calculations runs over all G-vectors inside a cutoff sphere. The radius of this sphere is given by PHON_G_CUTOFF as a multiple of the longest reciprocal lattice vector of the primitive cell (as detected by VASP). Specifying the cutoff this way (as opposed to an absolute length or energy) ensures a default value that is relatively system-independent.

The default value of PHON_G_CUTOFF is a safe choice in most cases. Lowering PHON_G_CUTOFF can result in faster phonon calculations. However, ensure that the phonon spectrum is properly converged. If you run into convergence problems, try raising the value until the phonon dispersion converges.

For more information on polar phonon calculations, see LPHON_POLAR.

Mind: Only available as of VASP 6.3.2.

Related tags and articles

QPOINTS, LPHON_DISPERSION, PHON_NWRITE, LPHON_POLAR, PHON_DIELECTRIC, PHON_BORN_CHARGES

Examples that use this tag