GGA + U and mag. mom.
Moderators: Global Moderator, Moderator
GGA + U and mag. mom.
I'm using paw-gga pp, with the following INCAR. I would like to do GGA + U calculation, what could be the possible problem that I am not getting the desirable result, and getting 1 miuB less than the expected, all the time??
ENCUT = 400
NSW = 50
IBRION = 2
ISIF = 3
LWAVE = .FALSE.
LCHARG = .FALSE.
ISPIN=2
VOSKOWN=1
LREAL = auto
MAGMOM = 2*0 2*4 2*4 4*-4 4*-4 12*4 38*0
LORBIT = 11
GGAU = .TRUE.
GGAUTYPE = 2
GGAUL = 2
GGAUU = 5.10
GGAUJ = 0.10
GGAUPRINT = 2
LMAXMIX = 4
appreciate your help.
ENCUT = 400
NSW = 50
IBRION = 2
ISIF = 3
LWAVE = .FALSE.
LCHARG = .FALSE.
ISPIN=2
VOSKOWN=1
LREAL = auto
MAGMOM = 2*0 2*4 2*4 4*-4 4*-4 12*4 38*0
LORBIT = 11
GGAU = .TRUE.
GGAUTYPE = 2
GGAUL = 2
GGAUU = 5.10
GGAUJ = 0.10
GGAUPRINT = 2
LMAXMIX = 4
appreciate your help.
Last edited by amoitra on Sat Jun 28, 2008 6:08 am, edited 1 time in total.
-
- Administrator
- Posts: 2921
- Joined: Tue Aug 03, 2004 8:18 am
- License Nr.: 458
GGA + U and mag. mom.
by defining the LDAU* parameters as GGAU*, they are ignored (please check your OUTCAR file): the input tags have to be set exactly by the same name as given in the handbook, whether the calculation is LDAU or GGAU is only specified by the XC-type of the POTCAR you use.
Last edited by admin on Wed Jul 02, 2008 1:15 pm, edited 1 time in total.
GGA + U and mag. mom.
Thanks very much. I understood that using paw-GGA PP, and using notations like LDAU*, is the way of GGA+U calculation. Kindly let me know if I am wrong.
Last edited by amoitra on Wed Jul 02, 2008 8:07 pm, edited 1 time in total.
-
- Administrator
- Posts: 2921
- Joined: Tue Aug 03, 2004 8:18 am
- License Nr.: 458
GGA + U and mag. mom.
the input parameters LDAU, LDAUL,... only are used by vasp to use the U corrections and to define the numerical values for U, the j and the l-splitting. They are not used to define which kind of XC (LDA,GGA,...) is used, this is exclusively done by the POTCAR (and the GGA-tag, if defined). When reading INCAR it is checked whether the sting "LDAU" (LDAUU,...) is defined in INCAR. Unless this string is matched precisely, the U-corrections are not taken into account at all.
Last edited by admin on Thu Jul 03, 2008 1:17 pm, edited 1 time in total.
-
- Newbie
- Posts: 25
- Joined: Wed Sep 10, 2008 2:48 pm
- License Nr.: 974
GGA + U and mag. mom.
I have a question about kind of pseudopotentials. Is it necessary to use PAW potentials to take into account the on site Coulomb interaction? Or ultra soft PP can also be used?
Last edited by magal on Thu Nov 12, 2009 1:52 pm, edited 1 time in total.
-
- Full Member
- Posts: 106
- Joined: Wed Jan 16, 2008 1:27 pm
- License Nr.: 567
- Location: France
GGA + U and mag. mom.
I think only PAW atomic data can be used to perform DFT+U calculations. The DFT+U calculations require a projection onto localized atomic orbitals used to calculate the occupancy matrices. The latter are also linked to the cutoff radius of the PAW spheres.
That's why you need PAW datasets.
That's why you need PAW datasets.
Last edited by boris on Thu Nov 12, 2009 3:31 pm, edited 1 time in total.
-
- Newbie
- Posts: 25
- Joined: Wed Sep 10, 2008 2:48 pm
- License Nr.: 974
GGA + U and mag. mom.
Thank you for answer
Last edited by magal on Fri Nov 13, 2009 12:16 pm, edited 1 time in total.