mirror of
https://github.com/triqs/dft_tools
synced 2025-04-25 09:44:53 +02:00
fix Vasp INCAR for NiO example
This commit is contained in:
parent
a1b5421864
commit
f66848f303
@ -2,11 +2,18 @@ System = NiO
|
|||||||
|
|
||||||
ISMEAR = -5
|
ISMEAR = -5
|
||||||
|
|
||||||
# the energy window to optimize projector channels
|
# converge wave functions
|
||||||
EMIN = -3
|
EDIFF = 1.E-7
|
||||||
EMAX = 7
|
PREC = accurate
|
||||||
|
|
||||||
|
# optimize performance
|
||||||
|
NCORE = 4
|
||||||
|
NBANDS = 24
|
||||||
|
|
||||||
|
# the energy window to optimize projector channels (absolute)
|
||||||
|
EMIN = -3
|
||||||
|
EMAX = 10
|
||||||
|
|
||||||
NBANDS = 16
|
|
||||||
LMAXMIX = 6
|
LMAXMIX = 6
|
||||||
|
|
||||||
# switch off all symmetries
|
# switch off all symmetries
|
||||||
@ -14,5 +21,5 @@ ISYM = -1
|
|||||||
|
|
||||||
# project to Ni d and O p states
|
# project to Ni d and O p states
|
||||||
LORBIT = 14
|
LORBIT = 14
|
||||||
LOCPROJ = 1 : d : Pr 1
|
LOCPROJ = 1 : d : Pr
|
||||||
LOCPROJ = 2 : p : Pr 1
|
LOCPROJ = 2 : p : Pr
|
||||||
|
Loading…
x
Reference in New Issue
Block a user