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.
Add TranspileErrors to routing passes for coupling_map=None (Qiskit#7141
) * Adding TranspileErrors to routing passes that run with coupling_map=None * Add changelog --------- Co-authored-by: Matthew Treinish <[email protected]>
- Loading branch information
1 parent
2a49cb0
commit 23a29f2
Showing
5 changed files
with
24 additions
and
4 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
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
6 changes: 6 additions & 0 deletions
6
releasenotes/notes/fix-routing-passes-for-none-coupling_map-c4dd53594a9ef645.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,6 @@ | ||
--- | ||
fixes: | ||
- | | ||
Throw ``TranspileError`` when routing passes (``StochasticSwap``, ``SabreSwap``, | ||
``LookaheadSwap``, and ``BasicSwap``) run with ``coupling_map=None``. Refer to | ||
`#7127 <https://github.com/Qiskit/qiskit-terra/issues/7127>` for more details. |