3
0
mirror of https://github.com/triqs/dft_tools synced 2024-10-19 06:21:38 +02:00
dft_tools/doc/tutorials/nio_csc_vasp/INCAR

26 lines
388 B
Plaintext
Raw Normal View History

2019-07-08 09:55:22 +02:00
System = NiO
# for PLOT DOS
# ISMEAR = -5
# better convergence for small kpt grids
ISMEAR = 2
SIGMA = 0.05
2019-07-08 09:55:22 +02:00
2021-08-16 18:58:22 +02:00
# converge wave functions
EDIFF = 1.E-7
NELMIN = 35
2021-08-16 18:58:22 +02:00
# the energy window to optimize projector channels (absolute)
2019-07-08 09:55:22 +02:00
EMIN = -3
2021-08-16 18:58:22 +02:00
EMAX = 10
2019-07-08 09:55:22 +02:00
LMAXMIX = 6
# switch off all symmetries
ISYM = -1
# project to Ni d and O p states
LORBIT = 14
LOCPROJ = "1 : d : Pr
2 : p : Pr"