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

Add python api for duqtools create and submit #606

Merged
merged 12 commits into from
May 9, 2023
Merged

Add python api for duqtools create and submit #606

merged 12 commits into from
May 9, 2023

Conversation

stefsmeets
Copy link
Collaborator

@stefsmeets stefsmeets commented May 1, 2023

This PR implements a python api to run duqtools create and duqtools submit in a Jupyter Notebook or Python environment.

from duqtools.api import create

config = {...}

job, run = create(config)
job.submit()

Closes #497

@stefsmeets stefsmeets marked this pull request as ready for review May 8, 2023 14:51
@stefsmeets stefsmeets marked this pull request as draft May 9, 2023 07:35
@stefsmeets stefsmeets marked this pull request as ready for review May 9, 2023 07:36
@stefsmeets stefsmeets merged commit bc8deb2 into main May 9, 2023
@stefsmeets stefsmeets deleted the create-api branch May 9, 2023 08:04
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.

Update python api to interface with global optimization codes
1 participant