qiskit-community / qiskit-braket-provider

Qiskit-Braket provider to execute Qiskit programs on quantum computing hardware devices through Amazon Braket.
https://qiskit-community.github.io/qiskit-braket-provider/
Apache License 2.0
58 stars 45 forks source link

Remove `retrying` dependency #129

Closed speller26 closed 11 months ago

speller26 commented 11 months ago

Summary

Removes usages of retrying, since this functionality is already accomplished by passing in poll_timeout_seconds and poll_interval_seconds.

Details and comments

This fixes #125.

This change also adds CUGate back into the adapter tests, since it appears to get translated properly now.