qiskit.circuit.classicalfunction.ClassicalFunction.synth¶
- ClassicalFunction.synth(registerless=True, synthesizer=None)[source]¶
Synthesis the logic network into a
QuantumCircuit
.- Paramètres
registerless (
bool
) – DefaultTrue
. 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.
- Renvoie
A circuit implementing the logic network.
- Type renvoyé