qiskit.converters.dag_to_dagdependency¶
- dag_to_dagdependency(dag)[ソース]¶
Build a
DAGDependency
object from aDAGCircuit
.- パラメータ
dag (DAGCircuit) – the input dag.
- 戻り値
the DAG representing the input circuit as a dag dependency.
- 戻り値の型
Build a DAGDependency
object from a DAGCircuit
.
dag (DAGCircuit) – the input dag.
the DAG representing the input circuit as a dag dependency.