We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cd9489 commit 825c283Copy full SHA for 825c283
aiida_yambo_wannier90/workflows/__init__.py
@@ -697,7 +697,7 @@ def run_seekpath(self):
697
698
self.ctx.current_structure = result["primitive_structure"]
699
700
- self.current_explicit_kpoints = result["explicit_kpoints"]
+ self.ctx.current_explicit_kpoints = result["explicit_kpoints"]
701
702
# Add `kpoint_path` for Wannier bands
703
self.ctx.current_kpoint_path = get_path_from_kpoints(
0 commit comments