qiskit.aqua.algorithms.Grover.construct_circuit¶
-
Grover.
construct_circuit
(power=None, measurement=False)[source]¶ Construct the circuit for Grover’s algorithm with
power
Grover operators.- Parameters
power (
Optional
[int
]) – The number of times the Grover operator is repeated. If None, this argument is set to the first item initerations
.measurement (
bool
) – Boolean flag to indicate if measurement should be included in the circuit.
- Returns
the QuantumCircuit object for the constructed circuit
- Return type