-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
27 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
0.22.0 (2024-03-21) | ||
=================== | ||
|
||
Upgrade Notes | ||
------------- | ||
|
||
- Modify ``skip_reset_qubits`` optional flag to the constructor for | ||
:class:`.PadDynamicalDecoupling`. If ``False``, dynamical decoupling is applied on | ||
qubits regardless of their state, even on delays that are at the beginning | ||
of a circuit. This option now matches the behavior in Qiskit. (`1409 <https://github.com/Qiskit/qiskit-ibm-runtime/pull/1409>`__) | ||
|
||
|
||
New Features | ||
------------ | ||
|
||
- A new local testing mode is added. It allows you to | ||
validate your quantum prorams before sending them to a physical system. | ||
The local testing mode is activated if one of the fake | ||
backends in ``qiskit_ibm_runtime.fake_provider`` or a Qiskit Aer backend | ||
instance is used when instantiating a primitive or a session. (`1495 <https://github.com/Qiskit/qiskit-ibm-runtime/pull/1495>`__) | ||
|
||
|
||
Bug Fixes | ||
--------- | ||
|
||
- Fix a bug that caused setting of ``resilience_level=0`` in ``EstimatorV2`` | ||
to be ignored (and the default value used instead). (`1541 <https://github.com/Qiskit/qiskit-ibm-runtime/pull/1541>`__) |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.