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