qiskit.dagcircuit.DAGDependency.get_edges¶ DAGDependency.get_edges(src_id, dest_id)[source]¶ Edge enumeration between two nodes through method get_all_edge_data. Parameters src_id (int) – label of the first node. dest_id (int) – label of the second node. Returns corresponding to all edges between the two nodes. Return type List