-
Notifications
You must be signed in to change notification settings - Fork 10
/
INCAR.HSE0.Bands
49 lines (44 loc) · 1.97 KB
/
INCAR.HSE0.Bands
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
SYSTEM = Name
!Start Parameters
ISTART = 1 (Read existing wavefunction, if present)
INIWAV = 1 (Random initial wavefunction)
ICORELEVEL = 1 (Print core levels in OUTCAR)
!!ICHARG = 11 (Non-selfconsistent: band structures)
!!NELECT = 352 (Number of electrons: charged cells)
!!NBANDS = 468 (Increase number of bands)
!Electronic Relaxation
PREC = Accurate (Precision level for FFT grid)
LREAL = Auto (Projection operators: automatic)
ALGO = Normal (Electronic minimisation algorithm: 38/48)
ENMAX = 500.00 eV (Plane-wave cutoff)
NELM = 5 (Max number of SCF steps)
NELMAX = 5 (Min number of SCF steps)
EDIFF = 1E-06 (SCF convergence criteria)
GGA = PE (PBEsol exchange-correlation)
!Ionic Relaxation
EDIFFG = -0.005 (Ionic convergence criteria, eV/AA)
NSW = 0 (Max ionic steps)
IBRION = 1 (Ions: 0-MD, 1-Quasi-New, 2-CG)
ISIF = 2 (Stress/Relaxation: 2-Ions, 3-Shape/Ions/Vol, 7-Vol)
ISYM = 3 (Symmetry: Use all, 0: none)
ISMEAR = 0 (Gaussian smearing, Metals:1, MP)
SIGMA = 0.05 (Smearing value in eV, Metals:0.2)
!Hybrid-DFT Calculations
!!NKRED = 2 (Reduce k-grid: even only)
!!LMAXFOCK = 6 (Maximum quantum number: 4d,6f)
LHFCALC = .TRUE. (Activate Hartree Fock)
PRECFOCK = FAST (HF FFT grid)
!!ALGO = DAMPED (Dampen: IALGO=53)
!!TIME = 0.30 (Timestep for IALGO5X)
!!HFLMAX = 4 (Max quantum number: 4d,6f)
HFSCREEN = 0.207 (Switch to screened exchange:HSE06)
AEXX = 0.25 (25% HF exchange - PBE0)
LDIAG = .True. (Diagnolise Eigenvalues)
!Miscellaneous
LORBIT = 10 (PAW radii for projected DOS)\\
!!LOPTICS = .TRUE. (Output OPTIC file)
NEDOS = 1000 (Increase DOSCAR points)
!!LVTOT = .TRUE. (Output electrostatic potential)
!!LELF = .TRUE. (Output electron localization function)
LWAVE = .False.
LCHARG = .False.