Estimation of J magnetic coupling: Difference between revisions

From VASP Wiki
(Created page with "Description: Estimation of the J magnetic coupling using the GGA+U method (Dudarev's approach). Using the relation J = (EFM - EAFM) / 4, antiferromagnetic (AFM) and ferromagn...")
 
No edit summary
Line 35: Line 35:
   LDAUTYPE  = 2
   LDAUTYPE  = 2
   LDAUL    = 2 -1
   LDAUL    = 2 -1
   LDAUU    = 7.00 0.00
   LDAUU    = 5.00 0.00
   LDAUJ    = 0.00 0.00
   LDAUJ    = 0.00 0.00
   LDAUPRINT = 2
   LDAUPRINT = 2

Revision as of 16:31, 24 August 2016

Description: Estimation of the J magnetic coupling using the GGA+U method (Dudarev's approach).

Using the relation J = (EFM - EAFM) / 4, antiferromagnetic (AFM) and ferromagnetic (FM) configurations have to be studied


  • INCAR
NiO GGA+U AFM
  SYSTEM    = "NiO"

Electronic minimization
  ENCUT     = 300
  EDIFF     = 1E-4
  LORBIT    = 11
  LREAL     = .False.
  ISTART    = 0
  NELMIN    = 6

DOS
  ISMEAR    = -5

Magnetism
  ISPIN     = 2
  MAGMOM    = 2.0 -2.0 2*0  # AFM conf.
  #MAGMOM    = 2*2.0 2*0  # FM conf.

Mixer
  AMIX      = 0.2
  BMIX      = 0.00001
  AMIX_MAG  = 0.8
  BMIX_MAG  = 0.00001

GGA+U
  LDAU      = .TRUE.
  LDAUTYPE  = 2
  LDAUL     = 2 -1
  LDAUU     = 5.00 0.00
  LDAUJ     = 0.00 0.00
  LDAUPRINT = 2
  LMAXMIX   = 4 
  • KPOINTS
k-points
 0
gamma
 4  4  4 
 0  0  0
  • POSCAR
NiO
 4.17
 1.0 0.5 0.5
 0.5 1.0 0.5
 0.5 0.5 1.0
 2 2
Cartesian
 0.0 0.0 0.0
 1.0 1.0 1.0
 0.5 0.5 0.5
 1.5 1.5 1.5

Download

4_3_NiO_LSDA+U.tgz


To the list of examples or to the main page