You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: