Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump qiskit-ibm-runtime version and use mode=batch #623

Merged
merged 1 commit into from
Jun 17, 2024
Merged

Commits on Jun 12, 2024

  1. Bump qiskit-ibm-runtime version and use mode=batch

    This is necessary to prevent a `DeprecationWarning` under
    qiskit-ibm-runtime 0.24, which is currently visible in the
    [first](https://qiskit-extensions.github.io/circuit-knitting-toolbox/circuit_cutting/tutorials/01_gate_cutting_to_reduce_circuit_width.html)
    and third tutorials and is due to the merging of
    Qiskit/qiskit-ibm-runtime#1584.
    
    qiskit-ibm-runtime 0.24 depends on qiskit>=1.1, so I had to
    bump the qiskit version as well.
    
    Technically, this version bump is only required by the notebooks,
    not the actual CKT library, but the "minimum version tests" aren't
    equipped to deal with situations where the notebooks have a
    different minimum version than the library.
    garrison committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    15c2f20 View commit details
    Browse the repository at this point in the history