NBMOD

From VASP Wiki
Revision as of 11:02, 31 January 2024 by Wolloch (talk | contribs) (Created page with "{{TAGDEF|NBMOD|-3 {{!}} -2 {{!}} -1 {{!}} 0 {{!}} [positive integer]}} {{DEF|MYTAG|n| if {{TAG|IBAND}} is set and contains n values |-2| if {{TAG|EINT}} is set and {{TAG|IBAND}} is not set |-1| if neither {{TAG|EINT}} nor {{TAG|IBAND}} are set}} Description: {{TAG|NBMOD}} controls how bands are selected when computing partial charge densities. ---- {{TAG|NBMOD}} is used in conjunction with other tags to define the selection of partial charge densities. * {{TAG|NBMO...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

NBMOD = -3 | -2 | -1 | 0 | [positive integer] 

Default: MYTAG = n if IBAND is set and contains n values
= -2 if EINT is set and IBAND is not set
= -1 if neither EINT nor IBAND are set

Description: NBMOD controls how bands are selected when computing partial charge densities.


NBMOD is used in conjunction with other tags to define the selection of partial charge densities.

If a positive integer is passed, NBMOD represents the number of values in the array IBAND. If IBAND is specified, NBMOD is set automatically to the number of values passed in IBAND.
Tip: There is no good reason to set NBMOD to a positive integer since it will be overwritten regardless if IBAND is set or not. Use the IBAND tag alone to enter this mode.
All bands, even unoccupied ones, are contributing to calculating the partial charge density. E.g. the resulting partial charge density in the PARCHG file will sum up to twice the value of the number of total bands NBANDS.
  • NBMOD = -1: Use all occupied bands
This mode writes the charge density of all occupied states to the CHGCAR file, and no PARCHG file is produced. In contrast to producing a CHGCAR file from the WAVECAR input without the partial charges methodology (e.g. by setting LPARD = .FALSE., ALGO = None, and NELM = 1), the augmentation charges are not included in the produced CHGCAR file.
  • NBMOD = -2: Use an absolute energy interval to select contributing bands
Calculate the partial charge density for electrons with their eigenvalues in the range specified by EINT.
  • NBMOD = -3: Use an energy interval with respect to the Fermi energy to select contributing bands
Calculate the partial charge density for electrons with their eigenvalues in the range specified by EINT.

Related tags and articles

LPARD, IBAND, EINT, KPUSE, LSEPB, LSEPK, Band decomposed charge densities

Examples that use this tag