qiskit.converters.dagdependency_to_circuit¶
- dagdependency_to_circuit(dagdependency)[fuente]¶
Build a
QuantumCircuit
object from aDAGDependency
.- Parámetros
dagdependency (DAGDependency) – the input dag.
- Devuelve
the circuit representing the input dag dependency.
- Tipo del valor devuelto