Skip to content

Commit c845074

Browse files
author
Shyue Ping Ong
committed
Remove ISTART and IALGO, which can override default ALGO.
1 parent dc5f895 commit c845074

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pymatgen/io/vasp/sets.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1222,13 +1222,12 @@ class MatPESStaticSet(DictSet):
12221222

12231223
CONFIG = _load_yaml_config("MatPESStaticSet")
12241224

1225-
INHERITED_INCAR_PARAMS = [
1225+
INHERITED_INCAR_PARAMS = (
12261226
"LPEAD",
12271227
"NGX",
12281228
"NGY",
12291229
"NGZ",
12301230
"SYMPREC",
1231-
"ISTART",
12321231
"IMIX",
12331232
"LMAXMIX",
12341233
"KGAMMA",
@@ -1238,14 +1237,13 @@ class MatPESStaticSet(DictSet):
12381237
"NELMIN",
12391238
"IOPT",
12401239
"NBANDS",
1241-
"IALGO",
12421240
"KPAR",
12431241
"AMIN",
12441242
"NELMDL",
12451243
"BMIX",
12461244
"AMIX_MAG",
12471245
"BMIX_MAG",
1248-
]
1246+
)
12491247

12501248
def __init__(
12511249
self,

0 commit comments

Comments
 (0)