NBANDS: Difference between revisions

From VASP Wiki
No edit summary
No edit summary
Line 11: Line 11:


== Example Calculations using this Tag ==
== Example Calculations using this Tag ==
{{TAG|Bandgap of Si in GW}}, {{TAG|Bandstructure of Si in GW (VASP2WANNIER90)}}, {{TAG|Bandstructure of SrVO3 in GW}}, {{TAG|Dielectric properties of Si}}, {{TAG|Dielectric properties of SiC}}
{{TAG|Alpha-AlF3}}, {{TAG|Alpha-SiO2}}, {{TAG|Bandgap of Si in GW}}, {{TAG|Bandstructure of Si in GW (VASP2WANNIER90)}}, {{TAG|Bandstructure of SrVO3 in GW}}, {{TAG|Determining the Magnetic Anisotropy}}, {{TAG|Dielectric properties of Si}}, {{TAG|Dielectric properties of Si using BSE}}, {{TAG|Dielectric properties of SiC}}, {{TAG|Equilibrium volume of Si in the RPA}}, {{TAG|Equilibrium volume of Si in the RPA}}, {{TAG|Model BSE calculation on Si}}, {{TAG|Si HSE bandstructure}}
----
----
[[The_VASP_Manual|Contents]]
[[The_VASP_Manual|Contents]]


[[Category:INCAR]]
[[Category:INCAR]]

Revision as of 11:13, 24 February 2017

NBANDS = [integer] 

Default: NBANDS = NELECT/2+NIONS/2 non-spinpolarized
= 0.6*NELECT+NMAG spinpolarized

Description: NBANDS determines the actual number of bands in the calculation.


One should choose NBANDS such that a considerable number of empty bands is included in the calculation. As a minimum we require one empty band. VASP will give a warning, if this is not the case.

NBANDS is also important from a technical point of view: In iterative matrix-diagonalization schemes eigenvectors close to the top of the calculated number of vectors converge much slower than the lowest eigenvectors. This might result in a significant performance loss if not enough empty bands are included in the calculation. Therefore we recommend to set NBANDS to NELECT/2 + NIONS/2, this is also the default setting of the makeparam utility and of VASP.4.X. This setting is safe in most cases. In some cases, it is also possible to decrease the number of additional bands to NIONS/4 for large systems without performance loss, but on the other hand transition metals do require a much larger number of empty bands (up to 2*NIONS).

To check this parameter perform several calculations for a fixed potential (ICHARG=12) with an increasing number of bands (e.g. starting from NELECT/2 + NIONS/2). An accuracy of should be obtained in 10-15 iterations. Mind that the RMM-DIIS scheme (IALGO=48) is more sensible to the number of bands than the default CG algorithm (IALGO=38).

Example Calculations using this Tag

Alpha-AlF3, Alpha-SiO2, Bandgap of Si in GW, Bandstructure of Si in GW (VASP2WANNIER90), Bandstructure of SrVO3 in GW, Determining the Magnetic Anisotropy, Dielectric properties of Si, Dielectric properties of Si using BSE, Dielectric properties of SiC, Equilibrium volume of Si in the RPA, Equilibrium volume of Si in the RPA, Model BSE calculation on Si, Si HSE bandstructure


Contents