qiskit.dagcircuit.DAGCircuit.bfs_successors¶
- DAGCircuit.bfs_successors(node)[código fonte]¶
Returns an iterator of tuples of (DAGNode, [DAGNodes]) where the DAGNode is the current node and [DAGNode] is its successors in BFS order.
Returns an iterator of tuples of (DAGNode, [DAGNodes]) where the DAGNode is the current node and [DAGNode] is its successors in BFS order.