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
- ``ResilienceOptionsV2`` has a new field ``layer_noise_model``. When this field is set, all the
8
+
mitigation strategies that require noise data skip the noise learning stage, and instead gather
9
+
the required information from ``layer_noise_model``. (`1858 <https://github.com/Qiskit/qiskit-ibm-runtime/pull/1858>`__)
10
+
11
+
12
+
Other Notes
13
+
-----------
14
+
15
+
- The V1 Primitives ``SamplerV1`` and ``EstimatorV1`` have been completely removed. Please use the
16
+
`migration guide <https://docs.quantum.ibm.com/migration-guides/v2-primitives>`__ and use theV2 Primitives instead. (`1857 <https://github.com/Qiskit/qiskit-ibm-runtime/pull/1857>`__)
17
+
- The ``service`` parameter is now required in ``Session.from_id()``. (`1868 <https://github.com/Qiskit/qiskit-ibm-runtime/pull/1868>`__)
0 commit comments