qiskit.transpiler.CouplingMap.get_edges¶
- CouplingMap.get_edges()[Quellcode]¶
Gets the list of edges in the coupling graph.
- Rückgabe
Each edge is a pair of physical qubits.
- Rückgabetyp
Tuple(int,int)
Gets the list of edges in the coupling graph.
Each edge is a pair of physical qubits.
Tuple(int,int)