qiskit-documentation/docs/api/qiskit/dev/qiskit.transpiler.passes.sy...

27 lines
1.7 KiB
Plaintext

---
title: DefaultSynthesisLinearFunction
description: API reference for qiskit.transpiler.passes.synthesis.high_level_synthesis.DefaultSynthesisLinearFunction
in_page_toc_min_heading_level: 1
python_api_type: class
python_api_name: qiskit.transpiler.passes.synthesis.high_level_synthesis.DefaultSynthesisLinearFunction
---
# DefaultSynthesisLinearFunction
<Class id="qiskit.transpiler.passes.synthesis.high_level_synthesis.DefaultSynthesisLinearFunction" isDedicatedPage={true} github="https://github.com/Qiskit/qiskit/tree/main/qiskit/transpiler/passes/synthesis/high_level_synthesis.py#L933-L943" signature="qiskit.transpiler.passes.synthesis.high_level_synthesis.DefaultSynthesisLinearFunction" modifiers="class">
Bases: [`HighLevelSynthesisPlugin`](qiskit.transpiler.passes.synthesis.plugin.HighLevelSynthesisPlugin "qiskit.transpiler.passes.synthesis.plugin.HighLevelSynthesisPlugin")
The default linear function synthesis plugin.
This plugin name is :`linear_function.default` which can be used as the key on an [`HLSConfig`](qiskit.transpiler.passes.HLSConfig "qiskit.transpiler.passes.synthesis.high_level_synthesis.HLSConfig") object to use this method with [`HighLevelSynthesis`](qiskit.transpiler.passes.HighLevelSynthesis "qiskit.transpiler.passes.synthesis.high_level_synthesis.HighLevelSynthesis").
## Methods
### run
<Function id="qiskit.transpiler.passes.synthesis.high_level_synthesis.DefaultSynthesisLinearFunction.run" github="https://github.com/Qiskit/qiskit/tree/main/qiskit/transpiler/passes/synthesis/high_level_synthesis.py#L940-L943" signature="run(high_level_object, coupling_map=None, target=None, qubits=None, **options)">
Run synthesis for the given LinearFunction.
</Function>
</Class>