DFT+U: Difference between revisions

From Wiki
Jump to navigation Jump to search
Maxgarcia (talk | contribs)
No edit summary
Maxgarcia (talk | contribs)
No edit summary
Line 12: Line 12:
LDAU  = .TRUE.
LDAU  = .TRUE.


LDAUL = "value" → It specifies the ''l''-quantum number for which the on-site interaction is added.
LDAUL = L1, L2 → It specifies the ''l''-quantum number for which the on-site interaction is added.


LDAUU = 5.5 0.0
LDAUU = "value" → It specifies the value for the effective on-site Coulomb interaction (U).  


LDAUJ = 1.0 0.0
LDAUJ = "value" → It specifies the effective on-site Exchange interaction parameters.  





Revision as of 13:37, 25 October 2012

go back to Main Page, Computational Resources, Chemistry & More, Group Pages


UNDER CONSTRUCTION...


To perform a DFT + U calculation using VASP you just have to add the following flags to your INCAR file:


GGA = PW | PB | LM | 91 | PE | RP | PS | AM → The value of this flag depens on the functional you want to use)[1]

LDAU = .TRUE.

LDAUL = L1, L2 → It specifies the l-quantum number for which the on-site interaction is added.

LDAUU = "value" → It specifies the value for the effective on-site Coulomb interaction (U).

LDAUJ = "value" → It specifies the effective on-site Exchange interaction parameters.


IMPORTANT NOTES:

  • In VASP there are several DFT + U approaches that can be used. You can specify the one you want by setting the corresponding value in the flag LDAUTYPE = "value". The default approach in VASP is the one introduced by Dudarev et al. (LDAUTYPE = 2). For further details see VASP manual.[2]
  • (one number for each species!)
  • It is not meaningful to compare the total energies resulting from calculations with different U and/or J (c.q. Ueff = U - J in case of Dudarev's approach).
  • LASPH = .TRUE.