QMA

From HandWiki
Short description: Quantum Merlin Arthur


In computational complexity theory, QMA, which stands for Quantum Merlin Arthur, is the set of languages for which, when a string is in the language, there is a polynomial-size quantum proof (a quantum state) that convinces a polynomial time quantum verifier (running on a quantum computer) of this fact with high probability. Moreover, when the 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 complexity classes NP and P[citation needed]. It is also analogous to the relationship between the probabilistic complexity class MA and BPP[citation needed].

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 [math]\displaystyle{ \mathsf{QMA}(c,s) }[/math] if there exists a polynomial time quantum verifier V and a polynomial [math]\displaystyle{ p(x) }[/math] such that:[1][2][3]

  • [math]\displaystyle{ \forall x \in L }[/math], there exists a quantum state [math]\displaystyle{ |\psi\rangle }[/math] such that the probability that V accepts the input [math]\displaystyle{ (|x\rangle, |\psi\rangle) }[/math] is greater than c.
  • [math]\displaystyle{ \forall x \notin L }[/math], for all quantum states [math]\displaystyle{ |\psi\rangle }[/math], the probability that V accepts the input [math]\displaystyle{ (|x\rangle, |\psi\rangle) }[/math] is less than s.

where [math]\displaystyle{ |\psi\rangle }[/math] ranges over all quantum states with at most [math]\displaystyle{ p(|x|) }[/math] qubits.

The complexity class [math]\displaystyle{ \mathsf{QMA} }[/math] is defined to be equal to [math]\displaystyle{ \mathsf{QMA}({2}/{3},1/3) }[/math]. 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 [math]\displaystyle{ q(n) }[/math] and [math]\displaystyle{ r(n) }[/math], we have

[math]\displaystyle{ \mathsf{QMA}\left(\frac{2}{3},\frac{1}{3}\right) =\mathsf{QMA}\left(\frac{1}{2}+\frac{1}{q(n)},\frac{1}{2}-\frac{1}{q(n)}\right)=\mathsf{QMA}(1-2^{-r(n)},2^{-r(n)}) }[/math].

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) [math]\displaystyle{ H }[/math] is a Hermitian matrix acting on n qubits which can be represented as the sum of [math]\displaystyle{ m }[/math] Hamiltonian Terms acting upon at most [math]\displaystyle{ k }[/math] qubits each.

[math]\displaystyle{ H = \sum_{i=1}^m H_i }[/math]

The general k-local Hamiltonian problem is, given a k-local Hamiltonian [math]\displaystyle{ H }[/math], to find the smallest eigenvalue [math]\displaystyle{ \lambda }[/math] of [math]\displaystyle{ H }[/math].[4] [math]\displaystyle{ \lambda }[/math] 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 [math]\displaystyle{ \alpha, \beta }[/math] where [math]\displaystyle{ \alpha \gt \beta }[/math], to decide if there exists a quantum eigenstate [math]\displaystyle{ |\psi\rangle }[/math] of [math]\displaystyle{ H }[/math] with associated eigenvalue [math]\displaystyle{ \lambda }[/math], such that [math]\displaystyle{ \lambda \leq \beta }[/math] or if [math]\displaystyle{ \lambda \geq \alpha }[/math].

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] [math]\displaystyle{ H_{ZX} = \sum_{i}h_i Z_i + \sum_{i} \Delta_i X_i + \sum_{i\lt j}J^{ij}Z_iZ_j + \sum_{i\lt j}K^{ij}X_iX_j }[/math] where [math]\displaystyle{ Z, X }[/math] represent the Pauli matrices [math]\displaystyle{ \sigma_z, \sigma_x }[/math]. 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.

Related classes

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:

[math]\displaystyle{ \mathsf{P} \subseteq \mathsf{NP} \subseteq \mathsf{MA} \subseteq \mathsf{QCMA} \subseteq \mathsf{QMA}\subseteq \mathsf{PP} \subseteq \mathsf{PSPACE} }[/math]

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]

[math]\displaystyle{ \mathsf{QMA}\subseteq\mathsf{A_0PP} }[/math] and [math]\displaystyle{ \mathsf{QMA}\subseteq\mathsf{P^{QMA[log]}} }[/math],

where both [math]\displaystyle{ \mathsf{A_0PP} }[/math] and [math]\displaystyle{ \mathsf{P^{QMA[log]}} }[/math] are contained in [math]\displaystyle{ \mathsf{PP} }[/math]. It is unlikely that [math]\displaystyle{ \mathsf{QMA} }[/math] equals [math]\displaystyle{ \mathsf{P^{QMA[log]}} }[/math], as this would imply [math]\displaystyle{ \mathsf{QMA}=\mathsf{co} }[/math]-[math]\displaystyle{ \mathsf{QMA} }[/math]. It is unknown whether [math]\displaystyle{ \mathsf{P^{QMA[log]}}\subseteq\mathsf{A_0PP} }[/math] or vice versa.

References

  1. Aharonov, Dorit; Naveh, Tomer (2002). "Quantum NP – A Survey". arXiv:quant-ph/0210077v1.
  2. 2.0 2.1 Watrous, John (2009). "Quantum Computational Complexity". in Meyers, Robert A.. Encyclopedia of Complexity and Systems Science. pp. 7174–7201. doi:10.1007/978-0-387-30440-3_428. ISBN 978-0-387-75888-6. 
  3. Gharibian, Sevag; Huang, Yichen; Landau, Zeph; Shin, Seung Woo (2015). "Quantum Hamiltonian Complexity". Foundations and Trends in Theoretical Computer Science 10 (3): 159–282. doi:10.1561/0400000066. 
  4. O'Donnel, Ryan. "Lecture 24: QMA: Quantum Merlin Arthur". https://www.cs.cmu.edu/~odonnell/quantum15/lecture24.pdf. 
  5. Kempe, Julia; Kitaev, Alexei; Regev, Oded (2006). "The complexity of the local Hamiltonian problem". SIAM Journal on Computing 35 (5): 1070–1097. doi:10.1137/S0097539704445226. .
  6. 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. doi:10.26421/QIC8.10-2. Bibcode2005quant.ph..4050O. 
  7. Aharonov (2009). "The power of quantum systems on a line". Communications in Mathematical Physics 287 (1): 41–65. doi:10.1007/s00220-008-0710-3. Bibcode2009CMaPh.287...41A. 
  8. 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. doi:10.1007/s00220-008-0710-3. 
  9. 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. doi:10.1007/s00023-017-0609-7. 
  10. Biamonte, Jacob; Love, Peter (2008). "Realizable Hamiltonians for universal adiabatic quantum computers". Physical Review A 78 (1): 012352. doi:10.1103/PhysRevA.78.012352. Bibcode2008PhRvA..78a2352B. .
  11. Yuen, Henry. "The Complexity of Entanglement". http://henryyuen.net/fall2020/complexity_of_entanglement_notes.pdf. 
  12. 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. doi:10.1109/FOCS.2009.30. ISBN 978-0-7695-3850-1. 
  13. 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. Jain, Rahul; Ji, Zhengfeng; Upadhyay, Sarvagya; Watrous, John (2011). "QIP = PSPACE". Journal of the ACM 58 (6): A30. doi:10.1145/2049697.2049704. 
  15. Vyalyi, Mikhail N. (2003). "QMA = PP implies that PP contains PH". Electronic Colloquium on Computational Complexity. https://eccc.weizmann.ac.il/eccc-reports/2003/TR03-021/index.html. 
  16. Gharibian, Sevag; Yirka, Justin (2019). "The complexity of simulating local measurements on quantum systems". Quantum 3: 189. doi:10.22331/q-2019-09-30-189. 

External links