MSDGW NP

From VASP Wiki
Revision as of 12:58, 18 February 2025 by Kaltakm (talk | contribs) (Created page with "{{TAGDEF|MSDGW_NP|[integer]|2*max(NELECT/2+NIONS/2,NELECT*0.6)}} Description: Number of protected bands in mixed stochastic-deterministic compression algorithm.{{cite|altman:prl:2024}} ---- {{TAG|MSDGW_NP}} determines how many bands are protected by the mixed stochastic-deterministic compression of unoccupied bands. Bands beyond {{TAG|MSDGW_NP}} are compressed. This tag is set in combination with {{TAG|MSDGW_F}}, the constant energy ratio <math>F</math> of the compressi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

MSDGW_NP = [integer]
Default: MSDGW_NP = 2*max(NELECT/2+NIONS/2,NELECT*0.6) 

Description: Number of protected bands in mixed stochastic-deterministic compression algorithm.[1]


MSDGW_NP determines how many bands are protected by the mixed stochastic-deterministic compression of unoccupied bands. Bands beyond MSDGW_NP are compressed. This tag is set in combination with MSDGW_F, the constant energy ratio of the compression algorithm. If a positive value of MSDGW_F is found, states beyond MSDGW_NP are subdivided into energy bins of width and replaced by their average energy , such that . The original orbitals are replaced by MSDGW_NXI randomly linear combined orbitals. Larger values of MSDGW_NXI decrease the compression level and improve accuracy of results. The same holds true for smaller values of MSDGW_F.

Mind: Avaliable as of VASP version > 6.5.0.

Related tags and articles

MSDGW_F, MSDGW_NXI, MSDGW_SEED

References