MCXSynthesisNoAuxHP24
class qiskit.transpiler.passes.synthesis.hls_plugins.MCXSynthesisNoAuxHP24
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 control qubits this synthesis method requires no additional clean auxiliary qubits. The synthesized circuit consists of qubits. The number of CX-gates is linear in .
References
- 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)
Run synthesis for the given MCX gate.