We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc5f895 commit c845074Copy full SHA for c845074
pymatgen/io/vasp/sets.py
@@ -1222,13 +1222,12 @@ class MatPESStaticSet(DictSet):
1222
1223
CONFIG = _load_yaml_config("MatPESStaticSet")
1224
1225
- INHERITED_INCAR_PARAMS = [
+ INHERITED_INCAR_PARAMS = (
1226
"LPEAD",
1227
"NGX",
1228
"NGY",
1229
"NGZ",
1230
"SYMPREC",
1231
- "ISTART",
1232
"IMIX",
1233
"LMAXMIX",
1234
"KGAMMA",
@@ -1238,14 +1237,13 @@ class MatPESStaticSet(DictSet):
1238
1237
"NELMIN",
1239
"IOPT",
1240
"NBANDS",
1241
- "IALGO",
1242
"KPAR",
1243
"AMIN",
1244
"NELMDL",
1245
"BMIX",
1246
"AMIX_MAG",
1247
"BMIX_MAG",
1248
- ]
+ )
1249
1250
def __init__(
1251
self,
0 commit comments