Jump to content

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

LSEPK: Difference between revisions

From VASP Wiki
Wolloch (talk | contribs)
No edit summary
Wolloch (talk | contribs)
No edit summary
 
Line 17: Line 17:
*{{TAGO|LSEPB|.TRUE.}}, {{TAGO|LSEPK|.TRUE.}}
*{{TAGO|LSEPB|.TRUE.}}, {{TAGO|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 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}}.}}
== Related tags and articles ==
== Related tags and articles ==
{{TAG|LPARD}},
{{TAG|LPARD}},
Line 25: Line 25:
{{TAG|KPUSE}},
{{TAG|KPUSE}},
{{TAG|LSEPB}},
{{TAG|LSEPB}},
<!--{{TAG|LPARDH5}},-->
{{TAG|LPARDH5}},
{{FILE|PARCHG}},
{{FILE|PARCHG}},
{{FILE|vaspout.h5}},
{{FILE|vaspout.h5}},

Latest revision as of 13:51, 18 December 2024

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

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


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

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, LSEPB, LPARDH5, PARCHG, vaspout.h5, Band-decomposed charge densities

Examples that use this tag