qiskit.dagcircuit.DAGDependency.get_edges¶
- DAGDependency.get_edges(src_id, dest_id)[código fonte]¶
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.
- Retorno
corresponding to all edges between the two nodes.
- Tipo de retorno
List