Jump to content

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

LSEPB: Difference between revisions

From VASP Wiki
Wolloch (talk | contribs)
No edit summary
Singraber (talk | contribs)
No edit summary
 
Line 5: Line 5:
If {{TAG|LPARD}} = .TRUE. the partial charge density is calculated for a subset of bands selected via the {{TAG|IBAND}}, {{TAG|NBMOD}}, and {{TAG|EINT}} tags. If {{TAG|LSEPB}} is set to .TRUE., separate PARCHG.nb.ALLK or PARCHG.nb.nk files are created, dependent on the {{TAG|LSEPK}} tag. If {{TAG|LSEPB}} = .FALSE., the output is written to {{FILE|PARCHG}} or PARCHG.ALLB.nk, again depending on {{TAG|LSEPK}}.
If {{TAG|LPARD}} = .TRUE. the partial charge density is calculated for a subset of bands selected via the {{TAG|IBAND}}, {{TAG|NBMOD}}, and {{TAG|EINT}} tags. If {{TAG|LSEPB}} is set to .TRUE., separate PARCHG.nb.ALLK or PARCHG.nb.nk files are created, dependent on the {{TAG|LSEPK}} tag. If {{TAG|LSEPB}} = .FALSE., the output is written to {{FILE|PARCHG}} or PARCHG.ALLB.nk, again depending on {{TAG|LSEPK}}.


Here are four examples to illustrate the interplay of {{TAG|LSEPB}} and {{TAG|LSEPK}}. in all cases, the following settings apply, selecting three specific bands and two '''k''' points {{TAGO|IBAND| 9 10 11}}, {{TAGO|NBMOD|3}}, and {{TAGO|KPUSE| 1 34}}:
Here are four examples to illustrate the interplay of {{TAG|LSEPB}} and {{TAG|LSEPK}}. in all cases, the following settings apply, selecting three specific bands and two '''k''' points {{TAG|IBAND| 9 10 11}}, {{TAG|NBMOD|3}}, and {{TAG|KPUSE| 1 34}}:


*{{TAGO|LSEPB|.FALSE.}}, {{TAGO|LSEPK|.FALSE.}}
*{{TAG|LSEPB|.FALSE.}}, {{TAG|LSEPK|.FALSE.}}
{{NB|deprecated|PARCHG|:|output files:}}
{{NB|deprecated|PARCHG|:|output files:}}
*{{TAGO|LSEPB|.TRUE.}}, {{TAGO|LSEPK|.FALSE.}}
*{{TAG|LSEPB|.TRUE.}}, {{TAG|LSEPK|.FALSE.}}
{{NB|deprecated|PARCHG.0009.ALLK, PARCHG.0010.ALLK, PARCHG.0011.ALLK|:|output files:}}
{{NB|deprecated|PARCHG.0009.ALLK, PARCHG.0010.ALLK, PARCHG.0011.ALLK|:|output files:}}
*{{TAGO|LSEPB|.FALSE.}}, {{TAGO|LSEPK|.TRUE.}}
*{{TAG|LSEPB|.FALSE.}}, {{TAG|LSEPK|.TRUE.}}
{{NB|deprecated|PARCHG.ALLB.0001, PARCHG.ALLB.0034|:|output files:}}
{{NB|deprecated|PARCHG.ALLB.0001, PARCHG.ALLB.0034|:|output files:}}
*{{TAGO|LSEPB|.TRUE.}}, {{TAGO|LSEPK|.TRUE.}}
*{{TAG|LSEPB|.TRUE.}}, {{TAG|LSEPK|.TRUE.}}
{{NB|deprecated|PARCHG.0009.0001, PARCHG.0009.0034, PARCHG.0010.0001, PARCHG.0010.0034,  PARCHG.0011.0001, PARCHG.0011.0034|:|output files:}}
{{NB|deprecated|PARCHG.0009.0001, PARCHG.0009.0034, PARCHG.0010.0001, PARCHG.0010.0034,  PARCHG.0011.0001, PARCHG.0011.0034|:|output files:}}
{{NB|mind|If VASP 6.5.0 or later is used, the code is compiled with [[Makefile.include#HDF5_support_(strongly_recommended)|HDF5 support]], and {{TAG|LPARDH5}} {{=}} .TRUE., all output will be redirected to the {{FILE|vaspout.h5}} file, where it can be analyzed with {{py4vasp}}.}}
{{NB|mind|If VASP 6.5.0 or later is used, the code is compiled with [[Makefile.include#HDF5_support_(strongly_recommended)|HDF5 support]], and {{TAG|LPARDH5}} {{=}} .TRUE., all output will be redirected to the {{FILE|vaspout.h5}} file, where it can be analyzed with {{py4vasp}}.}}

Latest revision as of 07:48, 24 October 2025

LSEPB = [logical]
Default: LSEPB = .FALSE. 

Description: Specifies whether the partial charge density is summed up for all selected bands or separated and printed out in different files.


If LPARD = .TRUE. the partial charge density is calculated for a subset of bands selected via the IBAND, NBMOD, and EINT tags. If LSEPB is set to .TRUE., separate PARCHG.nb.ALLK or PARCHG.nb.nk files are created, dependent on the LSEPK tag. If LSEPB = .FALSE., the output is written to PARCHG or PARCHG.ALLB.nk, again depending on LSEPK.

Here are four examples to illustrate the interplay of LSEPB and LSEPK. in all cases, the following settings apply, selecting three specific bands and two k points IBAND = 9 10 11, NBMOD = 3, and KPUSE = 1 34:

Related tags and articles

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

Examples that use this tag