---
title: MCXSynthesisDefault (v1.3)
description: API reference for qiskit.transpiler.passes.synthesis.hls_plugins.MCXSynthesisDefault in qiskit v1.3
source: https://eu-de.quantum.cloud.ibm.com/docs/en/api/qiskit/1.3/qiskit.transpiler.passes.synthesis.hls_plugins.MCXSynthesisDefault
---

# MCXSynthesisDefault

*class* `qiskit.transpiler.passes.synthesis.hls_plugins.MCXSynthesisDefault`

[GitHub](https://github.com/Qiskit/qiskit/tree/stable/1.3/qiskit/transpiler/passes/synthesis/hls_plugins.py#L1139-L1181)

Bases: [`HighLevelSynthesisPlugin`](/docs/api/qiskit/1.3/qiskit.transpiler.passes.synthesis.plugin.HighLevelSynthesisPlugin "qiskit.transpiler.passes.synthesis.plugin.HighLevelSynthesisPlugin")

The default synthesis plugin for a multi-controlled X gate.

This plugin name is :`mcx.default` which can be used as the key on an [`HLSConfig`](/docs/api/qiskit/1.3/qiskit.transpiler.passes.HLSConfig "qiskit.transpiler.passes.HLSConfig") object to use this method with [`HighLevelSynthesis`](/docs/api/qiskit/1.3/qiskit.transpiler.passes.HighLevelSynthesis "qiskit.transpiler.passes.HighLevelSynthesis").

## Methods

### run

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

[GitHub](https://github.com/Qiskit/qiskit/tree/stable/1.3/qiskit/transpiler/passes/synthesis/hls_plugins.py#L1146-L1181)

Run synthesis for the given MCX gate.
