Jump to content

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

ELPH POT FFT MESH: Difference between revisions

From VASP Wiki
Mani (talk | contribs)
Add availability notice
Mani (talk | contribs)
Add more links
 
Line 15: Line 15:


==Related tags and articles==
==Related tags and articles==
{{TAG | ELPH_POT_GENERATE}},
* {{TAG | ELPH_POT_GENERATE}}
{{TAG | ELPH_POT_LATTICE}},
* {{TAG | ELPH_POT_LATTICE}}
{{FILE | phelel_params.hdf5}}
* {{FILE | phelel_params.hdf5}}
* {{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 16:20, 27 February 2025

ELPH_POT_FFT_MESH = [real real real] 

Description: Specifies the FFT mesh for mapping the electron-phonon potential to the primitive cell.


Once the electron-phonon potential has been computed in the supercell, it needs to be mapped to the primitive cell. By default, VASP chooses the primitive-cell FFT mesh to be consistent with the current ENCUT. However, sometimes it might be necessary to specify the FFT grid dimensions manually via ELPH_POT_FFT_MESH.

The chosen values must be the same as the desired NGX, NGY and NGZ of the electron-phonon calculation in the primitive cell.

Related tags and articles