Qiskit / qiskit-ibm-provider

Qiskit Provider for accessing the IBM Quantum Services: Online Systems and Simulators
https://qiskit.org/ecosystem/ibm-provider/
Apache License 2.0
77 stars 67 forks source link

Latest provider release does not work with Qiskit 1.0.0rc1 #806

Closed nonhermitian closed 9 months ago

nonhermitian commented 9 months ago

Information

What is the current behavior?

https://github.com/Qiskit/qiskit-ibm-provider/blob/72b72f4b78f5dc557463ca74ca80fdbd69f19c52/qiskit_ibm_provider/qpy/binary_io/circuits.py#L26C1-L27C30

depends on from qiskit import extensions which is now missing

Steps to reproduce the problem

What is the expected behavior?

Suggested solutions

1ucian0 commented 9 months ago

This one is addressed by https://github.com/Qiskit/qiskit-ibm-provider/pull/803/

nonhermitian commented 9 months ago

Is there an ETA on a release? It is blocking the update of packages to Qiskit 1.0

kt474 commented 9 months ago

I was hoping to release a version compatible with both Qiskit 0.45 and 1.0 (#804, #803) but given there is only 1 person working across the providers right now and all this needs to be done in qiskit-ibm-runtime (https://github.com/Qiskit/qiskit-ibm-runtime/pull/1363) as well, there is a bit of work that still needs to be done.

It'd be tough to get something in even early next week, given the whole runtime team will be at a workshop

kt474 commented 9 months ago

qiskit-ibm-provider 0.9.0 and qiskit-ibm-runtime 0.19.1 have both been released, both support Qiskit 1.0 (along with 0.45/0.46)