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

Enable to call exteral sumkdft class #155

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open

Enable to call exteral sumkdft class #155

wants to merge 3 commits into from

Conversation

yomichi
Copy link
Contributor

@yomichi yomichi commented Jan 20, 2025

This PR enables DCore to use external workers without modifying DCore source code.

The first argument of dcore.sumkdft_workers.launcher.run_sumkdft is a class name of SumkDFT worker.
When the class name is fully qualified, e.g., mymodule.myclass the module will be automatically imported.
Otherwise, the class is assumed to belong to dcore.sumkdft_workers.all_workers module.

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.

1 participant