File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
aiida_yambo_wannier90/workflows Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1185,9 +1185,9 @@ def prepare_wannier90_inputs(self) -> AttributeDict:
1185
1185
1186
1186
inputs .structure = self .ctx .current_structure
1187
1187
if "bands_kpoints" in self .inputs :
1188
- inputs .wannier90 . kpoint_path = self .inputs ["bands_kpoints" ]
1188
+ inputs .kpoint_path = self .inputs ["bands_kpoints" ]
1189
1189
elif self .ctx .current_kpoint_path :
1190
- inputs .wannier90 . kpoint_path = self .ctx .current_explicit_kpoints
1190
+ inputs .kpoint_path = self .ctx .current_explicit_kpoints
1191
1191
1192
1192
# Use commensurate kmesh
1193
1193
if self .ctx .kpoints_w90_input != self .ctx .kpoints_w90 :
@@ -1274,7 +1274,7 @@ def prepare_wannier90_qp_inputs(self) -> AttributeDict:
1274
1274
1275
1275
inputs .wannier90 .structure = self .ctx .current_structure
1276
1276
if self .ctx .current_kpoint_path :
1277
- inputs .kpoint_path = self .ctx .current_kpoint_path
1277
+ inputs .wannier90 . kpoint_path = self .ctx .current_kpoint_path
1278
1278
1279
1279
if self .ctx .kpoints_w90_input != self .ctx .kpoints_w90 :
1280
1280
set_kpoints (
You can’t perform that action at this time.
0 commit comments