qiskit.dagcircuit.DAGDependency.get_edges¶
- DAGDependency.get_edges(src_id, dest_id)[Quellcode]¶
Edge enumeration between two nodes through method get_all_edge_data.
- Parameter
src_id (int) – label of the first node.
dest_id (int) – label of the second node.
- Rückgabe
corresponding to all edges between the two nodes.
- Rückgabetyp
List