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.
* Prepare 0.6.0 release To prepare for the upcoming 0.6.0 release this commit moves all the release notes into a 0.6 subdirectory to keep them separate from future development notes post-release. It also adds an incomplete release note to add the prelude section providing the high level overview of the release. When this merges it should be the commit used to tag the 0.6.0 release. * Cleanup and fix release notes * Fix expval bug note * Remove operators tutorials from tutorial job too
- Loading branch information
Showing
11 changed files
with
29 additions
and
20 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
7 changes: 7 additions & 0 deletions
7
releasenotes/notes/0.6/RB_dihedral_upgrade-e85c020895bcd2ed.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,7 @@ | ||
--- | ||
upgrade: | ||
- | | ||
The :func:`qiskit.ignis.verification.randomized_benchmarking_seq` | ||
function is now using the upgraded CNOTDihedral class, | ||
:class:`qiskit.ignis.verification.CNOTDihedral`, which enables performing | ||
CNOT-Dihedral Randomized Benchmarking on more than two qubits. |
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,7 @@ | ||
--- | ||
features: | ||
- | | ||
The :func:`qiskit.ignis.mitigation.expval_meas_mitigator_circuits` function | ||
has been improved so that the number of circuits generated by the function | ||
used for calibration by the CTMP method are reduced from :math:`O(n)` to | ||
:math:`O(\log{n})` (where :math:`n` is the number of qubits). |
13 changes: 13 additions & 0 deletions
13
releasenotes/notes/0.6/fix-expval-mit-c2c2701513129316.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,13 @@ | ||
--- | ||
fixes: | ||
- | | ||
Fixed an issue in the expectation value method | ||
:meth:`~qiskit.ignis.mitigation.TensoredExpvalMeasMitigator.expectation_value`, | ||
for the error mitigation classes | ||
:class:`~qiskit.ignis.mitigation.TensoredExpvalMeasMitigator` and | ||
:class:`~qiskit.ignis.mitigation.CTMPExpvalMeasMitigator` if the | ||
``qubits`` kwarg was not specified it would incorrectly use the | ||
total number of qubits of the mitigator, rather than the number of | ||
classical bits in the count dictionary leading to greatly reduced | ||
performance. | ||
Fixed `#561 <https://github.com/Qiskit/qiskit-ignis/issues/561>`__ |
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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