Page 1 of 1
HSE06 and B3LYP calcualtions in VASP 5.*
Posted: Fri Oct 23, 2009 9:10 pm
by lyzhu
Dear All,
I want to use hybrid functionals in the VASP. 5* version. For the HSE06 functional, the INCAR file likes this:
GGA=PB
LHFCALC =. TRUE. HFSCREEN =0.2
ALGO =Damped
AEXX = 0.25
ALDAC =0.0
AGGAc =1.0
Are these keyword right?
How to set up the keyword for b3lyp functional?
Any suggestions are very appreciated!
Thanks in advance!
HSE06 and B3LYP calcualtions in VASP 5.*
Posted: Mon Oct 26, 2009 12:08 pm
by Mahlaga
Dear Lyzhu,
The INCAR file for the B3LYP functional should contation the following tags:
LHFCALC = . TRUE.
ALGO = D; TIME = 0.5
GGA = B3
AEXX = 0.2
AGGAX = 0.72
AGGAC = 0.81
ALDAC = 0.19
Hope it helps.
HSE06 and B3LYP calcualtions in VASP 5.*
Posted: Mon Oct 26, 2009 2:12 pm
by lyzhu
Dear Mahlaga,
Thanks for your kindly reply!
For b3lyp calculation, in the POTCAR file, which kind of potential should we use? PAW_GGA is fine?
How about for HSE06 calculation? Do you konw my keyword is right? For the POTCAR, do we need PAW_PBE potential?
Thanks!
HSE06 and B3LYP calcualtions in VASP 5.*
Posted: Tue Oct 27, 2009 9:47 am
by Mahlaga
Dear Lyzhu,
You can use the PAW_PBE POTCAR files for the B3LYP calculations. Please mind, set the LEXCH tags in the POTCAR file to LEXCH = B3, for consistence with GGA = B3 tag in the INCAR.
I'm not so sure about HSE06, but I think it is used in combination with PAW_PBE potentials. Typical INCAR files for this functional are given on Page 100 of the manual.
Thanks
HSE06 and B3LYP calcualtions in VASP 5.*
Posted: Thu Oct 29, 2009 3:54 am
by VASP001
Could I use B3LYP based on the LDA ,compute the character of the systems based on the LDA ?
HSE06 and B3LYP calcualtions in VASP 5.*
Posted: Thu Nov 12, 2009 4:41 am
by chemcomp
Dear Mahlaga,
I am doing the B3LYP calculations in VASP 5.2 using the keywords you specified. But I meet the following error messages:
internal error in FOCK_ACC: GRIDHF is not real
the gamma only version in combination with Hartree-Fock requires
to compile the code using -DNGXhalf or -DNGZhalf (mpiversion)
What is the problem of my calculations?
I am very appreciated for your responses!
Thanks!
<span class='smallblacktext'>[ Edited Thu Nov 12 2009, 05:42AM ]</span>
HSE06 and B3LYP calcualtions in VASP 5.*
Posted: Thu Nov 12, 2009 6:31 pm
by chemcomp
Solved!