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 @@ -1063,7 +1063,7 @@ def prepare_wannier90_pp_inputs(self) -> AttributeDict:
1063
1063
#params["bands_plot"] = False
1064
1064
#inputs.wannier90.parameters = orm.Dict(params)
1065
1065
1066
- inputs .bands_kpoints = self .ctx .current_bands_kpoints
1066
+ inputs .wannier90 . bands_kpoints = self .ctx .current_bands_kpoints
1067
1067
1068
1068
# Use commensurate kmesh
1069
1069
if self .ctx .kpoints_w90_input != self .ctx .kpoints_w90 :
@@ -1174,8 +1174,8 @@ def prepare_wannier90_inputs(self) -> AttributeDict:
1174
1174
self .exposed_inputs (Wannier90OptimizeWorkChain , namespace = "wannier90" )
1175
1175
)
1176
1176
1177
- inputs .structure = self .ctx .current_structure
1178
- inputs .kpoint_path = self .ctx .current_kpoint_path
1177
+ inputs .wannier90 . structure = self .ctx .current_structure
1178
+ inputs .wannier90 . kpoint_path = self .ctx .current_kpoint_path
1179
1179
1180
1180
# Use commensurate kmesh
1181
1181
if self .ctx .kpoints_w90_input != self .ctx .kpoints_w90 :
You can’t perform that action at this time.
0 commit comments