Skip to main contentIBM Quantum Documentation
This page is from an old version of Qiskit SDK. Go to the latest version

DAG Circuits

qiskit.dagcircuit


DAG Circuits

DAGCircuit()Quantum circuit as a directed acyclic graph.
DAGNode([type, op, name, qargs, cargs, …])Object to represent the information at a node in the DAGCircuit.

Exceptions

DAGCircuitError(*msg)Base class for errors raised by the DAGCircuit object.
Was this page helpful?
Report a bug or request content on GitHub.