Skip to content

Commit

Permalink
fix mismatching INCAR tags in test_hse_optics()
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed Oct 4, 2023
1 parent bda817a commit 18cef6a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
6 changes: 4 additions & 2 deletions tests/test_data/vasp/Si_hse_optics/hse_optics/inputs/INCAR
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ALGO = All
ALGO = Normal
EDIFF = 1e-05
ENAUG = 1360.0
ENCUT = 680.0
Expand All @@ -20,10 +20,12 @@ LVTOT = True
LWAVE = False
NBANDS = 11
NCORE = 4
NEDOS = 5062
NEDOS = 1265
NELM = 200
NELMIN = 5
NSW = 0
PREC = Accurate
PRECFOCK = Fast
SIGMA = 0.05
CSHIFT = 1e-5
LDAU = False
7 changes: 4 additions & 3 deletions tests/test_data/vasp/Si_hse_optics/hse_static/inputs/INCAR
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ALGO = All
ALGO = Normal
EDIFF = 1e-05
ENAUG = 1360
ENCUT = 680
Expand All @@ -10,10 +10,11 @@ KSPACING = 0.5
LAECHG = True
LASPH = True
LCHARG = True
LELF = True
LELF = False
LHFCALC = True
LMIXTAU = True
LORBIT = 11
LDAU = False
LREAL = False
LVTOT = True
LWAVE = False
Expand All @@ -23,4 +24,4 @@ NELM = 200
NSW = 0
PREC = Accurate
PRECFOCK = Fast
SIGMA = 0.05
SIGMA = 0.2

0 comments on commit 18cef6a

Please sign in to comment.