Jump to content

Requests for technical support from the VASP team should be posted in the VASP Forum.

IBAND: Difference between revisions

From VASP Wiki
Wolloch (talk | contribs)
No edit summary
Wolloch (talk | contribs)
No edit summary
 
Line 18: Line 18:
{{TAG|LSEPB}},
{{TAG|LSEPB}},
{{TAG|LSEPK}},
{{TAG|LSEPK}},
<!--{{TAG|LPARDH5}},-->
{{TAG|LPARDH5}},
{{FILE|PARCHG}},
{{FILE|PARCHG}},
{{FILE|vaspout.h5}},
{{FILE|vaspout.h5}},

Latest revision as of 11:28, 18 December 2024

IBAND = [integer array]
Default: IBAND = not set 

Description: IBAND sets a list of bands that contribute to calculating the partial charge density.


IBAND selects a subset of bands for which the partial charge density is calculated when LPARD = .TRUE.. Partial charge densities are written to the PARCHG file, or one of its variants, depending on the setting of LSEPB and LSEPK.

E.g. if IBAND = 20 21 22 23 45 the charge density will be calculated for the four bands 20 to 23 and band 45, and NBMOD will be set to 5.

Related tags and articles

LPARD, NBMOD, EINT, KPUSE, LSEPB, LSEPK, LPARDH5, PARCHG, vaspout.h5, Band-decomposed charge densities

Examples that use this tag