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 AWSBraketProvider #51

Open
salmma opened this issue Aug 11, 2023 · 2 comments
Open

add AWSBraketProvider #51

salmma opened this issue Aug 11, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@salmma
Copy link
Contributor

salmma commented Aug 11, 2023

To support the analysis of compiled circuits BEFORE executing (as it is done in AWS Braket SDK directly), add the AWSBraketProvider Python package to the qiskit-service.

Therefore

  • add a counterpart to the ibmq_handler for AWS, see here
  • extend routes.py by checking if the received QPU in the request is an IBMQ backend or a supported one of AWS, transpile it and analyze it as given
  • extend the tasks.py to support executing circuits via AWS
  • extend the README file to mention the new features
@salmma salmma added the enhancement New feature or request label Aug 11, 2023
@salmma
Copy link
Contributor Author

salmma commented Aug 31, 2023

To define which provider has to be considered. A "provider" attribute has to be added into the request body of the /transpile and /execute endpoints. Like here.
Thereby, set IBMQ as default value to avoid breaks in non-updated components.

@DominikVoigt
Copy link
Contributor

DominikVoigt commented Sep 18, 2023

/

@DominikVoigt DominikVoigt mentioned this issue Nov 12, 2023
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

2 participants