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
Mani (talk | contribs)
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]]

Revision as of 16:21, 27 February 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