Jump to content

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

KERNEL TRUNCATION/LTRUNCATE: Difference between revisions

From VASP Wiki
Svijay (talk | contribs)
m Svijay moved page Construction:KERNEL TRUNCATION/LTRUNCATE to KERNEL TRUNCATION/LTRUNCATE: Move away from construction
Ftran (talk | contribs)
No edit summary
(5 intermediate revisions by 4 users not shown)
Line 4: Line 4:
----
----
Setting {{TAG|KERNEL_TRUNCATION/LTRUNCATE}} = T  switches on coulomb kernel truncation methods. These methods removes interactions with periodic replicas in non-periodic directions, i.e. along the surface normal for 2D materials and along all directions for 0D systems such as atoms and molecules.
Setting {{TAG|KERNEL_TRUNCATION/LTRUNCATE}} = T  switches on coulomb kernel truncation methods. These methods removes interactions with periodic replicas in non-periodic directions, i.e. along the surface normal for 2D materials and along all directions for 0D systems such as atoms and molecules.
{{NB|mind|This tag acts as a "super-tag", i.e. unless this tag is switched on further options in KERNEL_TRUNCATION will be ignored.}}
{{NB|mind|
*This tag acts as a "super-tag", i.e. unless this tag is switched on further options in KERNEL_TRUNCATION will be ignored.
*This tag is only available as of VASP.6.5.0.}}


== Default settings ==
== Default settings ==
Line 16: Line 18:
   }
   }


which translates to 0D coulomb truncation which is suitable for a molecule using the coarsen before pad strategy{{cite|vijay:arxiv:2024}}. Detailed information is available on the respective pages of the {{FILE|INCAR}} tags.
which translates to 0D coulomb truncation which is suitable for a molecule using the coarsen before pad strategy{{cite|vijay:prb:2025}}. Detailed information is available on the respective pages of the {{FILE|INCAR}} tags.


== Related tags and articles ==
== Related tags and articles ==
{{TAG|KERNEL_TRUNCATE/LCOARSEN}},
{{TAG|KERNEL_TRUNCATION/LCOARSEN}},
{{TAG|KERNEL_TRUNCATE/IDIMENSIONALITY}},
{{TAG|KERNEL_TRUNCATION/IDIMENSIONALITY}},
{{TAG|KERNEL_TRUNCATE/ISURFACE}}
{{TAG|KERNEL_TRUNCATION/ISURFACE}},
{{TAG|KERNEL_TRUNCATION/FACTOR}},
{{TAG|KERNEL_TRUNCATION/IPAD}}


==References==
==References==
[[Category:INCAR tag]][[Category:Electrostatics]]

Revision as of 09:00, 26 November 2025

KERNEL_TRUNCATION/LTRUNCATE = .True. | .False.
Default: KERNEL_TRUNCATION/LTRUNCATE = .False. 

Description: KERNEL_TRUNCATION/LTRUNCATE truncates the coulomb kernel to remove electrostatic interactions along non-periodic dimensions


Setting KERNEL_TRUNCATION/LTRUNCATE = T switches on coulomb kernel truncation methods. These methods removes interactions with periodic replicas in non-periodic directions, i.e. along the surface normal for 2D materials and along all directions for 0D systems such as atoms and molecules.

Default settings

The following default settings are assumed when setting KERNEL_TRUNCATION/LTRUNCATE = T,

  KERNEL_TRUNCATION {
        LTRUNCATE      = T
        IDIMENSIONALITY = 0
        LCOARSEN       = T
  }

which translates to 0D coulomb truncation which is suitable for a molecule using the coarsen before pad strategy[1]. Detailed information is available on the respective pages of the INCAR tags.

Related tags and articles

KERNEL_TRUNCATION/LCOARSEN, KERNEL_TRUNCATION/IDIMENSIONALITY, KERNEL_TRUNCATION/ISURFACE, KERNEL_TRUNCATION/FACTOR, KERNEL_TRUNCATION/IPAD

References