DAG Circuits (qiskit.dagcircuit
)¶
DAG Circuits¶
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 via operation dependencies (i.e. |
Exceptions¶
|
Base class for errors raised by the DAGCircuit object. |