Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PwBaseWorkChain: Fix kpoints override in get_builder_from_protocol #862

Merged
merged 1 commit into from
Nov 14, 2022

Conversation

mbercx
Copy link
Member

@mbercx mbercx commented Nov 14, 2022

Fixes #746

The kpoints input is currently ignored when passed through the overrides input argument of the
PwBaseWorkChain.get_builder_from_protocol() method. Here we check if the kpoints input has been provided, and if so set it in favor of the kpoints_distance input.

@mbercx mbercx requested a review from sphuber November 14, 2022 18:36
The `kpoints` input is currently ignored when passed through the
`overrides` input argument of the
`PwBaseWorkChain.get_builder_from_protocol()` method. Here we check if
the `kpoints` input has been provided, and if so set it in favor of the
`kpoints_distance` input.
@mbercx mbercx merged commit 0ee4151 into aiidateam:main Nov 14, 2022
@mbercx mbercx deleted the fix/746/kpoints-override branch November 14, 2022 19:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PwBaseWorkChain: kpoints override not passed in get_builder_from_protocol()
2 participants