-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Fix CompleteMeasFitter not imported in QuantumInstance * Update releasenotes/notes/completemeasfitter-386e94a271ba0180.yaml Co-authored-by: Matthew Treinish <mtreinish@kortar.org> * added unit test Co-authored-by: Matthew Treinish <mtreinish@kortar.org> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> (cherry picked from commit fbf389f) Co-authored-by: Manoel Marques <Manoel.Marques@ibm.com>
- Loading branch information
1 parent
cfc7e1c
commit fce0cd0
Showing
4 changed files
with
141 additions
and
27 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
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
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 @@ | ||
--- | ||
fixes: | ||
- | | ||
Fixed an issue where the :class:`~qiskit.utils.QuantumInstance` class would potentially | ||
try to use the :class:`~qiskit.ignis.qiskit.ignis.mitigation.CompleteMeasFitter` class | ||
before it was imported resulting in an error. | ||
Fixed `#6774 <https://github.com/Qiskit/qiskit-terra/issues/6774>`__ |
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