绝热量子计算机

✍ dations ◷ 2025-11-28 21:31:29 #绝热量子计算机

绝热量子计算机 (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.

相关

  • 大气层大气层,均源自及也许是一层受到重力吸引聚拢在拥有巨大质量天体周围的气体,而如果重力够大且气体的温度够低,就能长期保留住。有些行星拥有许多不同的主要气体,并且有非常深厚的
  • 小雨蛙Microhyla eremita Barbour, 1920小雨蛙(学名:Microhyla fissipes)为姬蛙科姬蛙属的两栖动物,分布范围从中国南部和中部到马来半岛和台湾. 以往与南亚的饰纹姬蛙(Microhyla ornat
  • 苏格兰地区BBC苏格兰(BBC Scotland,盖尔语:BBC Alba)是英国广播公司(BBC)在苏格兰的分支机构,提供广播和电视服务。BBC苏格兰雇佣有大约1,250名员工,并且制作15,000小时的节目在苏格兰和英国其
  • 中央委员会朝鲜民主主义人民共和国主题朝鲜劳动党中央委员会(韩语:조선로동당 중앙위원회)是朝鲜劳动党的中央权力机构,经朝鲜劳动党代表大会或党代表会议选举产生。中央委员会由中央政治
  • 中岛美嘉中岛美嘉(1983年2月19日-)是日本歌手与演员,鹿儿岛县日置市伊集院町出身,所属经纪公司为True Project(日语:ケイダッシュ),所属唱片公司则为日本索尼音乐娱乐。中岛美嘉于2001年以主
  • 方舒方舒(1957年9月8日-),1980年代中国大陆知名女演员、主持人。童星出身,7岁时便出演了电影《烈火中永生》中小萝卜头一角。1976年中学毕业后借调倒北京电影制片厂工作,1978年考入北
  • 王铁彬王铁彬(1918年12月9日-2020年9月22日),四川重庆人,中国电影化妆师,中国电影家协会会员。1918年生于重庆的一个农民家庭。1939年入中国电影制片厂学习化妆,师从辛汉文。期间也在中华
  • 约翰内斯·尼古劳斯·布仑斯惕约翰内斯·尼古劳斯·布仑斯惕(丹麦语:Johannes Nicolaus Brønsted,丹麦语发音: .mw-parser-output .IPA{font-family:"Charis SIL","Doulos SIL","Linux Libertine","Segoe
  • 天主教乌穆阿拉马教区天主教乌穆阿拉马教区(拉丁语:Dioecesis Umuaramensis;葡萄牙语:Diocese de Umuarama),是巴西一个天主教教区,位于巴拉那州西北部,包括三十个市。此教区属马林加总教区。教区成立于1
  • 天钿女命天钿女命(あまのうずめ の みこと)为《日本书纪》里的记述,《古事记》则记作天宇受卖命,她是日本神话里出现的女神,别名为宫比神(ミヤビノカミ)、大宫能卖命(オホミヤノメノミコト)。依据“天磐户”的神话故事,由于素戋呜尊胡作非为,气得天照大神躲入天磐户,顿时世界陷入一片漆黑。八百万神聚集在天安河边共商,思兼神招来长鸣鸟在洞口长鸣;命天手力男神立于磐户之侧;命天儿屋命、布刀玉命挖掘天香山之五百个真阪树,上枝悬八阪琼之五百个御统、中枝悬八咫镜、下枝悬青、白和币;并命天钿女命手持竹叶、站在倒放的桶子上跳舞。因为跳