Korean
언어
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit.transpiler.TransformationPass.run

abstract TransformationPass.run(dag)

Run a pass on the DAGCircuit. This is implemented by the pass developer.

매개변수

dag (DAGCircuit) – the dag on which the pass is run.

예외 발생

NotImplementedError – when this is left unimplemented for a pass.