qiskit.transpiler.CouplingMap.get_edges¶
- CouplingMap.get_edges()[código fonte]¶
Gets the list of edges in the coupling graph.
- Retorno
Each edge is a pair of physical qubits.
- Tipo de retorno
Tuple(int,int)
Gets the list of edges in the coupling graph.
Each edge is a pair of physical qubits.
Tuple(int,int)