qiskit.circuit.classicalfunction.ClassicalFunction.synth¶
- ClassicalFunction.synth(registerless=True, synthesizer=None)[ソース]¶
Synthesis the logic network into a
QuantumCircuit
.- パラメータ
registerless (bool) – Default
True
. IfFalse
uses the parameter names to createOtherwise (registers with those names.) –
register. (creates a circuit with a flat quantum) –
synthesizer (Optional[Callable[[ClassicalElement], QuantumCircuit]]) – Optional. If None tweedledum’s pkrm_synth is used.
- 戻り値
A circuit implementing the logic network.
- 戻り値の型