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

Support Qiskit 1.x #162

Closed speller26 closed 7 months ago

speller26 commented 7 months ago

Summary

Removes qiskit<1.0 restriction and updates tests to use 1.x-compatible components.

Details and comments

jcjaskula-aws commented 7 months ago

LGTM at first pass. While I have a more thorough look in the coming days, can you ensure me that the notebooks run well top to bottom?

speller26 commented 7 months ago

Tests are failing due to incorrect implementation of MS gate in qiskit-ionq: https://github.com/qiskit-community/qiskit-ionq/issues/162. Will be fixed by https://github.com/qiskit-community/qiskit-ionq/pull/174.