DFT+U: Difference between revisions

From Wiki
Jump to navigation Jump to search
Maxgarcia (talk | contribs)
New page: :→
 
Maxgarcia (talk | contribs)
No edit summary
Line 1: Line 1:
go back to [[Main Page]], [[Computational Resources]], [[Chemistry & More]], [[Group Pages]]




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


 
LASPH  = .TRUE.
LDAU  = .TRUE.
LDAUL  = 3 1
LDAUU  = 5.5 0.0
LDAUJ  = 1.0 0.0
NPAR  = 4





Revision as of 11:53, 25 October 2012

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


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

LASPH = .TRUE. LDAU = .TRUE. LDAUL = 3 1 LDAUU = 5.5 0.0 LDAUJ = 1.0 0.0 NPAR = 4