- BQP
In
computational complexity theory BQP stands for "Bounded error, Quantum, Polynomial time". It denotes the class ofdecision problems solvable by aquantum computer in polynomial time, with an error probability of at most 1/3 for all instances.In other words, there is an
algorithm for a quantum computer 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. (no matter if the correct answer is YES or NO).Similarly to other "bounded error" probabilistic classes the choice of 1/3 in the definition is arbitrary.Changing the constant to any
real number such that does not change the set BQP.The idea behind this definition is that for any single run of algorithm the
probability of error is lower than . Thus 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 theChernoff bound . This number of repeats increases if becomes closer to 1/2, but it does not depend on theinput size. Probability of error is exponentially small with regard to the number of repeats.Quantum computation
The number of
qubit s in the computer is allowed to be apolynomial function of the instance size.For example, algorithms are known for factoring an "n"-bit integer using just over 2"n" 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. Currently, only three such problems are known:
*Integer factorization (seeShor's algorithm )
*Discrete logarithm
*Simulation of quantum systems (seeuniversal quantum computer )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) isBPP .BQP contains P and
BPP and is contained in PP andPSPACE . Bernstein and Vazirani, Quantum complexity theory,SIAM Journal on Computing , 26(5):1411-1473, 1997. [http://www.cs.berkeley.edu/~vazirani/bv.ps] ] 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. :As the problem of has not yet been solved, the proof of inequality between BQP and classes mentioned above is supposed to be difficult.
Relation between BQP and NP is not known.
BQP can be shown to be in the
counting complexity class AWPP.References
Wikimedia Foundation. 2010.