English
Languages
English
Japanese
German
Korean
Portuguese, Brazilian
French
Shortcuts

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.

DAGDepNode([type, op, name, qargs, cargs, …])

Object to represent the information at a node in the DAGDependency().

DAGDependency()

Object to represent a quantum circuit as a directed acyclic graph via operation dependencies (i.e.

Exceptions

DAGCircuitError(*msg)

Base class for errors raised by the DAGCircuit object.