qiskit.algorithms.IterativeAmplitudeEstimation.construct_circuit¶
- IterativeAmplitudeEstimation.construct_circuit(estimation_problem, k=0, measurement=False)[fuente]¶
Construct the circuit \(\mathcal{Q}^k \mathcal{A} |0\rangle\).
The A operator is the unitary specifying the QAE problem and Q the associated Grover operator.
- Parámetros
estimation_problem (EstimationProblem) – The estimation problem for which to construct the QAE circuit.
k (int) – The power of the Q operator.
measurement (bool) – Boolean flag to indicate if measurements should be included in the circuits.
- Devuelve
The circuit implementing \(\mathcal{Q}^k \mathcal{A} |0\rangle\).
- Tipo del valor devuelto