Skip to content

Commit 4322fbf

Browse files
add ispin to lobster tightstatitsetgenerator
1 parent 8b0a080 commit 4322fbf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/atomate2/vasp/sets/core.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -691,6 +691,7 @@ def incar_updates(self) -> dict[str, Any]:
691691
base_incar_updates = super().incar_updates
692692
base_incar_updates.update(
693693
EDIFF=1e-7,
694+
ISPIN=1,
694695
LAECHG=False,
695696
LREAL=False,
696697
LVTOT=False,

0 commit comments

Comments
 (0)