Skip to content

Commit

Permalink
Added release notes for the fix of Qiskit#9031
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwell04-wq authored Jun 8, 2023
1 parent 7145ca6 commit f470013
Showing 1 changed file with 5 additions and 6 deletions.
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.

0 comments on commit f470013

Please sign in to comment.