Skip to content

Commit

Permalink
Adding step_data returned in the projwfc builder converter.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikibonacci committed Dec 5, 2024
1 parent b301dc6 commit f6256aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aiida_koopmans/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ def get_projwfc_builder_from_ase(projwfc_calculator, step_data=None):
step_data["steps"][parent_calculators[0]]["remote_folder"]
)

return builder
return builder, step_data


## Here we have the mapping for the calculators initialization. used in the `aiida_calculate_trigger`.
Expand Down

0 comments on commit f6256aa

Please sign in to comment.