Skip to main contentIBM Quantum Documentation Mirror

MCXSynthesisNoAuxHP24

class qiskit.transpiler.passes.synthesis.hls_plugins.MCXSynthesisNoAuxHP24

GitHub

Bases: HighLevelSynthesisPlugin

Synthesis plugin for a multi-controlled X gate based on the paper by Huang and Palsberg.

See [1] for details.

This plugin name is :mcx.noaux_hp24 which can be used as the key on an HLSConfig object to use this method with HighLevelSynthesis.

For a multi-controlled X gate with kk control qubits this synthesis method requires no additional clean auxiliary qubits. The synthesized circuit consists of k+1k + 1 qubits. The number of CX-gates is linear in kk.

References

  1. Huang and Palsberg, Compiling Conditional Quantum Gates without Using Helper Qubits, PLDI (2024), <https://dl.acm.org/doi/10.1145/3656436>`_

Methods

run

run(high_level_object, coupling_map=None, target=None, qubits=None, **options)

GitHub

Run synthesis for the given MCX gate.