
Incomputational complexity theory,bounded-error quantum polynomial time (BQP) is the class ofdecision problems solvable by aquantum computer inpolynomial time, with an error probability of at most 1/3 for all instances.[1] It is the quantum analogue to thecomplexity classBPP.
A decision problem is a member ofBQP if there exists aquantum algorithm (analgorithm that runs on a quantum computer) that solves the decision problemwith high probability and is guaranteed to run in polynomial time. A run of the algorithm will correctly solve the decision problem with a probability of at least 2/3.
| BQP algorithm (1 run) | ||
|---|---|---|
Answer produced Correct answer | Yes | No |
| Yes | ≥ 2/3 | ≤ 1/3 |
| No | ≤ 1/3 | ≥ 2/3 |
| BQP algorithm (k runs) | ||
Answer producedCorrect answer | Yes | No |
| Yes | > 1 − 2−ck | < 2−ck |
| No | < 2−ck | > 1 − 2−ck |
| for some constantc > 0 | ||
BQP can be viewed as thelanguages associated with certain bounded-error uniform families ofquantum circuits.[1] A languageL is inBQP if and only if there exists apolynomial-time uniform family of quantum circuits, such that
Alternatively, one can defineBQP in terms ofquantum Turing machines. A languageL is inBQP if and only if there exists a polynomial quantum Turing machine that acceptsL with an error probability of at most 1/3 for all instances.[2]
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 theChernoff bound. The complexity class is unchanged by allowing error as high as 1/2 −n−c on the one hand, or requiring error as small as 2−nc on the other hand, wherec is any positive constant, andn is the length of input.[3]

BQP is defined for quantum computers; the corresponding complexity class for classical computers (or more formally forprobabilistic Turing machines) isBPP. Just likeP andBPP,BQP islow for itself, which meansBQPBQP = BQP.[2] Informally, this is true because polynomial time algorithms are closed under composition. If a polynomial time algorithm calls polynomial time algorithms as subroutines, the resulting algorithm is still polynomial time.
BQP containsP andBPP and is contained inAWPP,[4]PP[5] andPSPACE.[2]In fact,BQP islow forPP, meaning that aPP machine achieves no benefit from being able to solveBQP problems instantly, an indication of the possible difference in power between these similar classes. The known relationships with classic complexity classes are:
As the problem of has not yet been solved, the proof of inequality betweenBQP and classes mentioned above is supposed to be difficult.[2] The relation betweenBQP andNP is not known. In May 2018, computer scientistsRan Raz ofPrinceton University and Avishay Tal ofStanford University published a paper[6] which showed that, relative to anoracle, BQP was not contained inPH. It can be proven that there exists an oracle A such that.[7] In an extremely informal sense, this can be thought of as giving PH and BQP an identical, but additional, capability and verifying that BQP with the oracle (BQPA) can do things PHA cannot. While an oracle separation has been proven, the fact that BQP is not contained in PH has not been proven. An oracle separation does not prove whether or not complexity classes are the same. The oracle separation gives intuition that BQP may not be contained in PH.
It has been suspected for many years that Fourier Sampling is a problem that exists within BQP, but not within the polynomial hierarchy. Recent conjectures have provided evidence that a similar problem, Fourier Checking, also exists in the class BQP without being contained in thepolynomial hierarchy. This conjecture is especially notable because it suggests that problems existing in BQP could be classified as harder thanNP-Complete problems. Paired with the fact that many practical BQP problems are suspected to exist outside ofP (it is suspected and not verified because there is no proof thatP ≠ NP), this illustrates the potential power of quantum computing in relation to classical computing.[7]
Addingpostselection toBQP results in the complexity classPostBQP which is equal toPP.[8][9]
Promise-BQP is the class ofpromise problems that can be solved by a uniform family of quantum circuits (i.e., within BQP).[10] Completeness proofs focus on this version of BQP. Similar to the notion ofNP-completeness and othercomplete problems, we can define a complete problem as a problem that is in Promise-BQP and that every other problem in Promise-BQP reduces to it in polynomial time.
The APPROX-QCIRCUIT-PROB problem is complete for efficient quantum computation, and the version presented below is complete for the Promise-BQP complexity class (and not for the total BQP complexity class, for which no complete problems are known). APPROX-QCIRCUIT-PROB's completeness makes it useful for proofs showing the relationships between other complexity classes and BQP.
Given a description of a quantum circuitC acting onn qubits withm gates, wherem is a polynomial inn and each gate acts on one or two qubits, and two numbers, distinguish between the following two cases:
Here, there is a promise on the inputs as the problem does not specify the behavior if an instance is not covered by these two cases.
Claim. Any BQP problem reduces to APPROX-QCIRCUIT-PROB.
Proof. Suppose we have an algorithmA that solves APPROX-QCIRCUIT-PROB, i.e., given a quantum circuitC acting onn qubits, and two numbers,A distinguishes between the above two cases. We can solve any problem in BQP with this oracle, by setting.
For any, there exists family of quantum circuits such that for all, a state of qubits, if; else if. Fix an input ofn qubits, and the corresponding quantum circuit. We can first construct a circuit such that. This can be done easily by hardwiring and apply a sequence ofCNOT gates to flip the qubits. Then we can combine two circuits to get, and now. And finally, necessarily the results of is obtained by measuring several qubits and apply some (classical) logic gates to them. We can alwaysdefer the measurement[11][12] and reroute the circuits so that by measuring the first qubit of, we get the output. This will be our circuitC, and we decide the membership of by running with. By definition of BQP, we will either fall into the first case (acceptance), or the second case (rejection), so reduces to APPROX-QCIRCUIT-PROB.
We begin with an easier containment. To show that, it suffices to show that APPROX-QCIRCUIT-PROB is in EXP since APPROX-QCIRCUIT-PROB is BQP-complete.
Claim—
The idea is simple. Since we have exponential power, given a quantum circuitC, we can use classical computer to stimulate each gate inC to get the final state.
More formally, letC be a polynomial sized quantum circuit onn qubits andm gates, where m is polynomial in n. Let and be the state after thei-th gate in the circuit is applied to. Each state can be represented in a classical computer as a unit vector in. Furthermore, each gate can be represented by a matrix in. Hence, the final state can be computed in time, and therefore all together, we have an time algorithm for calculating the final state, and thus the probability that the first qubit is measured to be one. This implies that.
Note that this algorithm also requires space to store the vectors and the matrices. We will show in the following section that we can improve upon the space complexity.
Sum of histories is a technique introduced by physicistRichard Feynman forpath integral formulation. APPROX-QCIRCUIT-PROB can be formulated in the sum of histories technique to show that.[13]

Consider a quantum circuitC, which consists oft gates,, where each comes from auniversal gate set and acts on at most two qubits.To understand what the sum of histories is, we visualize the evolution of a quantum state given a quantum circuit as a tree. The root is the input, and each node in the tree has children, each representing a state in. The weight on a tree edge from a node inj-th level representing a state to a node in-th level representing a state is, the amplitude of after applying on. The transition amplitude of a root-to-leaf path is the product of all the weights on the edges along the path. To get the probability of the final state being, we sum up the amplitudes of all root-to-leave paths that ends at a node representing.
More formally, for the quantum circuitC, its sum over histories tree is a tree of depthm, with one level for each gate in addition to the root, and with branching factor.
Define—A history is a path in the sum of histories tree. We will denote a history by a sequence for some final statex.
Define—Let. Let amplitude of the edge in thej-th level of the sum over histories tree be. For any history, the transition amplitude of the history is the product.
Claim—For a history . The transition amplitude of the history is computable in polynomial time.
Each gate can be decomposed into for some unitary operator acting on two qubits, which without loss of generality can be taken to be the first two. Hence, which can be computed in polynomial time inn. Sincem is polynomial inn, the transition amplitude of the history can be computed in polynomial time.
Claim—Let be the final state of the quantum circuit. For some, the amplitude can be computed by.
We have. The result comes directly by inserting between, and, and so on, and then expand out the equation. Then each term corresponds to a, where
Claim—
Notice in the sum over histories algorithm to compute some amplitude, only one history is stored at any point in the computation. Hence, the sum over histories algorithm uses space to compute for anyx since bits are needed to store the histories in addition to some workspace variables.
Therefore, in polynomial space, we may compute over allx with the first qubit being1, which is the probability that the first qubit is measured to be 1 by the end of the circuit.
Notice that compared with the simulation given for the proof that, our algorithm here takes far less space but far more time instead. In fact it takes time to calculate a single amplitude!
A similar sum-over-histories argument can be used to show that.[14]
We know, since every classical circuit can be simulated by a quantum circuit.[15]
It is conjectured that BQP solves hard problems outside of P, specifically, problems in NP. The claim is indefinite because we don't know if P=NP, so we don't know if those problems are actually in P. Below are some evidence of the conjecture:
{{cite book}}: CS1 maint: location missing publisher (link) CS1 maint: multiple names: authors list (link){{cite web}}: CS1 maint: multiple names: authors list (link)