Skip to content

Commit ff5f0b0

Browse files
committed
Disable orbital projections in el-ph workflow
1 parent c0ff6a4 commit ff5f0b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/atomate2/vasp/flows/elph.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ class ElectronPhononMaker(Maker):
110110
bs_maker=NonSCFMaker(
111111
input_set_generator=NonSCFSetGenerator(
112112
reciprocal_density=100, # dense BS mesh
113+
user_incar_settings={"LORBIT": 10}, # disable site projections
113114
),
114115
task_document_kwargs={
115116
"strip_bandstructure_projections": True,
@@ -262,6 +263,7 @@ class HSEElectronPhononMaker(ElectronPhononMaker):
262263
),
263264
bs_maker=HSEBSMaker(
264265
input_set_generator=HSEBSSetGenerator(
266+
user_incar_settings={"LORBIT": 10}, # disable site projections
265267
user_kpoints_settings={"reciprocal_density": 200}, # dense BS mesh
266268
),
267269
task_document_kwargs={

0 commit comments

Comments
 (0)