QMA

Quantum Merlin Arthur From Wikipedia, the free encyclopedia

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 if there exists a polynomial time quantum verifier V and a polynomial such that:[1][2][3]

  • , there exists a quantum state such that the probability that V accepts the input is greater than c.
  • , and for all quantum states with at most qubits, the probability that V accepts the input is less than s.

The complexity class is defined to be equal to . 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 and , we have

.

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) is a Hermitian matrix acting on n qubits which can be represented as the sum of Hamiltonian Terms acting upon at most qubits each.

The general k-local Hamiltonian problem is, given a k-local Hamiltonian , to find the smallest eigenvalue of .[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 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] where represent the Pauli matrices . 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.

More information Classical, Quantum ...
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
Close

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

Related Articles

Wikiwand AI