Skip to content

Commit bc902f4

Browse files
author
Miki Bonacci
committed
buf
1 parent af18a95 commit bc902f4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

aiida_yambo_wannier90/workflows/__init__.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1073,6 +1073,12 @@ def prepare_wannier90_pp_inputs(self) -> AttributeDict:
10731073

10741074
inputs.wannier90.structure = self.ctx.current_structure
10751075

1076+
params = inputs.wannier90.parameters.get_dict()
1077+
params["bands_plot"] = False
1078+
1079+
inputs.wannier90.parameters = orm.Dict(params)
1080+
1081+
10761082
'''if self.ctx.current_kpoint_path:
10771083
inputs.wannier90.kpoint_path = self.ctx.current_kpoint_path
10781084
if self.ctx.current_bands_kpoints:

0 commit comments

Comments
 (0)