wk5 Flashcards
what is church Turing thesis
Class of function computable by a Turing machine is the class of functions computable by an algorithm
what is the strong church Turing thesis
any model of computation can be simulated by a probabilistic Turing machine with polynomial overhead
What is a cnot gate
quantum controlled not
what are the 3 operations in quantum circuits
state preparation, unitary evolution, measurment
Which gate is this. What happens when value is pi
X gate, if alpha = pi then qubit 0 -> 1, 1->0. A rotation of pi radians to block sphere in x axis
which gate is this and how does it behave
Hadamard, qubit 0 into plus state and qubit 1 into minus state
what are the |+> and |-> states
|+> = 1/sqrt(2) (|0>+|1>)
|-> = 1/sqrt(2) (|0>-|1>)
Which gate is this. What happens when value is pi
Z gate. If state is |1> it makes it into -|1>.It is also also a Not gate in Hadamard basis. Plus to Minus, Minus to Plus
what rotation does the not gate do on Bloch sphere
pi radians (180 degrees) on the z axis
what does Hadamard do on Bloch sphere
moves qubit around the y axis
What is complexity class P
class of all algorithms that can be evaluated in polynomial time on a deterministic turning machine
What is complexity class NP
All problems which can be verified in polynomial time. Or problems which may be solved on a non-deterministic turning machine
What is complexity class BPP
Bounder Error Probabilistic Polynomial
All problems that may be solved in polynomial time on a non-deterministic/probabilistic turning machine where probability of getting an incorrect result is less than 25%
What is complexity class PSPACE
problems decided by a deterministic Turing machine in polynomial time and space
what is the relationship between PSPACE, P and quantum computing
PSPACE has more algorithms than P, and quantum computing is in PSPACe