qiskit.algorithms.FasterAmplitudeEstimation.construct_circuit¶
- FasterAmplitudeEstimation.construct_circuit(estimation_problem, k, measurement=False)[ソース]¶
Construct the circuit \(Q^k X |0\rangle>\).
The A operator is the unitary specifying the QAE problem and Q the associated Grover operator.
- パラメータ
estimation_problem (
EstimationProblem
) – The estimation problem for which to construct the circuit.k (
int
) – The power of the Q operator.measurement (
bool
) – Boolean flag to indicate if measurements should be included in the circuits.
- 戻り値の型
Union
[QuantumCircuit
,Tuple
[QuantumCircuit
,List
[int
]]]- 戻り値
The circuit \(Q^k X |0\rangle\).