Jump to content

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

ELPH POT LATTICE: Difference between revisions

From VASP Wiki
Mani (talk | contribs)
Add reference to CONTCAR_ELPH
Singraber (talk | contribs)
No edit summary
 
(One intermediate revision by one other user not shown)
Line 8: Line 8:


Once the electron-phonon potential [[Electron-phonon_potential_from_supercells|has been computed in the supercell]], it needs to be mapped to the primitive cell.
Once the electron-phonon potential [[Electron-phonon_potential_from_supercells|has been computed in the supercell]], it needs to be mapped to the primitive cell.
This is done via {{TAGO|ELPH_POT_GENERATE|True}}.
This is done via {{TAG|ELPH_POT_GENERATE|True}}.
By default, VASP performs the mapping for the primitive cell that is found by the symmetry routines and that is reported in the {{FILE|OUTCAR}} file.
By default, VASP performs the mapping for the primitive cell that is found by the symmetry routines and that is reported in the {{FILE|OUTCAR}} file.
In cases where the primitive cell needs to be specified manually, {{TAG|ELPH_POT_LATTICE}} can be used.
In cases where the primitive cell needs to be specified manually, {{TAG|ELPH_POT_LATTICE}} can be used.


{{TAGO|ELPH_POT_LATTICE|a1x a1y a1z a2x a2y a2z a3x a3y a3z}} specifies the three primitive lattice vectors <math>\mathbf{a}_1</math>, <math>\mathbf{a}_2</math> and <math>\mathbf{a}_3</math> in Cartesian coordinates.
{{TAG|ELPH_POT_LATTICE|a1x a1y a1z a2x a2y a2z a3x a3y a3z}} specifies the three primitive lattice vectors <math>\mathbf{a}_1</math>, <math>\mathbf{a}_2</math> and <math>\mathbf{a}_3</math> in Cartesian coordinates.
These lattice vectors are then used to construct the primitive-cell information in the {{FILE|phelel_params.hdf5}} file.
These lattice vectors are then used to construct the primitive-cell information in the {{FILE|phelel_params.hdf5}} file.
{{NB|mind|The supplied lattice vectors must span a valid primitive cell of the supercell or the code will exit with an error.}}
{{NB|mind|The supplied lattice vectors must span a valid primitive cell of the supercell or the code will exit with an error.}}
Line 22: Line 22:
* {{FILE | phelel_params.hdf5}}
* {{FILE | phelel_params.hdf5}}
* {{FILE | CONTCAR_ELPH}}
* {{FILE | CONTCAR_ELPH}}
* [[Electron-phonon potential from supercells]]


[[Category:INCAR tag]][[Category:Electron-phonon_interactions]]
[[Category:INCAR tag]][[Category:Electron-phonon_interactions]]

Latest revision as of 08:09, 24 October 2025

ELPH_POT_LATTICE = [3x3 real] 

Description: Allows specifying an alternative primitive cell for the mapping of the electron-phonon potential.


Once the electron-phonon potential has been computed in the supercell, it needs to be mapped to the primitive cell. This is done via ELPH_POT_GENERATE = True. By default, VASP performs the mapping for the primitive cell that is found by the symmetry routines and that is reported in the OUTCAR file. In cases where the primitive cell needs to be specified manually, ELPH_POT_LATTICE can be used.

ELPH_POT_LATTICE = a1x a1y a1z a2x a2y a2z a3x a3y a3z specifies the three primitive lattice vectors 𝐚1, 𝐚2 and 𝐚3 in Cartesian coordinates. These lattice vectors are then used to construct the primitive-cell information in the phelel_params.hdf5 file.

Related tags and articles