KPOINTS ELPH: Difference between revisions

From VASP Wiki
(Remove elph release banner)
 
(One intermediate revision by the same user not shown)
Line 7: Line 7:


== Related tags and sections ==
== Related tags and sections ==
{{TAG|ELPH_RUN}}, {{FILE|KPOINTS}}, {{TAG|ELPH_KSPACING}}
* {{TAG|ELPH_RUN}}
* {{FILE|KPOINTS}}
* {{FILE|KPOINTS_OPT}}
* {{TAG|ELPH_KSPACING}}
 
[[Category:Input files]][[Category:Electron-phonon_interactions]]

Latest revision as of 16:27, 19 December 2024

KPOINTS_ELPH is an optional input file to perform an additional one-shot calculation after self-consistency is reached in the context of an electron-phonon calculation. The format is the same as for the KPOINTS file. VASP first performs a self-consistent calculation using the k points specified in the KPOINTS file and then performs an additional one-shot calculation to obtain the Kohn–Sham orbitals and eigenenergies at the k points specified in the KPOINTS_ELPH file.

The KPOINTS file must contain a uniform k mesh, when the KPOINTS_ELPH file should be used afterward.

Alternatively, it is possible to choose the k-point mesh by specifying ELPH_KSPACING which determines the smallest allowed spacing between k points in units of .

Related tags and sections