qiskit.dagcircuit.DAGCircuit.topological_nodes¶
- DAGCircuit.topological_nodes(key=None)[source]¶
Yield nodes in topological order.
- প্যারামিটার
key (Callable) -- A callable which will take a DAGNode object and return a string sort key. If not specified the
sort_key
attribute will be used as the sort key for each node.- রিটার্নস
node in topological order
- রিটার্ন টাইপ
generator(DAGOpNode, DAGInNode, or DAGOutNode)