forked from Qiskit/qiskit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed handling of a list of coupling_maps passed to transpile() (Qisk…
…it#9886) * Fixed handling of a list of coupling_maps passed to transpile() Closes Qiskit#9885 * Update qiskit/compiler/transpiler.py * Add test * Release note * Fix test
- Loading branch information
1 parent
461bf32
commit ba08c04
Showing
3 changed files
with
40 additions
and
2 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
8 changes: 8 additions & 0 deletions
8
releasenotes/notes/transpile-coupling-maps-3a137f4ca8e97745.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 @@ | ||
--- | ||
fixes: | ||
- | | ||
An issue that prevented :func:`~qiskit.transpile` from working when passed | ||
a list of :class:`~qiskit.transpiler.CouplingMap` objects was fixed. Note | ||
that passing such a list of coupling maps is deprecated and will not be | ||
possible starting with Qiskit Terra 0.25. Fixes | ||
`#9885 <https://github.com/Qiskit/qiskit-terra/issues/9885>`_. |
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