DAG Circuits (qiskit.dagcircuit
)¶
Circuits as Directed Acyclic Graphs¶
Quantum circuit as a directed acyclic graph. |
|
|
Parent class for DAGOpNode, DAGInNode, and DAGOutNode. |
|
Object to represent an Instruction at a node in the DAGCircuit. |
|
Object to represent an incoming wire node in the DAGCircuit. |
|
Object to represent an outgoing wire node in the DAGCircuit. |
|
Object to represent the information at a node in the DAGDependency(). |
Object to represent a quantum circuit as a Directed Acyclic Graph (DAG) via operation dependencies (i.e. |