qiskit-community / qiskit-ionq

Qiskit provider for IonQ backends
https://qiskit-community.github.io/qiskit-ionq/
Apache License 2.0
41 stars 22 forks source link

raise IonQRetriableError when get fails #145

Closed splch closed 8 months ago

splch commented 8 months ago

Summary

try-catch block has been added around the network request to handle exceptions that can be retried

Details and comments