qiskit.dagcircuit.DAGDependency.get_edges¶ DAGDependency.get_edges(src_id, dest_id)[fuente]¶ Edge enumeration between two nodes through method get_all_edge_data. Parámetros src_id (int) – label of the first node. dest_id (int) – label of the second node. Devuelve corresponding to all edges between the two nodes. Tipo del valor devuelto List