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. |
Block Collection¶
|
Class for implementing block collection on a DAG. |
|
Class to consolidate a given block from the dag into a single node |
Exceptions¶
|
Base class for errors raised by the DAGCircuit object. |