Skip to content

Commit

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

inputs.wannier90.structure = self.ctx.current_structure

if self.ctx.current_kpoint_path:
'''if self.ctx.current_kpoint_path:
inputs.wannier90.kpoint_path = self.ctx.current_kpoint_path
if self.ctx.current_bands_kpoints:
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 af18a95

Please sign in to comment.