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

KoopmansWorkChain cannot submit workchains, only run #3

Open
mikibonacci opened this issue May 23, 2024 · 0 comments
Open

KoopmansWorkChain cannot submit workchains, only run #3

mikibonacci opened this issue May 23, 2024 · 0 comments
Assignees

Comments

@mikibonacci
Copy link
Owner

mikibonacci commented May 23, 2024

This is due to the fact that we are submitting workchains on the fly, without providing the information on the KoopmansWorkChain.

so we cannot call self.submit(), but only submit(). This is not allowed if we submit the KoopmansWorkChain.

An idea could be to pass the self (i.e. the KoopmansWorkChain instance) to the ._run() in the self.run_process.

However, this implies a small additional piece of code in koopmans

@mikibonacci mikibonacci self-assigned this May 23, 2024
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

No branches or pull requests

1 participant