qiskit.dagcircuit.DAGCircuit.op_nodes¶
- DAGCircuit.op_nodes(op=None, include_directives=True)[código fonte]¶
Get the list of «op» nodes in the dag.
- Parâmetros
op (Type) –
qiskit.circuit.Operation
subclass op nodes to return. If None, return all op nodes.include_directives (bool) – include barrier, snapshot etc.
- Retorno
the list of node ids containing the given op.
- Tipo de retorno
list[DAGOpNode]