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