This repository has been archived by the owner on Jun 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit prepares for the pending 0.7.0 release by moving the release notes to a dedicated directory for the release. This will likely be the last minor release for qiskit-ignis as it is now deprecated and we'll only be making critical bug and compatibility fixes moving forward.
- Loading branch information
Showing
9 changed files
with
37 additions
and
35 deletions.
There are no files selected for viewing
File renamed without changes.
8 changes: 8 additions & 0 deletions
8
releasenotes/notes/0.7/analytical-syndrome-graph-1cbc0a900c987ad8.yaml
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,8 @@ | ||
--- | ||
features: | ||
- | | ||
Added the option for the fast analytical generation of syndrome graphs. | ||
The :class:`.RepetitionCode` now has a new bool argument ``brute``, which | ||
allows to still use the brute force method. | ||
Helper class :class:`.RepetitionCodeSyndromeGenerator` added to | ||
facilitate this. |
File renamed without changes.
23 changes: 23 additions & 0 deletions
23
releasenotes/notes/0.7/optional-resets-and-delays-2cd301f1257b3962.yaml
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,23 @@ | ||
|
||
features: | ||
- | | ||
The :class:`~qiskit.ignis.verification.RepetitionCode` now has keyword | ||
arguments ``resets`` and ``delay``. The former determines whether reset | ||
gates are inserted after measurement. The latter allows a time (in dt) to | ||
be specificed for a delay after each measurement (and reset, if applicable). | ||
The :meth:`~qiskit.ignis.verification.RepitionCode.syndrome_measurement` method of | ||
:class:`~qiskit.ignis.verification.RepetitionCode` now has keyword | ||
arguments ``final`` and ``delay``. The former determines whether to add reset gates according | ||
to the global ``resets``, or to overwrite it with appropriate behavior for the | ||
final round of syndrome measurements. The latter allows a time (in dt) to be specificed | ||
for a delay after each measurement (and reset, if applicable). | ||
upgrade: | ||
- | | ||
The keyword argument ``reset`` has been removed from the | ||
the :meth:`~qiskit.ignis.verification.RepitionCode.syndrome_measurement` | ||
method of :class:`~qiskit.ignis.verification.RepetitionCode`. This is | ||
replaced by the global ``resets`` keyword argument for the class as well as | ||
the keyword argument ``final`` for ``syndrome_measurement``. In cases where | ||
one would previously add the final measurement round using ``reset=False`` | ||
to avoid the final reset gates, one should now use ``final=True``. |
File renamed without changes.
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,6 @@ | ||
--- | ||
features: | ||
- | | ||
The :class:`.RepetitionCode` class now supports encoding with x basis | ||
states. This can be used by setting the ``xbasis`` keyword argument when | ||
constructing a :class:`.RepetitionCode` object. |
7 changes: 0 additions & 7 deletions
7
releasenotes/notes/analytical-syndrome-graph-1cbc0a900c987ad8.yaml
This file was deleted.
Oops, something went wrong.
23 changes: 0 additions & 23 deletions
23
releasenotes/notes/optional-resets-and-delays-2cd301f1257b3962.yaml
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.