File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ def __init__(
150
150
initialized with no parents, it will perform a GGA optimization of the provided
151
151
structure using the PBESol functional. This GGA-relaxed structure is intended
152
152
to be passed to a second instance of this Firework for optimization with SCAN.
153
- (see workflow definition in SCAN_optimization .yaml)
153
+ (see workflow definition in metagga_optimization .yaml)
154
154
155
155
Args:
156
156
structure (Structure): Input structure. Note that for prev_calc_loc jobs, the structure
Original file line number Diff line number Diff line change @@ -630,7 +630,7 @@ def test_SCAN_no_bandgap(self):
630
630
631
631
def test_SCAN_small_bandgap (self ):
632
632
# A structure with a small bandgap (LiH) should result in a KSPACING
633
- # value of 0.34292
633
+ # value of 0.40503
634
634
635
635
structure = Structure .from_file (
636
636
os .path .join (reference_dir , "PBESol_pre_opt_for_SCAN_LiH/inputs" , "POSCAR" )
@@ -671,7 +671,7 @@ def test_SCAN_small_bandgap(self):
671
671
incar = Incar .from_file (os .path .join (self ._get_launch_dir ()[1 ], "INCAR.gz" ))
672
672
for p in incar .keys ():
673
673
if p == "KSPACING" :
674
- self .assertAlmostEqual (incar [p ], 0.34292 , 4 )
674
+ self .assertAlmostEqual (incar [p ], 0.40503 , 4 )
675
675
elif p == "SIGMA" :
676
676
self .assertEqual (incar [p ], 0.05 )
677
677
elif p == "ICHARG" :
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ tqdm==4.61.1
8
8
pybtex == 0.24.0
9
9
ruamel.yaml == 0.17.9
10
10
pandas == 1.2.4
11
- pymatgen == 2022.0.8
11
+ pymatgen == 2022.0.10
12
12
custodian == 2021.2.8
13
13
networkx == 2.5.1
14
14
pydash == 5.0.0
You can’t perform that action at this time.
0 commit comments