qiskit.transpiler.passes.synthesis.plugin.HighLevelSynthesisPlugin.run¶
- abstract HighLevelSynthesisPlugin.run(high_level_object, **options)[source]¶
Run synthesis for the given Operation.
- Parameters
high_level_object (Operation) -- The Operation to synthesize to a
DAGCircuit
objectoptions -- The optional kwargs.
- Returns
- The quantum circuit representation of the Operation
when successful, and
None
otherwise.
- Return type