Jump to content

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

KERNEL TRUNCATION/LCOARSEN: Difference between revisions

From VASP Wiki
Svijay (talk | contribs)
No edit summary
Schlipf (talk | contribs)
No edit summary
 
(One intermediate revision by one other user not shown)
Line 8: Line 8:
The {{TAG|KERNEL_TRUNCATION/LCOARSEN}} method selectively replaces the long range potential with the truncated potential instead of computing the entire potential on a padded grid.
The {{TAG|KERNEL_TRUNCATION/LCOARSEN}} method selectively replaces the long range potential with the truncated potential instead of computing the entire potential on a padded grid.
This selective replacement of the potential bypasses the need for padding, speeding up the computation of the kernel truncation methods.
This selective replacement of the potential bypasses the need for padding, speeding up the computation of the kernel truncation methods.
{{NB|mind|IF {{TAG|KERNEL_TRUNCATION/LTRUNCATE}} is switched off, all other KERNEL_TRUNCATION tags, i.e. {{TAG|KERNEL_TRUNCATION/IDIMENSIONALITY}}, {{TAG|KERNEL_TRUNCATION/LCOARSEN}}, and {{TAG|KERNEL_TRUNCATION/ISURFACE}} will be ignored.}}


== Related tags and articles ==
== Related tags and articles ==
Line 14: Line 15:
{{TAG|KERNEL_TRUNCATION/ISURFACE}}
{{TAG|KERNEL_TRUNCATION/ISURFACE}}


[[Category:INCAR tag]]
[[Category:INCAR tag]][[Category:Electrostatics]]

Latest revision as of 07:25, 16 June 2025

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

Description: KERNEL_TRUNCATION/LCOARSEN speeds up computation of the local potential in the kernel truncation method by coarsening the charge density before padding it


Kernel truncation methods pad the computational cell with vacuum. This padded cell is expensive to compute due to FFTs being performed on a larger grid. The KERNEL_TRUNCATION/LCOARSEN method selectively replaces the long range potential with the truncated potential instead of computing the entire potential on a padded grid. This selective replacement of the potential bypasses the need for padding, speeding up the computation of the kernel truncation methods.

Related tags and articles

KERNEL_TRUNCATION/LTRUNCATE, KERNEL_TRUNCATION/IDIMENSIONALITY, KERNEL_TRUNCATION/ISURFACE