qiskit.transpiler.passes.synthesis.plugin.HighLevelSynthesisPlugin.run¶
- abstract HighLevelSynthesisPlugin.run(high_level_object, **options)[소스]¶
Run synthesis for the given Operation.
- 매개변수
high_level_object (Operation) – The Operation to synthesize to a
DAGCircuit
objectoptions – The optional kwargs.
- 반환
- The quantum circuit representation of the Operation
when successful, and
None
otherwise.
- 반환 형식