Skip to content

Commit bd29947

Browse files
authored
Add ISEARCH parameter to incar_parameters.json (#4521)
Signed-off-by: Seán Kavanagh <[email protected]>
1 parent 8218934 commit bd29947

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/pymatgen/io/vasp/incar_parameters.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,13 @@
402402
4
403403
]
404404
},
405+
"ISEARCH": {
406+
"type": "int",
407+
"values": [
408+
0,
409+
1
410+
]
411+
},
405412
"ISIF": {
406413
"type": "int",
407414
"values": [

0 commit comments

Comments
 (0)