When I run a density of states calculation using B3LYP or other hybrid functionals, the DOS values (columns 2 and 3 in the DOSCAR) are unusually small (2 or 3 orders of magnitude smaller than comparable DOS calculations run with DFT). Here is my INCAR for one such hybrid DOS calculation:
ALGO = Damped
NPAR = 32
LHFCALC = .T.
PRECFOCK = Normal
GGA = B3 # for B3LYP
AEXX = 0.2 #
AGGAX = 0.72 #
AGGAC = 0.81 #
ALDAC = 0.19 #
ISYM = 3
NBANDS = 192
NSIM = 4
LPLANE = .T.
LSCALU = .F.
LREAL = Auto
PREC = Accurate
IBRION = -1 # ions don't move
#POTIM = 0.2
#ISIF = 3
NSW = 0
EDIFF = 1e-7
LWAVE = .F.
ICHARG = 11 # I have tried both 10 and 11
LCHARG = .F.
ISMEAR = 0
SIGMA = 0.05
NELM = 550
ENCUT = 500.0
ISPIN = 2
What could be causing such small values? (The DOS values around the Fermi level are less than 0.12)
Thanks
Hybrid Density of States values are very small
Moderators: Global Moderator, Moderator
-
- Newbie
- Posts: 1
- Joined: Mon May 12, 2014 7:33 pm
- License Nr.: 5-1519
Hybrid Density of States values are very small
Last edited by Iwilliamson on Mon May 12, 2014 10:36 pm, edited 1 time in total.
-
- Administrator
- Posts: 2921
- Joined: Tue Aug 03, 2004 8:18 am
- License Nr.: 458
Hybrid Density of States values are very small
you MUST NOT re-start a bandstructure- or DOS-run using hybrid functionals from a converged charge density (ICHARG=11) , this issue has been discussed in the forum before.
Last edited by admin on Tue May 13, 2014 2:05 pm, edited 1 time in total.