绝热量子计算机

✍ dations ◷ 2025-02-26 05:44:31 #绝热量子计算机

绝热量子计算机 (AQC)是一种量子计算机的形式,依赖绝热理论(英语:Adiabatic theorem)进行计算 。AQC与量子退火紧密相关,甚至可认为是量子退火的一个子类。

首先要找到一个基态能够描述我们所感兴趣的问题的解的哈密顿量(这个量可能是复杂的)。接下来准备一个简单哈密顿量的系统并将其初始化至基态。最后,将该简单哈密顿量绝热演化为我们所求的复杂哈密顿量.。根据绝热理论,该系统会保持在基态,所以最终该系统所处的状态将可以描述该问题的解。绝热量子计算在多项式运算方面展示出了和传统量子计算一样的能力。

绝热量子计算的时间复杂度是指完成绝热演算所需的时间,与哈密顿量的本征能隙(谱隙)有关。具体地说,如果系统处于基态,基态与第一激发态之间的能隙提给出了演化速度的上界当谱隙很小时,演化速度也会很慢。 整个算法的运行时间可以被约束为:

T = O ( 1 g m i n 2 ) {displaystyle T=Oleft({frac {1}{g_{min}^{2}}}right)}

这里 g m i n {displaystyle g_{min}} 代表 H ( t ) {displaystyle H(t)} 的最小频谱距 。

AQC是一个可能解决量子耗散问题的方法。由于系统处于基态,外界的干涉无法使它向更低的能态移动。如果外界的能量低于基态和第一激发态的能量差,系统跃迁的高能态的可能性将相应的更低。 因此,系统可以依据需求长时间处于单系统本征态。

普遍来讲,在绝热模型中的结果依赖于量子复杂性和QMA-问题。如果k≥2, k-local的哈密顿量是QMA完备的 QMA难度的结果已知于量子比特的现实晶格模型 , 。

H = i h i Z i + i < j J i j Z i Z j + i < j K i j X i X j {displaystyle H=sum _{i}h_{i}Z_{i}+sum _{i<j}J^{ij}Z_{i}Z_{j}+sum _{i<j}K^{ij}X_{i}X_{j}}

Z , X {displaystyle Z,X} 代表泡利矩阵 σ z , σ x {displaystyle sigma _{z},sigma _{x}} .这种模型被用于通用绝热量子计算。QMA-完备问题的哈密顿量也可以被限制作用在量子比特的两维网格上或一条每个有12种状态的量子颗粒上。如果这种模型被证明是物理可行的,它们也可以用来构建通用绝热量子计算机的基础。

在实际计算中仍存在一些问题。因为哈密顿量是逐渐变化,当多个 量子比特接近一个临界点时会产生一些有趣的现象。临界点是指当基态能量很接近第一激发态时。这时,只需要添加少量的能量(来自外界环境或是由于哈密顿量的改变)就能使系统脱离基态从而破坏计算。试图加快计算速度会增加外部能量;改变量子比特的数量会使临界点处能隙变小。

Adiabatic quantum computation solves satisfiability problems and other combinatorial search problems by the process below. Generally this kind of problem is to seek for a state that satisfies C 1 C 2 C M {displaystyle C_{1}wedge C_{2}wedge cdots wedge C_{M}} .This expression contains the satisfiability of M clauses, each clause C i {displaystyle C_{i}} has the value True or False, and can involve n bits. Each bit here is a variable x j { 0 , 1 } {displaystyle x_{j}in {0,1}} so C i {displaystyle C_{i}} is a Boolean value function of x 1 , x 2 , , x n {displaystyle x_{1},x_{2},dots ,x_{n}} . QAA solves this kind of problem using quantum adiabatic evolution. It starts with an Initial Hamiltonian H B {displaystyle H_{B}} :

where H B i {displaystyle H_{B_{i}}} shows the Hamiltonian corresponding to the clause C i {displaystyle C_{i}} , usually the choice of H B i {displaystyle H_{B_{i}}} won't depend on different clauses, so only the total number of times each bit involved in all clauses matters. Then it goes through an adiabatic evolution, ending in the Problem Hamiltonian H P {displaystyle H_{P}} :

H P = C H P , C {displaystyle H_{P}=sum limits _{C}^{}H_{P,C}}

where H P , C {displaystyle H_{P,C}} is the satisfying Hamiltonian of clause C. It has eigenvalues:

h C ( z 1 C , z 2 C z n C ) = { 0 clause  C  satisfied 1 clause  C  violated {displaystyle h_{C}(z_{1C},z_{2C}dots z_{nC})={begin{cases}0&{mbox{clause }}C{mbox{ satisfied}}\1&{mbox{clause }}C{mbox{ violated}}end{cases}}}

For a simple path of Adiabatic Evolution with running time T, consider: H ( t ) = ( 1 t / T ) H B + ( t / T ) H P {displaystyle H(t)=(1-t/T)H_{B}+(t/T)H_{P}} and let s = t / T {displaystyle s=t/T} , we have: H ~ ( s ) = ( 1 s ) H B + s H P {displaystyle {tilde {H}}(s)=(1-s)H_{B}+sH_{P}} ,which is the adiabatic evolution Hamiltonian of our algorithm.

According to the adiabatic theorem, we start from the ground state of Hamiltonian H B {displaystyle H_{B}} at beginning, go through an adiabatic process, and at last ending in the ground state of problem Hamiltonian H P {displaystyle H_{P}} . Then we measure the z-component of each of the n spins in the final state, this will produce a string z 1 , z 2 , , z n {displaystyle z_{1},z_{2},dots ,z_{n}} which is highly likely to be the result of our satisfiability problem. Here the running time T must be sufficiently long to assure the correctness of result, and according to adiabatic theorem, T is about ε / g m i n 2 {displaystyle varepsilon /g_{mathrm {min} }^{2}} , where g m i n = min 0 s 1 ( E 1 ( s ) E 0 ( s ) ) {displaystyle g_{mathrm {min} }=min _{0leq sleq 1}(E_{1}(s)-E_{0}(s))} is the minimum energy gap between ground state and first excited state.

The D-Wave One is a device made by a Canadian company D-Wave Systems which describes it as doing quantum annealing. In 2011, Lockheed-Martin purchased one for about US$10 million; in May 2013, Google purchased a D-Wave Two with 512 qubits. As of now, the question of whether the D-Wave processors offer a speedup over a classical processor is still unanswered. Tests performed by researchers at Quantum Artificial Intelligence Lab (NASA), USC, ETH Zurich, and Google show that as of now, there is no evidence of a quantum advantage.

相关

  • 金文陶文 ‧ 甲骨文 ‧ 金文 ‧ 古文 ‧ 石鼓文籀文 ‧ 鸟虫书 ‧ 篆书(大篆 ‧  小篆)隶书 ‧ 楷书 ‧ 行书 ‧ 草书漆书 ‧  书法 ‧ 飞白书笔画 ‧ 
  • 锆石锆石(英语:Zircon),是一种天然矿物,化学成分为硅酸锆(Zirconium Silicate, ZrSiO4)。可含微量的铁、锰、钙、铀、钍等成分。由于铀、钍等放射性元素的存在,可使锆石的结晶程度有不同
  • 喙头目喙头目(学名:Rhynchocephalia),也称喙头蜥目,是形似蜥蜴的蜥形纲动物的一个目。今仅存楔齿蜥科下楔齿蜥属2种。1831年,喙头蜥的头骨被送至大英博物馆,因被当成一种蜥蜴,而使整个属被
  • 罗德里克·布里法罗德里克·布里法(马耳他语:Roderick Briffa;1981年8月24日-)是一位马耳他足球运动员。在场上的位置是后卫。他现在效力于马耳他足球超级联赛球队瓦莱塔足球俱乐部。他也代表马耳
  • 与谢野馨与谢野 馨(1938年8月22日-2017年5月21日),日本政治家,曾任财务大臣。与谢野出生于东京都千代田区,1963年毕业于东京大学法学部政治课程,后在中曾根康弘的介绍下进入日本原子能发电
  • 雷蒙·布东雷蒙·布东(法语:Raymond Boudon,1934年1月27日-2013年4月10日),法国社会学家。2013年4月10日,于巴黎逝世。雷蒙·布东是巴黎第四大学的教授,另参与其他多项机构:雷蒙·布东曾获得法
  • 亨多拉比岛亨多拉比岛是伊朗的岛屿,位于波斯湾,由霍尔木兹甘省负责管辖,距离伦格港133公里,面积22.8平方公里,最高点海拔高度13米,岛上人口约80。坐标:26°40′N 53°37′E / 26.667°N 53.61
  • 羊肉炉不是故意的《羊肉炉不是故意的》,台湾网络文学作品,作者为LogyDog,本姓龚。《羊肉炉不是故意的》是一部笑中带泪的“住院日志”,剧情描写一位交通大学研究生在宿舍吃羊肉炉,不小心被汤汁烫
  • 蜚蠊总科见内文蜚蠊总科(学名:Blattoidea)是蜚蠊目之下的一个分类,包含了原来等翅目的所有物种,例如约二千多个物种的白蚁(Termites)。白蚁原来被分类到等翅目,而蜚蠊目则只有蟑螂。在2007年
  • 阿普维尔阿讷博阿普维尔阿讷博(法语:Appeville-Annebault,法语发音:.mw-parser-output .IPA{font-family:"Charis SIL","Doulos SIL","Linux Libertine","Segoe UI","Lucida Sans Unicode","Code2000","Gentium","Gentium Alternative","TITUS Cyberbit Basic","Arial Unicode MS","IPAPANNEW","Chrysanth