Skip to content

Commit

Permalink
buf
Browse files Browse the repository at this point in the history
  • Loading branch information
Miki Bonacci committed Feb 13, 2024
1 parent af18a95 commit bc902f4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions aiida_yambo_wannier90/workflows/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1073,6 +1073,12 @@ def prepare_wannier90_pp_inputs(self) -> AttributeDict:

inputs.wannier90.structure = self.ctx.current_structure

params = inputs.wannier90.parameters.get_dict()
params["bands_plot"] = False

inputs.wannier90.parameters = orm.Dict(params)


'''if self.ctx.current_kpoint_path:
inputs.wannier90.kpoint_path = self.ctx.current_kpoint_path
if self.ctx.current_bands_kpoints:
Expand Down

0 comments on commit bc902f4

Please sign in to comment.