Qiskit-Extensions / circuit-knitting-toolbox

Tools for knitting quantum circuits with Qiskit
https://qiskit-extensions.github.io/circuit-knitting-toolbox/
Apache License 2.0
69 stars 23 forks source link

Bump qiskit-ibm-runtime version and use `mode=batch` (backport #623) #628

Open garrison opened 2 weeks ago

garrison commented 2 weeks ago

This is a stable backport of #623.

This change is necessary to prevent a DeprecationWarning under qiskit-ibm-runtime 0.24, which is currently visible in the first and third tutorials and is due to the merging of https://github.com/Qiskit/qiskit-ibm-runtime/pull/1584.

This means that the notebooks now depend on qiskit-ibm-runtime 0.24, which depends on qiskit>=1.1.

The "minimum version tests" aren't equipped to deal with situations where the notebooks have a different minimum version than the library. For this reason I've disabled the "minimum version tests" on the current stable branch going forward for the notebooks only. I don't want to bump the minimum version of any library on the stable branch, but I do want to update our code examples to the latest version of qiskit-ibm-runtime.

coveralls commented 2 weeks ago

Pull Request Test Coverage Report for Build 9554840788

Details


Totals Coverage Status
Change from base Build 9524348028: 0.0%
Covered Lines: 3496
Relevant Lines: 3662

💛 - Coveralls
garrison commented 2 weeks ago

The only weird thing here is disabling the minimum version tests on the stable/0.7 branch, but IMO it is worth doing.