Problem calculating dielectric function of ZnO doped with Al
Posted: Mon Apr 25, 2022 11:22 am
Hello Everyone,
I am trying to replicate a paper: Transparent Conductive Oxides as Near-IR Plasmonic Materials: The Case of Al-Doped ZnO Derivatives by Calzolari et al.
I got the same real and imaginary parts of the dielectric function as the paper incase of undoped ZnO.
However, after doping with Al, I am observing no change in the dielectric function.
The resulting structure after doping should be metallic, i.e. the real permittivity is negative between (0-2) eV, but there is no overlap between Density of states in the pure metallic sense.
I am using the following steps in both doped and undoped ZnO, the procedure works well for undoped ZnO
1- Relaxing the structure to get CONTCAR
2- Using CONTCAR as POSCAR and Doing SCF calculations to get WAVECAR and CHGCAR, and NBANDS from EIGENVAL file
3- Use NBANDS, WAVECAR and CHGCAR to calculate the frequency dependent dielectric function using:
EDIFF=1E-8
NBANDS= 192
LEPSILON=.TRUE.
#IBRION = 8 # perturbation theory effects, doesn't work with spin polarized calculation
LOPTICS=.TRUE.
ALGO=EXACT
#LRPA=.TRUE.
CSHIFT=0.1
When I got wrong results for ZnO-Al, I tried the below:
1- Changed smearing and sigma values, but the issue persisted
ISMEAR=0 ; SIGMA=0.04
ISMEAR=0 ; SIGMA=0.5
ISMEAR=1 ; SIGMA=0.2
ISMEAR=2 ; SIGMA=0.2
2- Tried with RPA and no RPA, the issue persists
3- Tried to do SCF calculation to get maximum number of planewaves (5940) and then start with ISTART=0,ICHARG=2, and NBANDS=5940, but got the error: Error EDDDAV: Call to ZHEGV failed. Returncode = 1 2 48
The complete INCAR file is as below:
ISTART=1
ICHARG=11
ENCUT=400
ISMEAR=2 ; SIGMA=0.2
EDIFF=1E-8
# no Ionic relaxation
LORBIT=10
NEDOS=8000
PREC=Accurate
# Hubbard
ISPIN=2
LDAU=.TRUE.
LDAUTYPE=4
LDAUL = 2 -1 1
LDAUU = 10 0 7 # 10 for Zn , 0 for Al, 7 for O
LDAUJ = 0 0 0
LMAXMIX=4
NBANDS= 192
LEPSILON=.TRUE.
#IBRION = 8
LOPTICS=.TRUE.
ALGO=EXACT
#LRPA=.TRUE.
CSHIFT=0.1
I am trying to replicate a paper: Transparent Conductive Oxides as Near-IR Plasmonic Materials: The Case of Al-Doped ZnO Derivatives by Calzolari et al.
I got the same real and imaginary parts of the dielectric function as the paper incase of undoped ZnO.
However, after doping with Al, I am observing no change in the dielectric function.
The resulting structure after doping should be metallic, i.e. the real permittivity is negative between (0-2) eV, but there is no overlap between Density of states in the pure metallic sense.
I am using the following steps in both doped and undoped ZnO, the procedure works well for undoped ZnO
1- Relaxing the structure to get CONTCAR
2- Using CONTCAR as POSCAR and Doing SCF calculations to get WAVECAR and CHGCAR, and NBANDS from EIGENVAL file
3- Use NBANDS, WAVECAR and CHGCAR to calculate the frequency dependent dielectric function using:
EDIFF=1E-8
NBANDS= 192
LEPSILON=.TRUE.
#IBRION = 8 # perturbation theory effects, doesn't work with spin polarized calculation
LOPTICS=.TRUE.
ALGO=EXACT
#LRPA=.TRUE.
CSHIFT=0.1
When I got wrong results for ZnO-Al, I tried the below:
1- Changed smearing and sigma values, but the issue persisted
ISMEAR=0 ; SIGMA=0.04
ISMEAR=0 ; SIGMA=0.5
ISMEAR=1 ; SIGMA=0.2
ISMEAR=2 ; SIGMA=0.2
2- Tried with RPA and no RPA, the issue persists
3- Tried to do SCF calculation to get maximum number of planewaves (5940) and then start with ISTART=0,ICHARG=2, and NBANDS=5940, but got the error: Error EDDDAV: Call to ZHEGV failed. Returncode = 1 2 48
The complete INCAR file is as below:
ISTART=1
ICHARG=11
ENCUT=400
ISMEAR=2 ; SIGMA=0.2
EDIFF=1E-8
# no Ionic relaxation
LORBIT=10
NEDOS=8000
PREC=Accurate
# Hubbard
ISPIN=2
LDAU=.TRUE.
LDAUTYPE=4
LDAUL = 2 -1 1
LDAUU = 10 0 7 # 10 for Zn , 0 for Al, 7 for O
LDAUJ = 0 0 0
LMAXMIX=4
NBANDS= 192
LEPSILON=.TRUE.
#IBRION = 8
LOPTICS=.TRUE.
ALGO=EXACT
#LRPA=.TRUE.
CSHIFT=0.1