Japanese
言語
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit.dagcircuit.DAGDependency.get_edges

DAGDependency.get_edges(src_id, dest_id)[ソース]

Edge enumeration between two nodes through method get_all_edge_data.

パラメータ
  • src_id (int) – label of the first node.

  • dest_id (int) – label of the second node.

戻り値

corresponding to all edges between the two nodes.

戻り値の型

List