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.
Added release notes for the fix of Qiskit#9031
- Loading branch information
1 parent
7145ca6
commit f470013
Showing
1 changed file
with
5 additions
and
6 deletions.
There are no files selected for viewing
11 changes: 5 additions & 6 deletions
11
releasenotes/notes/update-gate_map-visualizations-6ea907a0502fdc1a.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 |
---|---|---|
@@ -1,16 +1,15 @@ | ||
--- | ||
prelude: > | ||
The following modules in `qiskit-terra/qiskit/visualization/gate_map.py` have been | ||
updated to leverage graphviz plotting for gate maps | ||
updated to leverage graphviz plotting for gate maps: | ||
- `plot_gate_map` | ||
- `plot_coupling_map` | ||
- `plot_circuit_layout` | ||
- `plot_error_map` | ||
This allows the plotting of backends with large number of qubits without causing | ||
issues due to migration to matplotlib. | ||
This allows the plotting of backends with large number of qubits without causing | ||
issues due to migration to matplotlib. | ||
fixes: | ||
- | | ||
Fixes the gate maap visualizations in `qiskit-terra/qiskit/visualization/gate_map.py`. Refer to | ||
`#9031 <https://github.com/Qiskit/qiskit-terra/issues/9031>` for more | ||
details. | ||
Fixes the gate maap visualizations in `qiskit-terra/qiskit/visualization/gate_map.py`. | ||
Refer to `#9031 <https://github.com/Qiskit/qiskit-terra/issues/9031>` for more details. |