Skip to content

Commit

Permalink
See here aiidateam#3
Browse files Browse the repository at this point in the history
and
aiidateam/aiida-quantumespresso@ec24908

`seekpath_structure_analysis`: expand parameter input into keywords

So, adjust the call method for the seekpath_structure_analysis function accordingly.
  • Loading branch information
hongyi-zhao committed Apr 16, 2020
1 parent cfc93b7 commit c00dd54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiida_wannier90_workflows/workflows/bands.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def run_seekpath(self):
format(structure_formula)
)
result = seekpath_structure_analysis(
self.inputs.structure, seekpath_parameters
self.inputs.structure, **seekpath_parameters
)
self.ctx.current_structure = result['primitive_structure']
self.ctx.explicit_kpoints_path = result['explicit_kpoints']
Expand Down

0 comments on commit c00dd54

Please sign in to comment.