BQP
BQP, short for bounded-error quantum polynomial time, is the class of decision problems solvable by a quantum computer in polynomial time with error probability kept strictly below a fixed bound, typically at most 1/3 for all inputs. Concretely, a language L is in BQP if there exists a family of quantum circuits of polynomial size, uniformly generated in polynomial time, such that for every input x, the circuit outputs 1 with probability at least 2/3 when x is in L, and outputs 0 with probability at least 2/3 when x is not in L.
The standard model uses the quantum circuit paradigm: computation proceeds via unitary gates on qubits, followed
Relations with other complexity classes are well-studied. It is known that P ⊆ BQP and BPP ⊆ BQP,