qiskit.converters.dagdependency_to_circuit¶
- dagdependency_to_circuit(dagdependency)[ソース]¶
Build a
QuantumCircuit
object from aDAGDependency
.- パラメータ
dagdependency (DAGDependency) – the input dag.
- 戻り値
the circuit representing the input dag dependency.
- 戻り値の型