qiskit.transpiler.CouplingMap.draw¶
- CouplingMap.draw()[소스]¶
Draws the coupling map.
This function calls the
graphviz_draw()
function from therustworkx
package to draw theCouplingMap
object.- 반환
Drawn coupling map.
- 반환 형식
PIL.Image
Draws the coupling map.
This function calls the graphviz_draw()
function from the
rustworkx
package to draw the CouplingMap
object.
Drawn coupling map.
PIL.Image