qiskit.transpiler.CouplingMap.draw¶
- CouplingMap.draw()[código fonte]¶
Draws the coupling map.
This function calls the
graphviz_draw()
function from therustworkx
package to draw theCouplingMap
object.- Retorno
Drawn coupling map.
- Tipo de retorno
PIL.Image