WANNIER90 WIN: Difference between revisions

From VASP Wiki
(Created page with "{{TAGDEF|WANNIER90_WIN|[string]}} {{DEF|WANNIER90_WIN|None|}} Description: {{TAG|WANNIER90_WIN}} sets the content of the '''wannier90.win''' file. ---- The {{TAG|WANNIER90_W...")
 
No edit summary
Line 35: Line 35:
[[The_VASP_Manual|Contents]]
[[The_VASP_Manual|Contents]]


[[Category:INCAR]][[Category:Wannier functions]]
[[Category:INCAR]][[Category:Wannier Functions]]

Revision as of 17:34, 20 December 2021

WANNIER90_WIN = [string] 

Default: WANNIER90_WIN = None

Description: WANNIER90_WIN sets the content of the wannier90.win file.


The WANNIER90_WIN tag is a multiline string, where the content of the wannier90.win file can be specified. For instance,

WANNIER90_WIN = "
exclude_bands 17-64

Begin Projections
Si:sp3
End Projections

# Disentanglement
dis_win_min = -7
dis_win_max = 16
dis_num_iter = 100

guiding_centres = true
"

Additionally, the value of some Wannier90 tags is set automatically based on the VASP calculation, e.g., kpoints, atoms, unit_cell, mp_grid, spinors, num_bands, num_wann.

Available as of VASP 6.2.0.

Related tags and articles

NUM_WANN, LWANNIER90, LWANNIER90_RUN

Examples that use this tag


Contents