mirror of https://github.com/Qiskit/qiskit.git
9 lines
402 B
YAML
9 lines
402 B
YAML
---
|
|
features:
|
|
- |
|
|
A new function :func:`~qiskit.visualization.plot_coupling_map()` has been introduced, which
|
|
extends the functionality of the existing function
|
|
:func:`~qiskit.visualization.plot_gate_map()`, by accepting three parameters: ``num_qubit``,
|
|
``qubit_coordinates``, and ``coupling_map`` (instead of ``backend``), to allow an arbitrary
|
|
qubit coupling map to be plotted.
|