BQP

From Infogalactic: the planetary knowledge core
Jump to: navigation, search
Question dropshade.png Open problem in computer science:
What is the relationship between BQP and NP?
(more open problems in computer science)
The suspected relationship of BQP to other problem spaces[1]

In computational complexity theory, BQP (bounded error quantum polynomial time) is the class of decision problems solvable by a quantum computer in polynomial time, with an error probability of at most 1/3 for all instances. It is the quantum analogue of the complexity class BPP.

In other words, there is an algorithm for a quantum computer (a quantum algorithm) that solves the decision problem with high probability and is guaranteed to run in polynomial time. On any given run of the algorithm, it has a probability of at most 1/3 that it will give the wrong answer.

Similarly to other "bounded error" probabilistic classes the choice of 1/3 in the definition is arbitrary. We can run the algorithm a constant number of times and take a majority vote to achieve any desired probability of correctness less than 1, using the Chernoff bound. Detailed analysis shows that the complexity class is unchanged by allowing error as high as 1/2 − nc on the one hand, or requiring error as small as 2nc on the other hand, where c is any positive constant, and n is the length of input.

Definition

BQP can also be viewed as a bounded-error uniform family of quantum circuits. A language L is in BQP if and only if there exists a polynomial-time uniform family of quantum circuits \{Q_n:n \in \mathbb{N}\}, such that

  • For all n \in \mathbb{N}, Qn takes n qubits as input and outputs 1 bit
  • For all x in L, \mathrm{Pr}(Q_{|x|}(x)=1)\geq \tfrac{2}{3}
  • For all x not in L, \mathrm{Pr}(Q_{|x|}(x)=0)\geq  \tfrac{2}{3}

Quantum computation

The number of qubits in the computer is allowed to be a polynomial function of the instance size. For example, algorithms are known for factoring an n-bit integer using just over 2n qubits (Shor's algorithm).

Usually, computation on a quantum computer ends with a measurement. This leads to a collapse of quantum state to one of the basis states. It can be said that the quantum state is measured to be in the correct state with high probability.

Quantum computers have gained widespread interest because some problems of practical interest are known to be in BQP, but suspected to be outside P. Some prominent examples are:

Relationship to other complexity classes

This class is defined for a quantum computer and its natural corresponding class for an ordinary computer (or a Turing machine plus a source of randomness) is BPP. Just like P and BPP, BQP is low for itself, which means BQPBQP = BQP. Informally, this is true because polynomial time algorithms are closed under composition. If a polynomial time algorithm calls as a subroutine polynomially many polynomial time algorithms, the resulting algorithm is still polynomial time.

BQP contains P and BPP and is contained in AWPP,[3] PP[4] and PSPACE.[5] In fact, BQP is low for PP, meaning that a PP machine achieves no benefit from being able to solve BQP problems instantly, an indication of the possible difference in power between these similar classes.

\mathbf{P} \subseteq \mathbf{BPP} \subseteq \mathbf{BQP}\subseteq \mathbf{AWPP} \subseteq \mathbf{PP} \subseteq \mathbf{PSPACE}

As the problem of PPSPACE has not yet been solved, the proof of inequality between BQP and classes mentioned above is supposed to be difficult.[5] The relation between BQP and NP is not known.

Adding postselection to BQP results in the complexity class PostBQP which is equal to PP.[6][7]

References

  1. Michael Nielsen and Isaac Chuang (2000). Quantum Computation and Quantum Information. Cambridge: Cambridge University Press. ISBN 0-521-63503-9.
  2. 2.0 2.1 arXiv:quant-ph/9508027v2 Polynomial-Time Algorithms for Prime Factorization and Discrete Logarithms on a Quantum Computer, Peter W. Shor
  3. Lua error in package.lua at line 80: module 'strict' not found.
  4. L. Adleman, J. DeMarrais, and M.-D. Huang. Quantum computability. SIAM J. Comput., 26(5):1524–1540, 1997.
  5. 5.0 5.1 Bernstein and Vazirani, Quantum complexity theory, SIAM Journal on Computing, 26(5):1411-1473, 1997. [1]
  6. Lua error in package.lua at line 80: module 'strict' not found.. Preprint available at [2]
  7. Lua error in package.lua at line 80: module 'strict' not found.