Skip to content

Commit

Permalink
Fixing imp_BdG exposed inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
dantogni committed Jul 17, 2023
1 parent 8878e62 commit 9c92f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiida_kkr/workflows/kkr_imp.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def define(cls, spec):
required=False,
help='Set starting potential (e.g. from preconverged calculation'
)
spec.expose_inputs(kkr_flex_wc, namespace='gf_writeout', include=('params_kkr_overwrite', 'options'))
spec.expose_inputs(kkr_flex_wc, namespace='gf_writeout', include=('params_kkr_overwrite', 'options', 'kkr'))

# structure of the workflow
spec.outline(
Expand Down

0 comments on commit 9c92f68

Please sign in to comment.