qiskit.converters.dagdependency_to_circuit¶
-
dagdependency_to_circuit
(dagdependency)[Quellcode]¶ Build a
QuantumCircuit
object from aDAGDependency
.- Parameter
dagdependency (DAGDependency) – the input dag.
- Rückgabe
the circuit representing the input dag dependency.
- Rückgabetyp