Fermi Surface Calculations (3 sub-skills: 2d-fermi-surface, 3d-fermi-surface, projected-fermi-surface)
This skill group covers the calculation and visualization of Fermi surfaces -- the constant-energy surface in reciprocal space that separates occupied from unoccupied electronic states at zero temperature. The Fermi surface determines the electronic transport, thermodynamic, and superconducting properties of metals. These skills correspond to VASPKIT menu 26 (tasks 261-267).
| Sub-Skill | Directory | Description |
|---|---|---|
| 3D Fermi Surface | 3d-fermi-surface/ | Full 3D Fermi surface for bulk metals: isosurface extraction, XcrySDen/FermiSurfer output (VASPKIT 261-263) |
| 2D Fermi Surface | 2d-fermi-surface/ | 2D Fermi contour for layered/2D materials: constant-energy slices in the kx-ky plane (VASPKIT 264-265) |
| Projected Fermi Surface |
projected-fermi-surface/| Orbital-resolved Fermi surface: color-map orbital character onto the Fermi surface (VASPKIT 266-267) |
Need Fermi surface analysis?
|
+--> 3D bulk metal?
| YES --> 3d-fermi-surface/
|
+--> 2D or layered material (single kz slice)?
| YES --> 2d-fermi-surface/
|
+--> Need orbital character on the Fermi surface?
YES --> projected-fermi-surface/
pw.x, pp.x, projwfc.x (Quantum ESPRESSO 7.5).numpy, scipy (for interpolation and marching cubes), matplotlib (for 2D/3D plotting), pymatgen, ase.occupations = 'smearing' with small degauss (0.005-0.01 Ry) for the SCF step. The NSCF step should also use smearing (not tetrahedra) to obtain eigenvalues on every k-point.nspin = 2 and analyze each spin independently.