Band Gap with VASP (HSE)¶
This tutorial covers the calculation of the electronic band gap of crystalline silicon using the HSE (Heyd–Scuseria–Ernzerhof) hybrid functional, as implemented in VASP. HSE provides significantly improved band gap accuracy compared to standard DFT calculations.
VASP version
This tutorial applies to VASP versions 5.3.5, 5.4.4, and later.
The instructions presented here complement the general band gap tutorial. Only HSE-specific aspects are covered on this page.
1. Understand the HSE workflow¶
The VASP workflow for computing the band gap with HSE is composed of the following subworkflow steps:
- Standard self-consistent field (SCF) calculation of energy eigenvalues and wave functions, with the HSE Refiner enabled under the Subworkflow Editor.
- Self-consistent Hartree–Fock/HSE calculation, again with the HSE Refiner activated.
- Extraction of the k-points in the symmetry-irreducible wedge of the Brillouin Zone (IBZ).
- Final HSE band structure computation, using the wave functions and charge density from the previous steps.
Advanced instructions for HSE band structure calculations with VASP are available in Refs. 1 and 2.
2. Import the HSE workflow from the bank¶
Workflows for calculating the band gap through HSE with VASP can be imported from the Workflows Bank into the account-owned collection. Search for the string "D7-HSR-BS-BG-DOS" when looking for the relevant workflow.
Workflow naming convention
The "D7-HSR-BS-BG-DOS" name contains the following information: "D" refers to the difficulty level (see table II in Ref. 1 cited in this page), "HSR" represents the method, and "BS", "BG", and "DOS" are abbreviations for band structure, band gap, and density of states respectively.
The workflow can then be selected and added to the job being created. The same general procedure as in the band gap tutorial applies.
Computational cost
HSE calculations are significantly more expensive than standard GGA-DFT. More CPU cores and/or walltime should be allocated as appropriate.
3. Examine the results¶
Once the computation completes, the Results tab of Job Viewer displays the simulation results, including the indirect band gap of silicon (~1.14 eV).
3.1. Compare with experiment¶
The calculated HSE value of ~1.14 eV is in excellent agreement with the experimental value of 1.17 eV 3, a significant improvement over the GGA result of ~0.6 eV (see the standard band gap tutorial). This demonstrates how hybrid functionals can yield more accurate electronic structure predictions.
4. Video walkthrough¶
The animation below demonstrates the steps involved in the creation and execution of an HSE band gap computation on silicon using VASP.