---
title: KMSSynthesisLinearFunction (v1.0)
description: API reference for qiskit.transpiler.passes.synthesis.high_level_synthesis.KMSSynthesisLinearFunction in qiskit v1.0
source: https://eu-de.quantum.cloud.ibm.com/docs/en/api/qiskit/1.0/qiskit.transpiler.passes.synthesis.high_level_synthesis.KMSSynthesisLinearFunction
---

# KMSSynthesisLinearFunction

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

[GitHub](https://github.com/Qiskit/qiskit/tree/stable/1.0/qiskit/transpiler/passes/synthesis/high_level_synthesis.py#L718-L728)

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

Linear function synthesis plugin based on the Kutin-Moulton-Smithline method.

This plugin name is :`linear_function.kms` which can be used as the key on an [`HLSConfig`](/docs/api/qiskit/1.0/qiskit.transpiler.passes.HLSConfig "qiskit.transpiler.passes.synthesis.high_level_synthesis.HLSConfig") object to use this method with [`HighLevelSynthesis`](/docs/api/qiskit/1.0/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.0/qiskit/transpiler/passes/synthesis/high_level_synthesis.py#L725-L728)

Run synthesis for the given LinearFunction.
