---
title: GreedySynthesisClifford (v1.2)
description: API reference for qiskit.transpiler.passes.synthesis.high_level_synthesis.GreedySynthesisClifford in qiskit v1.2
source: https://quantum.cloud.ibm.com/docs/en/api/qiskit/1.2/qiskit.transpiler.passes.synthesis.high_level_synthesis.GreedySynthesisClifford
---

# GreedySynthesisClifford

*class* `qiskit.transpiler.passes.synthesis.high_level_synthesis.GreedySynthesisClifford`

[GitHub](https://github.com/Qiskit/qiskit/tree/stable/1.2/qiskit/transpiler/passes/synthesis/high_level_synthesis.py#L773-L784)

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

Clifford synthesis plugin based on the greedy synthesis Bravyi-Hu-Maslov-Shaydulin method.

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

## Methods

### run

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

[GitHub](https://github.com/Qiskit/qiskit/tree/stable/1.2/qiskit/transpiler/passes/synthesis/high_level_synthesis.py#L781-L784)

Run synthesis for the given Clifford.
