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