You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Until we have a proper solution for #1375 so that the we can do version negotiation in the client directly we will need to manually bump the qpy version to leverage new features and bugfixes from new format revisions. This will involve changing 10 here:
to 11. We can only do this once the server side has updated to Qiskit 1.0.0 though as it is a requirement to have qiskit >=1.0.0 to parse qpy version 11.
Acceptance criteria
Qiskit 1.0.0 is deployed in production everywhere
The text was updated successfully, but these errors were encountered:
What is the expected feature or enhancement?
Until we have a proper solution for #1375 so that the we can do version negotiation in the client directly we will need to manually bump the qpy version to leverage new features and bugfixes from new format revisions. This will involve changing
10
here:https://github.com/Qiskit/qiskit-ibm-runtime/blob/main/qiskit_ibm_runtime/utils/json.py#L222
and
https://github.com/Qiskit/qiskit-ibm-runtime/blob/main/qiskit_ibm_runtime/utils/json.py#L252
to
11
. We can only do this once the server side has updated to Qiskit 1.0.0 though as it is a requirement to have qiskit >=1.0.0 to parse qpy version 11.Acceptance criteria
Qiskit 1.0.0 is deployed in production everywhere
The text was updated successfully, but these errors were encountered: