ELPH WRITE HDF5VEL: Difference between revisions

From VASP Wiki
(Created page with "{{DISPLAYTITLE:ELPH_WRITE_HDF5VEL}} {{TAGDEF|ELPH_WRITE_HDF5VEL|[logical]|.FALSE.}} Description: If set, writes the electron group velocities to the {{FILE|vaspout.h5}} file. {{Available|6.5.0}} ---- The dataset is stored in the {{FILE|vaspout.h5}} file $ h5ls -r vaspout.h5 | grep velocity /results/electron_phonon/electrons/velocity Dataset {3, 1, 20, 8} The group velocities are written in ev/A units in cartesian coordinates. This tag can be used independently of {{...")
(No difference)

Revision as of 12:00, 17 September 2025

ELPH_WRITE_HDF5VEL = [logical]
Default: ELPH_WRITE_HDF5VEL = .FALSE. 

Description: If set, writes the electron group velocities to the vaspout.h5 file.

Mind: Available as of VASP 6.5.0

The dataset is stored in the vaspout.h5 file

 $ h5ls -r vaspout.h5 | grep velocity
 /results/electron_phonon/electrons/velocity Dataset {3, 1, 20, 8}

The group velocities are written in ev/A units in cartesian coordinates. This tag can be used independently of ELPH_WRITE_TEXTVEL. If both are set, both outputs are written.

Related tags and articles