Spanish
Idiomas
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit.transpiler.passes.synthesis.plugin.HighLevelSynthesisPlugin.run

abstract HighLevelSynthesisPlugin.run(high_level_object, **options)[fuente]

Run synthesis for the given Operation.

Parámetros
  • high_level_object (Operation) – The Operation to synthesize to a DAGCircuit object

  • options – The optional kwargs.

Devuelve

The quantum circuit representation of the Operation

when successful, and None otherwise.

Tipo del valor devuelto

QuantumCircuit