CUTOFF TYPE: Difference between revisions

From VASP Wiki
(Remove SCDM because the one-shot method is more general)
(Use abbreviation)
Line 7: Line 7:
----
----


This tag governs how much weight should be given in the singular-value decomposition during the [[Wannier_functions#One-shot_single_value_decomposition (SVD) | one-shot Wannierization]] to a certain orbital with energy <math>\epsilon_{n\mathbf{k}}</math>.
This tag governs how much weight should be given in the SVD during the [[Wannier_functions#One-shot_single_value_decomposition (SVD) | one-shot Wannierization]] to a certain orbital with energy <math>\epsilon_{n\mathbf{k}}</math>.
If the weight is zero the orbital is not included in the fitting while if it is one it is included with the maximum importance.
If the weight is zero the orbital is not included in the fitting while if it is one it is included with the maximum importance.
This behavior is similar to the wannier90 disentanglement window.
This behavior is similar to the wannier90 disentanglement window.

Revision as of 12:13, 27 June 2024

CUTOFF_TYPE = erfc | gaussian | fermi 

Default: CUTOFF_TYPE = erfc

Description: CUTOFF_TYPE chooses the type of cutoff function to be used before performing the singular-value decomposition (SVD) of the initial projections matrix.


This tag governs how much weight should be given in the SVD during the one-shot Wannierization to a certain orbital with energy . If the weight is zero the orbital is not included in the fitting while if it is one it is included with the maximum importance. This behavior is similar to the wannier90 disentanglement window.

In order to obtain a good Wannierization, a certain level of freedom should be given to the localized orbitals to adequately accommodate the Bloch states. This is particularly important for systems with entangled states.

CUTOFF_TYPE Function
erfc
gaussian
fermi

with specified by the CUTOFF_SIGMA tag and by CUTOFF_MU.

Related tags and articles

CUTOFF_MU, CUTOFF_SIGMA, LSCDM, LOCPROJ

Examples that use this tag