Skip to main content
QUICK REVIEW

[论文解读] Quantum adiabatic optimization without heuristics

Michael Jarret, Brad Lackey|arXiv (Cornell University)|Oct 10, 2018
Quantum Computing Algorithms and Architecture参考文献 24被引用 4
一句话总结

本文提出了一种非启发式的量子绝热优化算法,可在无需事先了解谱隙的情况下自动确定最优退火路径和运行时间。通过使用谱隙预言机动态调整调度,该算法在高成功概率下实现了 $\widetilde{\mathcal{O}}(\epsilon^{-1}[\sqrt{|\mathcal{V}|} + (\kappa-1)^{2/3}|\mathcal{V}|^{2/3}])$ 的运行时间,在谱比 $\kappa \approx 1$ 时恢复了类似 Grover 的加速。该方法严谨、自适应,避免了对时间参数或路径的启发式调优。

ABSTRACT

Quantum adiabatic optimization (QAO) is performed using a time-dependent Hamiltonian $H(s)$ with spectral gap $γ(s)$. Assuming the existence of an oracle $Γ$ such that $γ_\min = Θ\left(\min_sΓ(s) ight)$, we provide an algorithm that reliably performs QAO in time $O\left(γ_\min^{-1} ight)$ with $O\left(\log(γ_\min^{-1}) ight)$ oracle queries, where $γ_\min = \min_s γ(s)$. Our strategy is not heuristic and does not require guessing time parameters or annealing paths. Rather, our algorithm naturally produces an annealing path such that $\|dH/ds\| \approx γ(s)$ and chooses its own runtime to be as close as possible to optimal while promising convergence to the ground state. We then demonstrate the feasibility of this approach in practice by explicitly constructing a gap oracle $Γ$ for the problem of finding the minimum point $m = \mathrm{argmin}_u W(u)$ of the cost function $W:\mathcal{V}\longrightarrow [0,1]$, restricting ourselves to computational basis measurements and driving Hamiltonian $H(0)=I - |\mathcal{V}|^{-1}\sum_{u,v \in \mathcal{V}}\vert{u} angle\langle{v}\vert$. Requiring only that $W$ have a constant lower bound on its spectral gap and upper bound $κ$ on its spectral ratio, our QAO algorithm returns $m$ with probability $(1-ε)(1-e^{-1/ε})$ in time $\widetilde{\mathcal{O}}(ε^{-1}[\sqrt{|\mathcal{V}|} + (κ-1)^{2/3}|\mathcal{V}|^{2/3}])$. This achieves a quantum advantage for all $κ$, and recovers Grover scaling up to logarithmic factors when $κ\approx 1$. We implement the algorithm as a subroutine in an optimization procedure that produces $m$ with exponentially small failure probability and expected runtime $\widetilde{\mathcal{O}}(ε^{-1}[\sqrt{|\mathcal{V}|} + (κ-1)^{2/3}|\mathcal{V}|^{2/3}])$ even when $κ$ is not known beforehand.

研究动机与目标

  • 开发一种严谨的、非启发式的量子绝热优化框架,避免依赖对时间参数或退火路径的猜测。
  • 解决绝热量子算法中谱隙估计这一长期挑战,其中通常难以获得解析边界。
  • 设计一种算法,基于来自谱隙预言机的实时反馈自适应地构建退火路径和运行时间,确保收敛至基态。
  • 通过在谱比 $\kappa$ 有界的完全图上构造最小值查找问题的显式谱隙预言机,证明其实际可行性。
  • 即使在 $\kappa$ 事先未知的情况下,也能实现优化问题的量子加速,失败概率指数级小,且运行时间接近最优。

提出的方法

  • 该算法称为迟钝绝热算法(Bashful Adiabatic Algorithm, BAA),使用谱隙预言机 $\Gamma(s)$,使得 $\gamma(s) = \Theta(\Gamma(s))$,其中 $\gamma(s)$ 是时变哈密顿量 $H(s)$ 的谱隙。
  • 它通过确保 $\|dH/ds\| \approx \gamma(s)$ 动态构建退火路径,从而自然地平衡变化速率与局部谱隙大小。
  • 该算法使用 FindRoot 函数定位最小谱隙,使用 FinishSchedule 函数根据谱隙预言机的反馈确定最优运行时间。
  • 它利用完全图上的谱图论推导出切比雪夫常数 $h_{\{m\}}$ 的边界,该常数与谱隙相关,从而支持谱隙预言机的构建。
  • 该方法依赖于微扰界和量子绝热定理的变体,以确保以高概率收敛至基态。
  • 通过优化子程序,在 $\kappa$ 未知时也能实现指数级小的失败概率,方法是通过预言机迭代优化调度。

实验结果

研究问题

  • RQ1能否设计一种不依赖对时间参数或退火路径的启发式选择的量子绝热优化算法?
  • RQ2如何为谱比 $\kappa$ 有界的完全图上的最小值查找问题显式构造谱隙预言机?
  • RQ3当谱隙未知但可通过预言机有界时,非启发式绝热算法的最优运行时间量级是什么?
  • RQ4当谱比 $\kappa \approx 1$ 时,该算法是否能实现至对数因子的类似 Grover 的加速?
  • RQ5能否设计一种自适应、自调优的绝热算法,以高概率保证收敛至基态并实现最小运行时间?

主要发现

  • 该算法在概率 $(1-\epsilon)(1-e^{-1/\epsilon})$ 下找到最小点 $m$ 的运行时间为 $\widetilde{\mathcal{O}}(\epsilon^{-1}[\sqrt{|\mathcal{V}|} + (\kappa-1)^{2/3}|\mathcal{V}|^{2/3}])$,对所有 $\kappa$ 均展现出量子优势。
  • 当 $\kappa \approx 1$ 时,运行时间恢复至对数因子的 Grover 缩放,实现了无结构搜索的最优量子加速。
  • 该算法保证以高概率收敛至基态,且可调整以实现即使 $\kappa$ 未知时也指数级小的失败概率。
  • 谱隙预言机 $\Gamma(s)$ 通过完全图上的谱图论显式构造,利用切比雪夫不等式和对切比雪夫常数 $h_{\{m\}}$ 的边界。
  • 该算法的运行时间为 $\mathcal{O}(\gamma_{\min}^{-1})$,需 $\mathcal{O}(\log(\gamma_{\min}^{-1}))$ 次预言机查询,其中 $\gamma_{\min} = \min_s \gamma(s)$,表明其近乎最优。
  • 该方法避免了启发式路径选择,而是动态生成退火路径,使得 $\|dH/ds\| \approx \gamma(s)$,从而确保演化速度与绝热性之间的最优权衡。

更好的研究,从现在开始

从阅读论文到最终审阅,大幅缩短您的研究时间。

无需绑定信用卡

本解读由 AI 生成,并经人工编辑审核。