qiskit.algorithms.MaximumLikelihoodAmplitudeEstimation.construct_circuits¶
- MaximumLikelihoodAmplitudeEstimation.construct_circuits(estimation_problem, measurement=False)[source]¶
Construct the Amplitude Estimation w/o QPE quantum circuits.
- Paramètres
estimation_problem (
EstimationProblem
) – The estimation problem for which to construct the QAE circuit.measurement (
bool
) – Boolean flag to indicate if measurement should be included in the circuits.
- Type renvoyé
List
[QuantumCircuit
]- Renvoie
A list with the QuantumCircuit objects for the algorithm.