“QC is exponentially faster than
classical computation”
Slide 8
Slide 8 text
No content
Slide 9
Slide 9 text
A little bit of history
Slide 10
Slide 10 text
1900
Max Plank
E = ħv
1905
Albert Einstein
Annus mirabilis
1924
Louis de Broglie
λ = ħ / p
1927
Werner Heisenberg
σxσp ≥ ħ / 2
1928
Paul Dirac
(i - ∂ - m) ψ = 0
Quantum Mechanics
Slide 11
Slide 11 text
1931
Kurt Gödel
Incompleteness
Theorems
1936
Alan Turing
Turing Machines
1952
Stephen Kleene
Church-Turing Thesis
1956
Noam Chomsky
Chomsky Hierarchy
1971
Stephen Cook
Leonid Levin
NP-Completeness
Theory of Computation
Slide 12
Slide 12 text
1982
Yuri Manin
Richard Feynmann
Quantum
Computing ideas…
1985
David Deutsch
Quantum
Turing Machines
1992
Deutsch-Josza
Algorithm
1994
Peter Shor
Shor’s Algorithm
1996
Lov Grover
Grover’s Algorithm
Quantum Computing
2001
IBM
Stanford
First physical
implementation of
Shor’s Algorithm
Slide 13
Slide 13 text
So… What QC is?
Slide 14
Slide 14 text
First… some thoughts on
classical computing
Slide 15
Slide 15 text
What is a BIT?
Slide 16
Slide 16 text
BIT x ∈ { false , true }
OPERATIONS
NOT(x) = ¬x
AND(x, y) = x ∧ y
TRUTH VALUES
Slide 17
Slide 17 text
BIT x ∈ { 0 , 1 }
OPERATIONS
NOT(x) = 1 - x
AND(x, y) = x · y
INTEGER VALUES
COMPUTING FUNCTIONS
|0>
|0> H
|0> + |1>
√2
U
|(0)> + |(1)>
√2
Slide 78
Slide 78 text
COMPUTING FUNCTIONS
|0> H
|0> + |1>
√2
U
|0> - |1>
√2
|Ψ> = 1/2[(-1)f(0)+(-1)f(1)]|0> + 1/2[(-1)f(0)-(-1)f(1)]|1>
H |Ψ>
Slide 79
Slide 79 text
The Deutsch algorithm
: {0,1} → {0,1}
Given , tell me whether is constant
(all outputs are the same for whatever input)
or balanced (same number of 1s and 0s)
Slide 80
Slide 80 text
Uses the phase kick-back technique and quantum
interference to determine whether a function is
constant or balanced in just one call
The Deutsch algorithm
Slide 81
Slide 81 text
The Deutsch-Josza algorithm
: {0,1}n → {0,1}
Given , tell me whether is constant
(all outputs are the same for whatever input)
or balanced (same number of 1s and 0s)
Slide 82
Slide 82 text
“I think I can safely say
that nobody understands
quantum mechanics.”
Richard Feynman