MaximumLikelihoodAmplitudeEstimation.construct_circuits

MaximumLikelihoodAmplitudeEstimation.construct_circuits(measurement=False)[source]

Construct the Amplitude Estimation w/o QPE quantum circuits.

Parameters

measurement (bool) – Boolean flag to indicate if measurement should be included in the circuits.

Return type

List[QuantumCircuit]

Returns

A list with the QuantumCircuit objects for the algorithm.