LDOS

Parameters needed to calculate the local density of states (LDOS). The LDOS is computed as ρ(r,E)=n,k|ψnk(r)|2wkg(Eεnk) using the Gaussian weight function g(x)=exp(x2/α2)/(2πα), α is the broadening from the &DOS section, and the k-point weight wk. The k-mesh is taken from the &DOS section. [Edit on GitHub]

Keywords

Keyword descriptions

SECTION_PARAMETERS: logical = F

Lone keyword: T

Activates the local VBM CBM gap calculation. [Edit on GitHub]

BIN_MESH: integer[2] = 10 10

Usage: BIN_MESH n m

Mesh of size n x m for binning the space coordinates x and y of the LDOS ρ(x,y,E). If -1, no binning is performed and the fine x, y resolution of the electron density from SCF is used. [Edit on GitHub]

INTEGRATION: enum = Z

Usage: INTEGRATION Z

Valid values:

  • X Integrate over x coordinate (not yet implemented).

  • Y Integrate over y coordinate (not yet implemented).

  • Z Integrate over z coordinate.

  • NONE No integration, print cube file as function of x,y,z (not yet implemented).

Defines whether the LDOS is integrated along a coordinate. As an example, for INTEGRATION Z, the LDOS ρ(x,y,E)=dzρ(x,y,z,E) is computed. [Edit on GitHub]