Skip to content

Commit

Permalink
removing kpoint bands in pp
Browse files Browse the repository at this point in the history
  • Loading branch information
Miki Bonacci committed Feb 14, 2024
1 parent 5faffa0 commit e54dd58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiida_yambo_wannier90/workflows/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1060,7 +1060,7 @@ def prepare_wannier90_pp_inputs(self) -> AttributeDict:
params["bands_plot"] = False
inputs.wannier90.parameters = orm.Dict(params)

inputs.wannier90.bands_kpoints = self.ctx.current_bands_kpoints
#inputs.wannier90.bands_kpoints = self.ctx.current_bands_kpoints

# Use commensurate kmesh
if self.ctx.kpoints_w90_input != self.ctx.kpoints_w90:
Expand Down

0 comments on commit e54dd58

Please sign in to comment.