Convergence and Accuracy
Approximation Error
The Taylor approximation of order 2u+1 leads to a maximal approximation error for equation
to
for all y\in [0,1].Using amplitude estimation to estimate \mathbb{E}[c(f(x) - \frac{1}{2}) + \frac{1}{2}] leads to a maximal error
where we ignore the higher order terms in the follwoing. Also, \pi/M is the QAE resolution limit, \frac{c^{2u+3}}{(2u+3)2^{u+1}} is the polynomial approximation error, and O(\cdot) is the higher-order terms. Since our estimation uses cf(x), we have to consider the scaled error c\epsilon, where \epsilon>0 denotes the resulting estimation error for \mathbb{E}[f(X)]. Therefore,
leads to
By minimizing the number of required M (M is the number of quantum queries or evaluation steps used in amplitude estimation) to achieve a target error \epsilon, resulting in c^{*} = \sqrt{2}\epsilon^{\frac{1}{2u+2}}. Plugging c^{*} back to above equation gives
From formula
we wants to minimize the error, which the first error is QAE error and the second one is Taylor truncation error. By setting these two the same,
we know that c \varpropto M^{\frac{-1}{2u+3}}. Since we already know that Quantum Amplitude Estimation has a error of
therefore,
For u = 0, we get O(M^{-\frac{2}{3}}), which is already better than the classical convergence rate of O(M^{-\frac{1}{2}}). As u increase, we can get the convergence rate of nearly O(M^{-1}).
Variance
When we evaluate variance \text{Var}(X) = \mathbb{E}[X^{2}] - \mathbb{E}[X]^{2}, we apply the same idea but using \text{sin}^{2}(y) \varpropto y^{2}. The resulting convergence rate is again equal to O(M^{-\frac{2u+2}{2u+3}}).