French
Languages
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

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.

Renvoie

A list with the QuantumCircuit objects for the algorithm.

Type renvoyé

list[QuantumCircuit]