qiskit.converters.dagdependency_to_circuit¶
- dagdependency_to_circuit(dagdependency)[source]¶
Build a
QuantumCircuit
object from aDAGDependency
.- Paramètres
dagdependency (DAGDependency) – the input dag.
- Renvoie
the circuit representing the input dag dependency.
- Type renvoyé