---
title: ACGSynthesisPermutation (v2.0)
description: API reference for qiskit.transpiler.passes.synthesis.hls_plugins.ACGSynthesisPermutation in qiskit v2.0
source: https://eu-de.quantum.cloud.ibm.com/docs/en/api/qiskit/2.0/qiskit.transpiler.passes.synthesis.hls_plugins.ACGSynthesisPermutation
---

# ACGSynthesisPermutation

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

[GitHub](https://github.com/Qiskit/qiskit/tree/stable/2.0/qiskit/transpiler/passes/synthesis/hls_plugins.py#L796-L809)

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

The permutation synthesis plugin based on the Alon, Chung, Graham method.

This plugin name is :`permutation.acg` which can be used as the key on an [`HLSConfig`](/docs/api/qiskit/2.0/qiskit.transpiler.passes.HLSConfig "qiskit.transpiler.passes.HLSConfig") object to use this method with [`HighLevelSynthesis`](/docs/api/qiskit/2.0/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/2.0/qiskit/transpiler/passes/synthesis/hls_plugins.py#L803-L809)

Run synthesis for the given Permutation.
