QMA

From Wikipedia, the free encyclopedia

Template:Short description Script error: No such module "about".

QMA, as an abbreviation for Quantum Merlin Arthur, refers to a complexity class in computational complexity theory. It is the set of all formal languages that satisfy the following properties:

  1. If a string is in the language, then there is a polynomial-size quantum proof (representable as a quantum state) that convinces a polynomial-time quantum verifier (running on a quantum computer) of this fact with high probability.
  2. If a string is not in the language, every polynomial-size quantum state is rejected by the verifier with high probability.

The relationship between QMA and BQP is analogous to the relationship between the complexity classes NP and P. It is also analogous to the relationship between the probabilistic complexity classes MA and BPP.

QAM is a related complexity class, in which fictional agents Arthur and Merlin carry out the sequence: Arthur generates a random string, Merlin answers with a quantum certificate and Arthur verifies it as a BQP machine.

Definition

A language L is in 𝖰𝖬𝖠(c,s) if there exists a polynomial time quantum verifier V and a polynomial p(x) such that:[1][2][3]

  • βˆ€x∈L, there exists a quantum state |ψ⟩ such that the probability that V accepts the input (|x⟩,|ψ⟩) is greater than c.
  • βˆ€xβˆ‰L, and for all quantum states |ψ⟩ with at most p(|x|) qubits, the probability that V accepts the input (|x⟩,|ψ⟩) is less than s.

The complexity class 𝖰𝖬𝖠 is defined to be equal to 𝖰𝖬𝖠(2/3,1/3). However, the constants are not too important since the class remains unchanged if c and s are set to any constants such that c is greater than s. Moreover, for any polynomials q(n) and r(n), we have

𝖰𝖬𝖠(23,13)=𝖰𝖬𝖠(12+1q(n),12βˆ’1q(n))=𝖰𝖬𝖠(1βˆ’2βˆ’r(n),2βˆ’r(n)).

Problems in QMA

Since many interesting classes are contained in QMA, such as P, BQP and NP, all problems in those classes are also in QMA. However, there are problems that are in QMA but not known to be in NP or BQP. Some such well known problems are discussed below.

A problem is said to be QMA-hard, analogous to NP-hard, if every problem in QMA can be reduced to it. A problem is said to be QMA-complete if it is QMA-hard and in QMA.

The local Hamiltonian problem

A k-local Hamiltonian (quantum mechanics) H is a Hermitian matrix acting on n qubits which can be represented as the sum of m Hamiltonian Terms acting upon at most k qubits each.

H=βˆ‘i=1mHi

The general k-local Hamiltonian problem is, given a k-local Hamiltonian H, to find the smallest eigenvalue Ξ» of H.[4] Ξ» is also called the ground state energy of the Hamiltonian.

The decision version of the k-local Hamiltonian problem is a type of promise problem and is defined as, given a k-local Hamiltonian and Ξ±,Ξ² where Ξ±>Ξ², to decide if there exists a quantum eigenstate |ψ⟩ of H with associated eigenvalue Ξ», such that λ≀β or if Ξ»β‰₯Ξ±.

The local Hamiltonian problem is the quantum analogue of MAX-SAT. The k-local Hamiltonian problem is QMA-complete for k β‰₯ 2.[5]

The 2-local Hamiltonian problem restricted to act on a two dimensional grid of qubits, is also QMA-complete.[6] It has been shown that the k-local Hamiltonian problem is still QMA-hard even for Hamiltonians representing a 1-dimensional line of particles with nearest-neighbor interactions with 12 states per particle.[7] If the system is translationally-invariant, its local Hamiltonian problem becomes QMAEXP-complete (as the problem input is encoded in the system size, the verifier now has exponential runtime while maintaining the same promise gap).[8][9]

QMA-hardness results are known for simple lattice models of qubits such as the ZX Hamiltonian [10] HZX=βˆ‘ihiZi+βˆ‘iΞ”iXi+βˆ‘i<jJijZiZj+βˆ‘i<jKijXiXj where Z,X represent the Pauli matrices Οƒz,Οƒx. Such models are applicable to universal adiabatic quantum computation.

k-local Hamiltonians problems are analogous to classical Constraint Satisfaction Problems.[11] The following table illustrates the analogous gadgets between classical CSPs and Hamiltonians.

Classical Quantum Notes
Constraint Satisfaction Problem Hamiltonian
Variable Qubit
Constraint Hamiltonian Term
Variable Assignment Quantum state
Number of constraints satisfied Hamiltonian's energy term
Optimal Solution Hamiltonian's ground state The most possible constraints satisfied

Other QMA-complete problems

A list of known QMA-complete problems can be found at https://arxiv.org/abs/1212.6312.

QCMA (or MQA[2]), which stands for Quantum Classical Merlin Arthur (or Merlin Quantum Arthur), is similar to QMA, but the proof has to be a classical string. It is not known whether QMA equals QCMA, although QCMA is clearly contained in QMA.

QIP(k), which stands for Quantum Interactive Polynomial time (k messages), is a generalization of QMA where Merlin and Arthur can interact for k rounds. QMA is QIP(1). QIP(2) is known to be in PSPACE.[12]

QIP is QIP(k) where k is allowed to be polynomial in the number of qubits. It is known that QIP(3) = QIP.[13] It is also known that QIP = IP = PSPACE.[14]

Relationship to other classes

QMA is related to other known complexity classes by the following relations:

π–―βŠ†π–­π–―βŠ†π–¬π– βŠ†π–°π–’π–¬π– βŠ†π–°π–¬π– βŠ†π–―π–―βŠ†π–―π–²π–―π– π–’π–€

The first inclusion follows from the definition of NP. The next two inclusions follow from the fact that the verifier is being made more powerful in each case. QCMA is contained in QMA since the verifier can force the prover to send a classical proof by measuring proofs as soon as they are received. The fact that QMA is contained in PP was shown by Alexei Kitaev and John Watrous. PP is also easily shown to be in PSPACE.

It is unknown if any of these inclusions is unconditionally strict, as it is not even known whether P is strictly contained in PSPACE or P = PSPACE. However, the currently best known upper bounds on QMA are[15][16]

π–°π–¬π– βŠ†π– πŸ’π–―π–― and π–°π–¬π– βŠ†π–―π–°π–¬π– [π—…π—ˆπ—€],

where both π– πŸ’π–―π–― and 𝖯𝖰𝖬𝖠[π—…π—ˆπ—€] are contained in 𝖯𝖯. It is unlikely that 𝖰𝖬𝖠 equals 𝖯𝖰𝖬𝖠[π—…π—ˆπ—€], as this would imply 𝖰𝖬𝖠=π–Όπ—ˆ-𝖰𝖬𝖠. It is unknown whether 𝖯𝖰𝖬𝖠[π—…π—ˆπ—€]βŠ†π– πŸ’π–―π–― or vice versa.

References

Page Template:Reflist/styles.css has no content.

  1. ^ Page Module:Citation/CS1/styles.css has no content.Aharonov, Dorit; Naveh, Tomer (2002). "Quantum NP – A Survey". arXiv:quant-ph/0210077v1.
  2. ^ a b Page Module:Citation/CS1/styles.css has no content.Watrous, John (2009). "Quantum Computational Complexity". In Meyers, Robert A. (ed.). Encyclopedia of Complexity and Systems Science. pp. 7174–7201. arXiv:0804.3401. doi:10.1007/978-0-387-30440-3_428. ISBN 978-0-387-75888-6. S2CID 1380135.
  3. ^ Page Module:Citation/CS1/styles.css has no content.Gharibian, Sevag; Huang, Yichen; Landau, Zeph; Shin, Seung Woo (2015). "Quantum Hamiltonian Complexity". Foundations and Trends in Theoretical Computer Science. 10 (3): 159–282. arXiv:1401.3916. doi:10.1561/0400000066. S2CID 47494978.
  4. ^ Page Module:Citation/CS1/styles.css has no content.O'Donnel, Ryan. "Lecture 24: QMA: Quantum Merlin Arthur" (PDF). Retrieved 18 April 2021.
  5. ^ Page Module:Citation/CS1/styles.css has no content.Kempe, Julia; Kitaev, Alexei; Regev, Oded (2006). "The complexity of the local Hamiltonian problem". SIAM Journal on Computing. 35 (5): 1070–1097. arXiv:quant-ph/0406180v2. doi:10.1137/S0097539704445226..
  6. ^ Page Module:Citation/CS1/styles.css has no content.Oliveira, Roberto; Terhal, Barbara M. (2008). "The complexity of quantum spin systems on a two-dimensional square lattice". Quantum Information and Computation. 8 (10): 900–924. arXiv:quant-ph/0504050. Bibcode:2005quant.ph..4050O. doi:10.26421/QIC8.10-2. S2CID 3262293.
  7. ^ Page Module:Citation/CS1/styles.css has no content.Aharonov, Dorit; Gottesman, Daniel; Irani, Sandy; Kempe, Julia (2009). "The power of quantum systems on a line". Communications in Mathematical Physics. 287 (1): 41–65. arXiv:0705.4077. Bibcode:2009CMaPh.287...41A. doi:10.1007/s00220-008-0710-3. S2CID 1916001.
  8. ^ Page Module:Citation/CS1/styles.css has no content.Aharonov, Dorit; Gottesman, Daniel; Irani, Sandy; Kempe, Julia (1 April 2009). "The Power of Quantum Systems on a Line". Communications in Mathematical Physics. 287 (1): 41–65. arXiv:0705.4077. Bibcode:2009CMaPh.287...41A. CiteSeerX 10.1.1.320.7377. doi:10.1007/s00220-008-0710-3. S2CID 1916001.
  9. ^ Page Module:Citation/CS1/styles.css has no content.Bausch, Johannes; Cubitt, Toby; Ozols, Maris (November 2017). "The Complexity of Translationally Invariant Spin Chains with Low Local Dimension". Annales Henri PoincarΓ©. 18 (11): 3449–3513. arXiv:1605.01718. Bibcode:2017AnHP...18.3449B. doi:10.1007/s00023-017-0609-7.
  10. ^ Page Module:Citation/CS1/styles.css has no content.Biamonte, Jacob; Love, Peter (2008). "Realizable Hamiltonians for universal adiabatic quantum computers". Physical Review A. 78 (1) 012352. arXiv:0704.1287. Bibcode:2008PhRvA..78a2352B. doi:10.1103/PhysRevA.78.012352. S2CID 9859204..
  11. ^ Page Module:Citation/CS1/styles.css has no content.Yuen, Henry. "The Complexity of Entanglement" (PDF). henryyuen.net. Archived from the original (PDF) on 28 February 2025. Retrieved 20 April 2021.
  12. ^ Page Module:Citation/CS1/styles.css has no content.Jain, Rahul; Upadhyay, Sarvagya; Watrous, John (2009). "Two-message quantum interactive proofs are in PSPACE". Proceedings of the 50th Annual IEEE Symposium on Foundations of Computer Science (FOCS '09). IEEE Computer Society. pp. 534–543. arXiv:0905.1300. doi:10.1109/FOCS.2009.30. ISBN 978-0-7695-3850-1. S2CID 6869749.
  13. ^ Page Module:Citation/CS1/styles.css has no content.Watrous, John (2003). "PSPACE has constant-round quantum interactive proof systems". Theoretical Computer Science. 292 (3): 575–588. doi:10.1016/S0304-3975(01)00375-9.
  14. ^ Page Module:Citation/CS1/styles.css has no content.Jain, Rahul; Ji, Zhengfeng; Upadhyay, Sarvagya; Watrous, John (2011). "QIP = PSPACE". Journal of the ACM. 58 (6): A30. doi:10.1145/2049697.2049704. S2CID 265099379.
  15. ^ Page Module:Citation/CS1/styles.css has no content.Vyalyi, Mikhail N. (2003). "QMA = PP implies that PP contains PH". Electronic Colloquium on Computational Complexity.
  16. ^ Page Module:Citation/CS1/styles.css has no content.Gharibian, Sevag; Yirka, Justin (2019). "The complexity of simulating local measurements on quantum systems". Quantum. 3 189. arXiv:1606.05626. Bibcode:2019Quant...3..189G. doi:10.22331/q-2019-09-30-189.

Lua error in package.lua at line 80: module 'Module:Navbox/configuration' not found. Template:ComplexityClasses