DFT+U

Question on input files/tags, interpreting output, etc.

Please check whether the answer to your question is given in the VASP online manual or has been discussed in this forum previously!

Moderators: Global Moderator, Moderator

Post Reply
Message
Author
amit_aich
Newbie
Newbie
Posts: 4
Joined: Fri Jan 19, 2024 2:44 am

DFT+U

#1 Post by amit_aich » Tue Feb 20, 2024 5:54 am

For Band Gap Calculation, is the DFT + U tags in INCAR correct for ZnO bulk structure ?

############################################
#DFT + U
LDAU = .TRUE.
LDAUTYPE = 1
LDAUL = 2 1
LDAUU = 10. 7.0
LDAUJ = 0.0 0.0
LMAXMIX = 4
LDAUPRINT = 2
LASPH = .TRUE.
You do not have the required permissions to view the files attached to this post.

amit_aich
Newbie
Newbie
Posts: 4
Joined: Fri Jan 19, 2024 2:44 am

Re: DFT+U

#2 Post by amit_aich » Tue Feb 20, 2024 11:08 pm

INCAR,KPOINTS,POSCAR
You do not have the required permissions to view the files attached to this post.

ferenc_karsai
Global Moderator
Global Moderator
Posts: 422
Joined: Mon Nov 04, 2019 12:44 pm

Re: DFT+U

#3 Post by ferenc_karsai » Wed Feb 21, 2024 11:44 am

You should apply DFT+U only to d, f electrons. So please set for your case

Code: Select all

LDAUL = 2 -1
Also don't set too high U values, possibly around 5 are a safe value.

Please have a look at our examples for NiO:
https://www.vasp.at/wiki/index.php/Calc ... r_LSDA%2BU ,
https://www.vasp.at/wiki/index.php/NiO_GGA%2BU
and
https://www.vasp.at/wiki/index.php/NiO_LSDA%2BU

amit_aich
Newbie
Newbie
Posts: 4
Joined: Fri Jan 19, 2024 2:44 am

Re: DFT+U

#4 Post by amit_aich » Wed Feb 21, 2024 8:24 pm

Thank you for your reply.
I already tried LDAUL = 2 -1 few days ago and also used for lower U values. getting low number (Band gap).

amit_aich
Newbie
Newbie
Posts: 4
Joined: Fri Jan 19, 2024 2:44 am

Re: DFT+U

#5 Post by amit_aich » Thu Feb 22, 2024 5:17 am

Sharing INCAR,KPOINTS,POSCAR. Here I tried for LDAUL = 2 -1 and LDAUU = 5 3. Band Gap = 1.3075. any suggestions?
You do not have the required permissions to view the files attached to this post.

ferenc_karsai
Global Moderator
Global Moderator
Posts: 422
Joined: Mon Nov 04, 2019 12:44 pm

Re: DFT+U

#6 Post by ferenc_karsai » Thu Feb 22, 2024 9:33 am

If you want to increase the band gap you should consider using hybrid functionals:
https://www.vasp.at/wiki/index.php/Cate ... unctionals

You can also have a look at this paper for the band gaps using different functionals:
https://pubs.acs.org/doi/10.1021/acs.jpca.7b02882

Post Reply