LCHARG: Difference between revisions

From VASP Wiki
mNo edit summary
 
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{TAGDEF|LCHARG|[logical]|.TRUE.}}
{{TAGDEF|LCHARG|[logical]|.True.}}


Description: {{TAG|LCHARG}} determines whether the charge densities (files {{TAG|CHGCAR}} and {{TAG|CHG}}) are written.
Description: Determines whether the charge density is written.
-----


== Related Tags and Sections ==
By default for {{TAGDEF|LCHARG|T}} the files {{FILE|CHGCAR}} and {{FILE|CHG}} are written.
{{TAG|LWAVE}}
If {{TAGDEF|LH5|T}}, the charge density is instead written to {{FILE|vaspwave.h5}}.
{{NB|mind|For VASP version 6.0 to 6.4.2 the default for {{TAGDEF|LCHARG|.NOT.{{TAG|LH5}}}}}}


== Example Calculations using this Tag ==
== Related tags and articles ==
{{TAG|Determining the Magnetic Anisotropy}}, {{TAG|Dielectric properties of SiC}}, {{TAG|Graphite interlayer distance}}, {{TAG|Graphite MBD binding energy}}, {{TAG|Graphite TS binding energy}}, {{TAG|Including the Spin-Orbit Coupling}}, {{TAG|liquid Si}}
{{TAG|LWAVE}}, {{TAG|LWAVEH5}}, {{TAG|LCHARGH5}}, {{TAG|LH5}}
----
[[The_VASP_Manual|Contents]]


[[Category:INCAR]]
 
{{sc|LCHARG|Examples|Examples that use this tag}}
 
[[Category:INCAR tag]][[Category:Charge density]]

Latest revision as of 11:10, 1 October 2025

LCHARG = [logical]
Default: LCHARG = .True. 

Description: Determines whether the charge density is written.


By default for LCHARG = T  the files CHGCAR and CHG are written. If LH5 = T , the charge density is instead written to vaspwave.h5.

Mind: For VASP version 6.0 to 6.4.2 the default for LCHARG = .NOT.LH5 

Related tags and articles

LWAVE, LWAVEH5, LCHARGH5, LH5


Examples that use this tag