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

Batch job submission through QEMIST #105

Open
elloyd-1qbit opened this issue Jan 5, 2022 · 3 comments
Open

Batch job submission through QEMIST #105

elloyd-1qbit opened this issue Jan 5, 2022 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@elloyd-1qbit
Copy link
Contributor

It would be great to submit batch jobs to AWS Braket through QEMIST when running hardware experiments. Their API supports this. The feature would also need to keep track of the job ids for each circuit so we can call the results from QEMIST.

The input could be dictionary input like: {"job_title": {num_shots : circuit}...}
Which returns : {"job_title": job_id}

@ValentinS4t1qbit
Copy link
Collaborator

Working on this with Erika atm

@ValentinS4t1qbit
Copy link
Collaborator

We put this aside for a while, we are taking care of it this month.
I will make a BraketConnection and support batch submission, fully available to users to use with their own accounts if they want to.

Later this month, we will make sure QEMIST Cloud uses that BraketConnection to enable QEMIST Cloud users to leverage it using their credits.

@alexfleury-sb
Copy link
Collaborator

While browsing the braket python package, I came across this function that could be useful for batch submission: https://github.com/aws/amazon-braket-sdk-python/blob/105433edb22ad2ccb50afbb72fd74ccb8d8d63b9/src/braket/aws/aws_device.py#L181-L265

@alexfleury-sb alexfleury-sb changed the title [FEATURE REQUEST] Batch job submission through QEMIST Batch job submission through QEMIST May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants