ELPH TRANSPORT NEDOS PLOT: Difference between revisions
(Created page with "{{DISPLAYTITLE:ELPH_TRANSPORT_NEDOS_PLOT}} {{TAGDEF|ELPH_TRANSPORT_NEDOS_PLOT|[integer]| 501}} Description: Specifies the **number of energy points** used to sample the transport distribution function for plotting. {{Available|6.5.0}} ---- This parameter defines the resolution of the energy grid used to compute and store the transport distribution function in {{FILE|vaspout.h5}}. A higher value increases the energy resolution of the plotted transport quantities b...") |
(No difference)
|
Revision as of 14:48, 16 October 2025
ELPH_TRANSPORT_NEDOS_PLOT = [integer]
Default: ELPH_TRANSPORT_NEDOS_PLOT = 501
Description: Specifies the **number of energy points** used to sample the transport distribution function for plotting.
| Mind: Available as of VASP 6.5.0 |
This parameter defines the resolution of the energy grid used to compute and store the transport distribution function in vaspout.h5. A higher value increases the energy resolution of the plotted transport quantities but also slightly increases the post-processing time.
The default value is **501**, corresponding to the number of points in the dataset:
$ h5ls -r vaspout.h5 | grep plot
/results/electron_phonon/electrons/transport_1/energy_plot Dataset {501}
/results/electron_phonon/electrons/transport_1/transport_function_plot Dataset {7, 1, 3, 3, 501}