qiskit.transpiler.CouplingMap.draw¶
- CouplingMap.draw()[fuente]¶
Draws the coupling map.
This function calls the
graphviz_draw()
function from therustworkx
package to draw theCouplingMap
object.- Devuelve
Drawn coupling map.
- Tipo del valor devuelto
PIL.Image