HighLevelSynthesisPlugin#

class qiskit.transpiler.passes.synthesis.plugin.HighLevelSynthesisPlugin[ソース]#

ベースクラス: ABC

Abstract high-level synthesis plugin class.

This abstract class defines the interface for high-level synthesis plugins.

Methods

abstract run(high_level_object, **options)[ソース]#

Run synthesis for the given Operation.

パラメータ:
  • high_level_object (Operation) – The Operation to synthesize to a DAGCircuit object

  • options – The optional kwargs.

戻り値:

The quantum circuit representation of the Operation

when successful, and None otherwise.

戻り値の型:

QuantumCircuit