SlideShare une entreprise Scribd logo
1  sur  51
Télécharger pour lire hors ligne
Quantum Computing
Robert Sizemore
Outline
Introduction:
What is quantum computing?
What use is quantum computing?
Overview of Quantum Systems
Dirac notation & wave functions
Two level systems
Classical Computation
Turing machine model
Outline (cont.)
Circuit model
Quantum Computation
Qubits
Circuit model of quantum computation
Deutsch's algorithm, Shor's algorithm
Physical implementation
Summary
Works Cited
Introduction
What is Quantum Computing?
A quantum computer is any device that uses
quantum mechanical phenomena to perform
calculations and manipulate data.
Why Quantum Computers?
More efficient algorithms
Quantum Parallelism
Cryptography (breaking
codes & securing data)
Simulating quantum
systems
Cryptography
RSA public key encryption relies on the difficulty of
factoring large integers
It is conjectured that factorization is impossible to
do efficiently with a classical computer.
Shor's factoring algorithm for quantum computers
would render this encryption method useless
An Inevitability?
Moore's Law: The
number of transistor's
on a silicon chip
doubles every two
years
Atomic size is a
fundamentally limit to
the size of possible
transistors.
An Overview of Quantum
Systems
Schrödinger's Equation
Quantum systems are described by a wave
function (ψ)
For a given potential (V(x)), we find all solutions
to Schrödinger's equation.
These solutions form a basis of a vector space
called a Hilbert space.
Dirac (Bra-ket) Notation
Notation introduced by
Dirac to represent
objects in Hilbert
space.
Bra – row vector
Ket – column vector
Bra-kets – inner
products
Wave Functions
Hilbert spaces have an
orthogonal basis.
A wave function is a
linear combination of
the basis vectors
Wave functions should
be normalizable.
Useful Wave Function Properties
Interference
Like classical waves, the wave function can exhibit
constructive/destructive interference
Exploited in quantum algorithms (Deutsch's)
Entanglement
Multiple particle's wave functions may become
“entangled”
Measuring or manipulating one particle will
necessarily affect the other.
Born (statistical) Interpretation
A quantum system can in a superposition of the
allowed states until a measurement is done.
When a measurement is performed, the wave
function accepts one of the allowed states.
You cannot know which state the system will
be in before the measurement, only the
probability of it being in a given state.
Statistical Interpretation
The complex modulus squared of each weight
corresponds to probability of finding the system
in that state.
Useful Wave Function Properties
Interference
Like classical waves, the wave function can exhibit
constructive/destructive interference
Exploited in some quantum algorithms
Entanglement
Multiple particle's wave functions may become
“entangled”
Measuring or manipulating one particle will
necessarily affect the other.
Operators
Operators act on wave
functions
Linear operators can be
represented as
square matrices.
Special Operators
Inverse operators
Hermitian operators – are
self adjoint.
(Observables)
Unitary operators – adjoint
is its inverse
Example: Pauli matrices
2 Level Systems
A system with two basis
states.
Examples:
Nuclear spin (up, down)
Polarization of a photon
(left, right)
Qubits (|1>, |0>)
Bits
A bit is an elementary unit
of information.
A bit has two possible
states: 1 or 0.
A bit is unambiguous,
never in a superposition
of states.
Qubits
A qubit is the
elementary unit of
quantum information.
A qubit has two allowed
states: |1>, |0>.
A qubit can be in a
superposition of the
states of a bit.
Overview of Classical
Computation
Classical Computation
Computation is done by means of an algorithm,
which can be thought of as a set of instructions
for solving a specific problem.
The mathematician Alan Turing (1912-1954)
devised a hypothetical machine that could
execute any algorithm called a Turing
Machine.
Turing Machine
Tape – infinite number of
cells, every cell is blank or
contains a letter in a finite
alphabet
Control Head – has a finite
number of states and a
halting state
Read/Write – reads and
writes or erases a letter in
a given cell then moves
left or right.
Operation of a Turing Machine
Programs are defined by a set of instructions (a function)
An instruction can be written as T:(s,a) → (s',a',d)
s is the current state and s' is the final state of the head.
a is the letter in the cell, a' is the letter to be written.
d is the direction the head will move
Input of a Turing Machine
The input is the initial state of the Turing machine.
a finite number of non-blank cells
the read/write head in an initial position
the control head in an initial state.
a set of instructions for every preceding state
Output of a Turing Machine
The output of a Turing machine is the final state
of the Turing machine, if any.
Control head reaches the halting state (H)
Finite length of non-blank cells
For a Turing machine it is impossible to know for
all inputs whether the control head will reach a
halting state or not. This is the known as the
halting problem.
Example: Unary Addition
Top: A table listing the
instructions for
mapping each state of
the Turing machine
(s,a) to a sucessive
state (s',a',d).
Bottom: Initial and Final
state of the Turing
Machine.
s a s' a' d
s1 b s2 b l
s2 b s3 b l
s2 1 s2 1 l
s3 b H b 0
s3 1 s4 b r
s4 b s2 1 l
Circuit Model of Computation
Circuits are made of wires and gates.
Each wire carries one bit of information
Gates perform logical operations on one or more
wires.
In any computation, a circuit can be represented
as mapping a n-bit input to a m-bit output.
Logic Gates
AND –
outputs 1 iff both inputs
are 1
OR -
outputs 0 iff both inputs
are 0
NOT -
outputs 1 iff input is 0
outputs 0 iff input is 1
Logic Gates
FANOUT -
outputs two bits
identical to input.
AND,OR,NOT, and
FANOUT constitute a
universal set of gates.
That is, any n-bit to
m-bit function can be
represented by them.
Gates as Linear Operators
Consider the NOT gate,
which returns the
opposite of the input.
We may represent this
gate as a 2x2 matrix.
Example: Binary Addition
Binary Addition
Quantum Computation
Qubits
2 level system in a
superposition of bit
states.
We will manipulate
qubits in a manner
analogous to the
circuit model of
classical computation.
Representing a Two-Qubit Input
Given two wires going
into a gate, you can
represent both bits as
the tensor product of
the two bit.
Two 2-dimensional
vectors becomes one
4-dimensional vector.
Representing Two Qubits
We can write a basis for a two qubit system as
the tensor products of the individual qubit's
basis vectors
Entanglement of Two Qubits
A two-qubit state is separable if it can be written
as the tensor product of two one-qubit states.
A two-qubit state is entangled otherwise.
n-Qubit Quantum Register
A quantum computer may be thought of as a collection
of n-qubits called a quantum register.
A n-qubit quantum register has a basis of 2n
allowed
states, and any state of the quantum computer is in a
superposition of these states.
Prerequisites for Quantum
Computation
Be able to prepare system
in a well defined initial
state.
Be able to manipulate the
wave function via unitary
transformations.
Be able to measure the
final states of each qubit.
Hadamard Gate (Single Qubit)
Changes the basis to a superposition of the
computation basis.
Hadamard gate is a Hermitian operator.
Controlled Gates (CNOT)
The first qubit acts as
the control qubit.
The second qubit acts
as the target qubit.
Flips the state of the
target qubit if the first
qubit is found in a
certain state. ( |1>)
Quantum CNOT Gate
Can be used to introduce entangled state into a
two-qubit system.
CNOT along with some of its variants form a
universal set of quantum logic gates.
Deutsch's Algorithm (1992)
Acts on a boolean function
Is the function balanced?
Is the function constant?
Can determine whether the
function is balanced or
constant in one step!
Classical computers require
two runs!
x f1 f2 f3 f4
0 0 1 0 1
1 0 0 1 1
Deutsch's Algorithm (1992)
Start with |01> state
Apply Hadamard gates
to both qubits.
Apply U, then another
Hadamard gate on
the first bit.
Measure the first bit.
|0> => f is constant.
Shor's Algorithm (1994)
A hybrid algorithm that is able to a factor a large integer
n in polynomial time.
We want to factor a large composite integer n.
Find the periodicity of F(a) = xa
(mod n) for x relatively
prime to n.
Test all the exponents 'a' up to a power of two between
n2
and 2n2
using quantum parallelism.
Given this period we can more easily determine possible
factors.
Other Curiosities
Grover's sorting algorithm (1996)
Searching through an unsorted database
Best classical algorithm is brute force
Universal quantum simulator
Proposed by Richard Feynman (1982)
Quantum simulation requires exponential resources
classically
Can be done efficiently with a quantum computer.
(Seth Lloyd - 1996)
Implementation
Quantum logic gate implemented (1995 - NIST)
C-NOT gate using trapped ions
Quantum algorithm – 7 qubits (2001 - IBM)
Used Shor's algorithm to factor 15
Largest qubit register – 12 qubits (2006 ICQ)
Benchmarked a 12 qubit register
Decoherence – the bane of quantum computing
Summary
Quantum computing is promising field
Efficient solutions to classically difficult problems
Inevitable conclusion of Moore's law
Decryption & Encryption
Computer modeling of quantum mechanics
Physical implementation requires solving or
bypassing the problem of decoherence.
Works Cited
“Principle of Quantum Computation and Information” - Benenti, et
al.
“An Introduction to Quantum Computing” - Kaye, et al.
“Quantum Computing and Shor's Algorithm” - Hayward (
http://alumni.imsa.edu/~matth/quant/299/paper/)
Images from Wikipedia (http://en.wikipedia.org/*)
Slide 1 – Bloch Sphere; Slide 6 – BQP; Slide 8 – Moore's Law;
Slide 24 – Turing Machine; Slides 31/32 – Logic Gates;
Actual Turing machine from (http://aturingmachine.com)
LaTeX by the Online LaTeX Generator: (http://codecogs.com/)

Contenu connexe

Similaire à Documents

quantumComputers.ppt
quantumComputers.pptquantumComputers.ppt
quantumComputers.pptRaja Shekar
 
quantumComputers.ppt
quantumComputers.pptquantumComputers.ppt
quantumComputers.pptAjayRaj912848
 
quantumComputers.ppt
quantumComputers.pptquantumComputers.ppt
quantumComputers.pptraju980973
 
quantumComputers (1).ppt
quantumComputers (1).pptquantumComputers (1).ppt
quantumComputers (1).pptharithasahasra
 
quantumComputers.ppt
quantumComputers.pptquantumComputers.ppt
quantumComputers.pptTrushaKyada
 
quantumComputers.pptICICI-An HR perspective
quantumComputers.pptICICI-An HR perspectivequantumComputers.pptICICI-An HR perspective
quantumComputers.pptICICI-An HR perspectiveBenjinkumarNimmala
 
quantumComputers.ppt
quantumComputers.pptquantumComputers.ppt
quantumComputers.pptAdnan kHAN
 
hddhdhdhdhdhdhdhdhdhddhddhdhdhdhddhdhdddhdhdh
hddhdhdhdhdhdhdhdhdhddhddhdhdhdhddhdhdddhdhdhhddhdhdhdhdhdhdhdhdhddhddhdhdhdhddhdhdddhdhdh
hddhdhdhdhdhdhdhdhdhddhddhdhdhdhddhdhdddhdhdhzoobiarana76
 
What is Quantum Computing and Why it is Important
What is Quantum Computing and Why it is ImportantWhat is Quantum Computing and Why it is Important
What is Quantum Computing and Why it is ImportantSasha Lazarevic
 
Quantum Computation simplified.pptx
Quantum Computation simplified.pptxQuantum Computation simplified.pptx
Quantum Computation simplified.pptxSundarappanKathiresa
 
Quantum Computing
Quantum ComputingQuantum Computing
Quantum ComputingKeshav
 
COMPUTATIONAL PERFORMANCE OF QUANTUM PHASE ESTIMATION ALGORITHM
COMPUTATIONAL PERFORMANCE OF QUANTUM PHASE ESTIMATION ALGORITHMCOMPUTATIONAL PERFORMANCE OF QUANTUM PHASE ESTIMATION ALGORITHM
COMPUTATIONAL PERFORMANCE OF QUANTUM PHASE ESTIMATION ALGORITHMcsitconf
 

Similaire à Documents (20)

quantumComputers.ppt
quantumComputers.pptquantumComputers.ppt
quantumComputers.ppt
 
quantumComputers.ppt
quantumComputers.pptquantumComputers.ppt
quantumComputers.ppt
 
quantumComputers.ppt
quantumComputers.pptquantumComputers.ppt
quantumComputers.ppt
 
quantumComputers.ppt
quantumComputers.pptquantumComputers.ppt
quantumComputers.ppt
 
quantumComputers.ppt
quantumComputers.pptquantumComputers.ppt
quantumComputers.ppt
 
quantumComputers (1).ppt
quantumComputers (1).pptquantumComputers (1).ppt
quantumComputers (1).ppt
 
quantumComputers.ppt
quantumComputers.pptquantumComputers.ppt
quantumComputers.ppt
 
quantumComputers.pptICICI-An HR perspective
quantumComputers.pptICICI-An HR perspectivequantumComputers.pptICICI-An HR perspective
quantumComputers.pptICICI-An HR perspective
 
quantumComputers.ppt
quantumComputers.pptquantumComputers.ppt
quantumComputers.ppt
 
hddhdhdhdhdhdhdhdhdhddhddhdhdhdhddhdhdddhdhdh
hddhdhdhdhdhdhdhdhdhddhddhdhdhdhddhdhdddhdhdhhddhdhdhdhdhdhdhdhdhddhddhdhdhdhddhdhdddhdhdh
hddhdhdhdhdhdhdhdhdhddhddhdhdhdhddhdhdddhdhdh
 
What is Quantum Computing and Why it is Important
What is Quantum Computing and Why it is ImportantWhat is Quantum Computing and Why it is Important
What is Quantum Computing and Why it is Important
 
OPTICALQuantum
OPTICALQuantumOPTICALQuantum
OPTICALQuantum
 
Quantum Computers
Quantum ComputersQuantum Computers
Quantum Computers
 
Quantum Computation simplified.pptx
Quantum Computation simplified.pptxQuantum Computation simplified.pptx
Quantum Computation simplified.pptx
 
Quantum Computing
Quantum ComputingQuantum Computing
Quantum Computing
 
Seminar
SeminarSeminar
Seminar
 
Xim $%
Xim $%Xim $%
Xim $%
 
Quantum computers
Quantum computersQuantum computers
Quantum computers
 
2017 10 17_quantum_program_v2
2017 10 17_quantum_program_v22017 10 17_quantum_program_v2
2017 10 17_quantum_program_v2
 
COMPUTATIONAL PERFORMANCE OF QUANTUM PHASE ESTIMATION ALGORITHM
COMPUTATIONAL PERFORMANCE OF QUANTUM PHASE ESTIMATION ALGORITHMCOMPUTATIONAL PERFORMANCE OF QUANTUM PHASE ESTIMATION ALGORITHM
COMPUTATIONAL PERFORMANCE OF QUANTUM PHASE ESTIMATION ALGORITHM
 

Dernier

如何办理(Adelaide毕业证)阿德莱德大学毕业证成绩单Adelaide学历认证真实可查
如何办理(Adelaide毕业证)阿德莱德大学毕业证成绩单Adelaide学历认证真实可查如何办理(Adelaide毕业证)阿德莱德大学毕业证成绩单Adelaide学历认证真实可查
如何办理(Adelaide毕业证)阿德莱德大学毕业证成绩单Adelaide学历认证真实可查awo24iot
 
哪里办理美国宾夕法尼亚州立大学毕业证(本硕)psu成绩单原版一模一样
哪里办理美国宾夕法尼亚州立大学毕业证(本硕)psu成绩单原版一模一样哪里办理美国宾夕法尼亚州立大学毕业证(本硕)psu成绩单原版一模一样
哪里办理美国宾夕法尼亚州立大学毕业证(本硕)psu成绩单原版一模一样qaffana
 
9892124323 Pooja Nehwal Call Girls Services Call Girls service in Santacruz A...
9892124323 Pooja Nehwal Call Girls Services Call Girls service in Santacruz A...9892124323 Pooja Nehwal Call Girls Services Call Girls service in Santacruz A...
9892124323 Pooja Nehwal Call Girls Services Call Girls service in Santacruz A...Pooja Nehwal
 
Call Girls in Nagpur Bhavna Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Bhavna Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Bhavna Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Bhavna Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
VVIP Pune Call Girls Kalyani Nagar (7001035870) Pune Escorts Nearby with Comp...
VVIP Pune Call Girls Kalyani Nagar (7001035870) Pune Escorts Nearby with Comp...VVIP Pune Call Girls Kalyani Nagar (7001035870) Pune Escorts Nearby with Comp...
VVIP Pune Call Girls Kalyani Nagar (7001035870) Pune Escorts Nearby with Comp...Call Girls in Nagpur High Profile
 
Makarba ( Call Girls ) Ahmedabad ✔ 6297143586 ✔ Hot Model With Sexy Bhabi Rea...
Makarba ( Call Girls ) Ahmedabad ✔ 6297143586 ✔ Hot Model With Sexy Bhabi Rea...Makarba ( Call Girls ) Ahmedabad ✔ 6297143586 ✔ Hot Model With Sexy Bhabi Rea...
Makarba ( Call Girls ) Ahmedabad ✔ 6297143586 ✔ Hot Model With Sexy Bhabi Rea...Naicy mandal
 
Low Rate Call Girls Nashik Vedika 7001305949 Independent Escort Service Nashik
Low Rate Call Girls Nashik Vedika 7001305949 Independent Escort Service NashikLow Rate Call Girls Nashik Vedika 7001305949 Independent Escort Service Nashik
Low Rate Call Girls Nashik Vedika 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
VIP Call Girls Hitech City ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With R...
VIP Call Girls Hitech City ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With R...VIP Call Girls Hitech City ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With R...
VIP Call Girls Hitech City ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With R...Suhani Kapoor
 
Lucknow 💋 Call Girls Adil Nagar | ₹,9500 Pay Cash 8923113531 Free Home Delive...
Lucknow 💋 Call Girls Adil Nagar | ₹,9500 Pay Cash 8923113531 Free Home Delive...Lucknow 💋 Call Girls Adil Nagar | ₹,9500 Pay Cash 8923113531 Free Home Delive...
Lucknow 💋 Call Girls Adil Nagar | ₹,9500 Pay Cash 8923113531 Free Home Delive...anilsa9823
 
Top Rated Pune Call Girls Shirwal ⟟ 6297143586 ⟟ Call Me For Genuine Sex Ser...
Top Rated  Pune Call Girls Shirwal ⟟ 6297143586 ⟟ Call Me For Genuine Sex Ser...Top Rated  Pune Call Girls Shirwal ⟟ 6297143586 ⟟ Call Me For Genuine Sex Ser...
Top Rated Pune Call Girls Shirwal ⟟ 6297143586 ⟟ Call Me For Genuine Sex Ser...Call Girls in Nagpur High Profile
 
(👉Ridhima)👉VIP Model Call Girls Mulund ( Mumbai) Call ON 9967824496 Starting ...
(👉Ridhima)👉VIP Model Call Girls Mulund ( Mumbai) Call ON 9967824496 Starting ...(👉Ridhima)👉VIP Model Call Girls Mulund ( Mumbai) Call ON 9967824496 Starting ...
(👉Ridhima)👉VIP Model Call Girls Mulund ( Mumbai) Call ON 9967824496 Starting ...motiram463
 
Call Girls in Thane 9892124323, Vashi cAll girls Serivces Juhu Escorts, powai...
Call Girls in Thane 9892124323, Vashi cAll girls Serivces Juhu Escorts, powai...Call Girls in Thane 9892124323, Vashi cAll girls Serivces Juhu Escorts, powai...
Call Girls in Thane 9892124323, Vashi cAll girls Serivces Juhu Escorts, powai...Pooja Nehwal
 
(PARI) Alandi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(PARI) Alandi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(PARI) Alandi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(PARI) Alandi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Kalyan callg Girls, { 07738631006 } || Call Girl In Kalyan Women Seeking Men ...
Kalyan callg Girls, { 07738631006 } || Call Girl In Kalyan Women Seeking Men ...Kalyan callg Girls, { 07738631006 } || Call Girl In Kalyan Women Seeking Men ...
Kalyan callg Girls, { 07738631006 } || Call Girl In Kalyan Women Seeking Men ...Pooja Nehwal
 
VIP Call Girls Kavuri Hills ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With ...
VIP Call Girls Kavuri Hills ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With ...VIP Call Girls Kavuri Hills ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With ...
VIP Call Girls Kavuri Hills ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With ...Suhani Kapoor
 
9892124323, Call Girl in Juhu Call Girls Services (Rate ₹8.5K) 24×7 with Hote...
9892124323, Call Girl in Juhu Call Girls Services (Rate ₹8.5K) 24×7 with Hote...9892124323, Call Girl in Juhu Call Girls Services (Rate ₹8.5K) 24×7 with Hote...
9892124323, Call Girl in Juhu Call Girls Services (Rate ₹8.5K) 24×7 with Hote...Pooja Nehwal
 
Call Girls in Nagpur Sakshi Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Sakshi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Sakshi Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Sakshi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Call Girls Kothrud Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Kothrud Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Kothrud Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Kothrud Call Me 7737669865 Budget Friendly No Advance Bookingroncy bisnoi
 

Dernier (20)

如何办理(Adelaide毕业证)阿德莱德大学毕业证成绩单Adelaide学历认证真实可查
如何办理(Adelaide毕业证)阿德莱德大学毕业证成绩单Adelaide学历认证真实可查如何办理(Adelaide毕业证)阿德莱德大学毕业证成绩单Adelaide学历认证真实可查
如何办理(Adelaide毕业证)阿德莱德大学毕业证成绩单Adelaide学历认证真实可查
 
哪里办理美国宾夕法尼亚州立大学毕业证(本硕)psu成绩单原版一模一样
哪里办理美国宾夕法尼亚州立大学毕业证(本硕)psu成绩单原版一模一样哪里办理美国宾夕法尼亚州立大学毕业证(本硕)psu成绩单原版一模一样
哪里办理美国宾夕法尼亚州立大学毕业证(本硕)psu成绩单原版一模一样
 
9892124323 Pooja Nehwal Call Girls Services Call Girls service in Santacruz A...
9892124323 Pooja Nehwal Call Girls Services Call Girls service in Santacruz A...9892124323 Pooja Nehwal Call Girls Services Call Girls service in Santacruz A...
9892124323 Pooja Nehwal Call Girls Services Call Girls service in Santacruz A...
 
Call Girls in Nagpur Bhavna Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Bhavna Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Bhavna Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Bhavna Call 7001035870 Meet With Nagpur Escorts
 
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS LiveVip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
 
VVIP Pune Call Girls Kalyani Nagar (7001035870) Pune Escorts Nearby with Comp...
VVIP Pune Call Girls Kalyani Nagar (7001035870) Pune Escorts Nearby with Comp...VVIP Pune Call Girls Kalyani Nagar (7001035870) Pune Escorts Nearby with Comp...
VVIP Pune Call Girls Kalyani Nagar (7001035870) Pune Escorts Nearby with Comp...
 
Makarba ( Call Girls ) Ahmedabad ✔ 6297143586 ✔ Hot Model With Sexy Bhabi Rea...
Makarba ( Call Girls ) Ahmedabad ✔ 6297143586 ✔ Hot Model With Sexy Bhabi Rea...Makarba ( Call Girls ) Ahmedabad ✔ 6297143586 ✔ Hot Model With Sexy Bhabi Rea...
Makarba ( Call Girls ) Ahmedabad ✔ 6297143586 ✔ Hot Model With Sexy Bhabi Rea...
 
Call Girls In Vaishali 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICE
Call Girls In Vaishali 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICECall Girls In Vaishali 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICE
Call Girls In Vaishali 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SERVICE
 
Low Rate Call Girls Nashik Vedika 7001305949 Independent Escort Service Nashik
Low Rate Call Girls Nashik Vedika 7001305949 Independent Escort Service NashikLow Rate Call Girls Nashik Vedika 7001305949 Independent Escort Service Nashik
Low Rate Call Girls Nashik Vedika 7001305949 Independent Escort Service Nashik
 
VIP Call Girls Hitech City ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With R...
VIP Call Girls Hitech City ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With R...VIP Call Girls Hitech City ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With R...
VIP Call Girls Hitech City ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With R...
 
Lucknow 💋 Call Girls Adil Nagar | ₹,9500 Pay Cash 8923113531 Free Home Delive...
Lucknow 💋 Call Girls Adil Nagar | ₹,9500 Pay Cash 8923113531 Free Home Delive...Lucknow 💋 Call Girls Adil Nagar | ₹,9500 Pay Cash 8923113531 Free Home Delive...
Lucknow 💋 Call Girls Adil Nagar | ₹,9500 Pay Cash 8923113531 Free Home Delive...
 
Top Rated Pune Call Girls Shirwal ⟟ 6297143586 ⟟ Call Me For Genuine Sex Ser...
Top Rated  Pune Call Girls Shirwal ⟟ 6297143586 ⟟ Call Me For Genuine Sex Ser...Top Rated  Pune Call Girls Shirwal ⟟ 6297143586 ⟟ Call Me For Genuine Sex Ser...
Top Rated Pune Call Girls Shirwal ⟟ 6297143586 ⟟ Call Me For Genuine Sex Ser...
 
(👉Ridhima)👉VIP Model Call Girls Mulund ( Mumbai) Call ON 9967824496 Starting ...
(👉Ridhima)👉VIP Model Call Girls Mulund ( Mumbai) Call ON 9967824496 Starting ...(👉Ridhima)👉VIP Model Call Girls Mulund ( Mumbai) Call ON 9967824496 Starting ...
(👉Ridhima)👉VIP Model Call Girls Mulund ( Mumbai) Call ON 9967824496 Starting ...
 
Call Girls in Thane 9892124323, Vashi cAll girls Serivces Juhu Escorts, powai...
Call Girls in Thane 9892124323, Vashi cAll girls Serivces Juhu Escorts, powai...Call Girls in Thane 9892124323, Vashi cAll girls Serivces Juhu Escorts, powai...
Call Girls in Thane 9892124323, Vashi cAll girls Serivces Juhu Escorts, powai...
 
(PARI) Alandi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(PARI) Alandi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(PARI) Alandi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(PARI) Alandi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
Kalyan callg Girls, { 07738631006 } || Call Girl In Kalyan Women Seeking Men ...
Kalyan callg Girls, { 07738631006 } || Call Girl In Kalyan Women Seeking Men ...Kalyan callg Girls, { 07738631006 } || Call Girl In Kalyan Women Seeking Men ...
Kalyan callg Girls, { 07738631006 } || Call Girl In Kalyan Women Seeking Men ...
 
VIP Call Girls Kavuri Hills ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With ...
VIP Call Girls Kavuri Hills ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With ...VIP Call Girls Kavuri Hills ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With ...
VIP Call Girls Kavuri Hills ( Hyderabad ) Phone 8250192130 | ₹5k To 25k With ...
 
9892124323, Call Girl in Juhu Call Girls Services (Rate ₹8.5K) 24×7 with Hote...
9892124323, Call Girl in Juhu Call Girls Services (Rate ₹8.5K) 24×7 with Hote...9892124323, Call Girl in Juhu Call Girls Services (Rate ₹8.5K) 24×7 with Hote...
9892124323, Call Girl in Juhu Call Girls Services (Rate ₹8.5K) 24×7 with Hote...
 
Call Girls in Nagpur Sakshi Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Sakshi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Sakshi Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Sakshi Call 7001035870 Meet With Nagpur Escorts
 
Call Girls Kothrud Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Kothrud Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Kothrud Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Kothrud Call Me 7737669865 Budget Friendly No Advance Booking
 

Documents

  • 2. Outline Introduction: What is quantum computing? What use is quantum computing? Overview of Quantum Systems Dirac notation & wave functions Two level systems Classical Computation Turing machine model
  • 3. Outline (cont.) Circuit model Quantum Computation Qubits Circuit model of quantum computation Deutsch's algorithm, Shor's algorithm Physical implementation Summary Works Cited
  • 5. What is Quantum Computing? A quantum computer is any device that uses quantum mechanical phenomena to perform calculations and manipulate data.
  • 6. Why Quantum Computers? More efficient algorithms Quantum Parallelism Cryptography (breaking codes & securing data) Simulating quantum systems
  • 7. Cryptography RSA public key encryption relies on the difficulty of factoring large integers It is conjectured that factorization is impossible to do efficiently with a classical computer. Shor's factoring algorithm for quantum computers would render this encryption method useless
  • 8. An Inevitability? Moore's Law: The number of transistor's on a silicon chip doubles every two years Atomic size is a fundamentally limit to the size of possible transistors.
  • 9. An Overview of Quantum Systems
  • 10. Schrödinger's Equation Quantum systems are described by a wave function (ψ) For a given potential (V(x)), we find all solutions to Schrödinger's equation. These solutions form a basis of a vector space called a Hilbert space.
  • 11. Dirac (Bra-ket) Notation Notation introduced by Dirac to represent objects in Hilbert space. Bra – row vector Ket – column vector Bra-kets – inner products
  • 12. Wave Functions Hilbert spaces have an orthogonal basis. A wave function is a linear combination of the basis vectors Wave functions should be normalizable.
  • 13. Useful Wave Function Properties Interference Like classical waves, the wave function can exhibit constructive/destructive interference Exploited in quantum algorithms (Deutsch's) Entanglement Multiple particle's wave functions may become “entangled” Measuring or manipulating one particle will necessarily affect the other.
  • 14. Born (statistical) Interpretation A quantum system can in a superposition of the allowed states until a measurement is done. When a measurement is performed, the wave function accepts one of the allowed states. You cannot know which state the system will be in before the measurement, only the probability of it being in a given state.
  • 15. Statistical Interpretation The complex modulus squared of each weight corresponds to probability of finding the system in that state.
  • 16. Useful Wave Function Properties Interference Like classical waves, the wave function can exhibit constructive/destructive interference Exploited in some quantum algorithms Entanglement Multiple particle's wave functions may become “entangled” Measuring or manipulating one particle will necessarily affect the other.
  • 17. Operators Operators act on wave functions Linear operators can be represented as square matrices.
  • 18. Special Operators Inverse operators Hermitian operators – are self adjoint. (Observables) Unitary operators – adjoint is its inverse Example: Pauli matrices
  • 19. 2 Level Systems A system with two basis states. Examples: Nuclear spin (up, down) Polarization of a photon (left, right) Qubits (|1>, |0>)
  • 20. Bits A bit is an elementary unit of information. A bit has two possible states: 1 or 0. A bit is unambiguous, never in a superposition of states.
  • 21. Qubits A qubit is the elementary unit of quantum information. A qubit has two allowed states: |1>, |0>. A qubit can be in a superposition of the states of a bit.
  • 23. Classical Computation Computation is done by means of an algorithm, which can be thought of as a set of instructions for solving a specific problem. The mathematician Alan Turing (1912-1954) devised a hypothetical machine that could execute any algorithm called a Turing Machine.
  • 24. Turing Machine Tape – infinite number of cells, every cell is blank or contains a letter in a finite alphabet Control Head – has a finite number of states and a halting state Read/Write – reads and writes or erases a letter in a given cell then moves left or right.
  • 25. Operation of a Turing Machine Programs are defined by a set of instructions (a function) An instruction can be written as T:(s,a) → (s',a',d) s is the current state and s' is the final state of the head. a is the letter in the cell, a' is the letter to be written. d is the direction the head will move
  • 26. Input of a Turing Machine The input is the initial state of the Turing machine. a finite number of non-blank cells the read/write head in an initial position the control head in an initial state. a set of instructions for every preceding state
  • 27. Output of a Turing Machine The output of a Turing machine is the final state of the Turing machine, if any. Control head reaches the halting state (H) Finite length of non-blank cells For a Turing machine it is impossible to know for all inputs whether the control head will reach a halting state or not. This is the known as the halting problem.
  • 28. Example: Unary Addition Top: A table listing the instructions for mapping each state of the Turing machine (s,a) to a sucessive state (s',a',d). Bottom: Initial and Final state of the Turing Machine. s a s' a' d s1 b s2 b l s2 b s3 b l s2 1 s2 1 l s3 b H b 0 s3 1 s4 b r s4 b s2 1 l
  • 29. Circuit Model of Computation Circuits are made of wires and gates. Each wire carries one bit of information Gates perform logical operations on one or more wires. In any computation, a circuit can be represented as mapping a n-bit input to a m-bit output.
  • 30. Logic Gates AND – outputs 1 iff both inputs are 1 OR - outputs 0 iff both inputs are 0 NOT - outputs 1 iff input is 0 outputs 0 iff input is 1
  • 31. Logic Gates FANOUT - outputs two bits identical to input. AND,OR,NOT, and FANOUT constitute a universal set of gates. That is, any n-bit to m-bit function can be represented by them.
  • 32. Gates as Linear Operators Consider the NOT gate, which returns the opposite of the input. We may represent this gate as a 2x2 matrix.
  • 36. Qubits 2 level system in a superposition of bit states. We will manipulate qubits in a manner analogous to the circuit model of classical computation.
  • 37. Representing a Two-Qubit Input Given two wires going into a gate, you can represent both bits as the tensor product of the two bit. Two 2-dimensional vectors becomes one 4-dimensional vector.
  • 38. Representing Two Qubits We can write a basis for a two qubit system as the tensor products of the individual qubit's basis vectors
  • 39. Entanglement of Two Qubits A two-qubit state is separable if it can be written as the tensor product of two one-qubit states. A two-qubit state is entangled otherwise.
  • 40. n-Qubit Quantum Register A quantum computer may be thought of as a collection of n-qubits called a quantum register. A n-qubit quantum register has a basis of 2n allowed states, and any state of the quantum computer is in a superposition of these states.
  • 41. Prerequisites for Quantum Computation Be able to prepare system in a well defined initial state. Be able to manipulate the wave function via unitary transformations. Be able to measure the final states of each qubit.
  • 42. Hadamard Gate (Single Qubit) Changes the basis to a superposition of the computation basis. Hadamard gate is a Hermitian operator.
  • 43. Controlled Gates (CNOT) The first qubit acts as the control qubit. The second qubit acts as the target qubit. Flips the state of the target qubit if the first qubit is found in a certain state. ( |1>)
  • 44. Quantum CNOT Gate Can be used to introduce entangled state into a two-qubit system. CNOT along with some of its variants form a universal set of quantum logic gates.
  • 45. Deutsch's Algorithm (1992) Acts on a boolean function Is the function balanced? Is the function constant? Can determine whether the function is balanced or constant in one step! Classical computers require two runs! x f1 f2 f3 f4 0 0 1 0 1 1 0 0 1 1
  • 46. Deutsch's Algorithm (1992) Start with |01> state Apply Hadamard gates to both qubits. Apply U, then another Hadamard gate on the first bit. Measure the first bit. |0> => f is constant.
  • 47. Shor's Algorithm (1994) A hybrid algorithm that is able to a factor a large integer n in polynomial time. We want to factor a large composite integer n. Find the periodicity of F(a) = xa (mod n) for x relatively prime to n. Test all the exponents 'a' up to a power of two between n2 and 2n2 using quantum parallelism. Given this period we can more easily determine possible factors.
  • 48. Other Curiosities Grover's sorting algorithm (1996) Searching through an unsorted database Best classical algorithm is brute force Universal quantum simulator Proposed by Richard Feynman (1982) Quantum simulation requires exponential resources classically Can be done efficiently with a quantum computer. (Seth Lloyd - 1996)
  • 49. Implementation Quantum logic gate implemented (1995 - NIST) C-NOT gate using trapped ions Quantum algorithm – 7 qubits (2001 - IBM) Used Shor's algorithm to factor 15 Largest qubit register – 12 qubits (2006 ICQ) Benchmarked a 12 qubit register Decoherence – the bane of quantum computing
  • 50. Summary Quantum computing is promising field Efficient solutions to classically difficult problems Inevitable conclusion of Moore's law Decryption & Encryption Computer modeling of quantum mechanics Physical implementation requires solving or bypassing the problem of decoherence.
  • 51. Works Cited “Principle of Quantum Computation and Information” - Benenti, et al. “An Introduction to Quantum Computing” - Kaye, et al. “Quantum Computing and Shor's Algorithm” - Hayward ( http://alumni.imsa.edu/~matth/quant/299/paper/) Images from Wikipedia (http://en.wikipedia.org/*) Slide 1 – Bloch Sphere; Slide 6 – BQP; Slide 8 – Moore's Law; Slide 24 – Turing Machine; Slides 31/32 – Logic Gates; Actual Turing machine from (http://aturingmachine.com) LaTeX by the Online LaTeX Generator: (http://codecogs.com/)