Shors Algorithm
Shors Algorithm
Presented by Submitted to
Abhay Malav (23/721) Professors Dr. Harish Sharma
Nitin (23/732)
Vikas Gangwal (23/734)
Vishal Kumar (23/735)
Introduction
Feyman -
“I think I can safely say that nobody understands quantum mechanics”
1982 - Feymen Proposed the idea of
creating machines based on the laws of
quantum mechanics instead of the laws of
classical physics.
1985 - Devid Deutsch developed the
quantum Turing Machine, showing that
quantum circuits are universal.
1994- Peter Shor came up with a quantum
search algorithm to factor very large
number in polynomial time.
1997 - Lov Governer develops a quantum
search algorithm with O(✓N) complexity. "Peter Shor"
Source - Wikipedia
Composition of Quantum Computing
Quantum Computing
"Source - Steptophyscics.com"
Any state of the system is modeled by a
unite-lenth vector in the Hilbert space
C^2n.
Qubit (Short of quantum bit)
Rechard Feymen
"Source - BlogofHolding.com"
Multi-Qubit Systems
David Deutsch
"Source - vrockai.github.io"
Entangled States
"Source - Steptophyscics.com"
Quantum Gates One-Qubit Hadamard Gate
Control-NOT gate
"Source - news.mit.edu"
Significance of Shor’s algorithm
Fast Factorization of any given numbers.
2. Compute gcd (a, N). This may be done using the Euclidean algorithm.
5. If r is odd, go to step 1.
1. Choose an integer q such that N^2 < q< 2N^2 let's pick 256
3. Create two quantum registers (these registers must also be entangled so that the
collapse of the input register corresponds to the collapse of the output register)
Input register:
must contain enough qubits to represent numbers as large as q-1.
up to 255, so we need 8 qubits
Output register:
must contain enough qubits to represent numbers as large as N-1.
up to 14, so we need 4 qubits
Shor's Algorithm - Preparing Data
4. Load the input register with an equally weighted superposition of all
integers from 0 to q-1. 0 to 255
The idea here is that this computation will be done on a classical computer.
Shor's Algorithm - Problems
The QFT comes up short and reveals the wrong period.
• Quantum simulation.
www.eecis.udel.edu/~saunders/courses/879-03s/
http://www.cs.berkeley.edu/~vazirani/
Thank You
Source-”https://www.flickr.com/photos/iharsten/8710094055/”
Recent Topics
Question Paper on the topic
“Realisation of Shor’s Algorithm”
Submitted by
Abhay Malav (23/721)
Nitin (23/732)
Vikas Gangwal(23/734)
Vishal Kumar(23/735)
Student Instructions:
Ans - A qubit is the basic unit of quantum information, representing a two-state quantum
system, analogous to a classical bit.
Ans - Quantum entanglement is a phenomenon where two qubits become linked, such that
the state of one qubit instantly affects the state of the other, regardless of distance.
Q4. How does a classical bit differ from a qubit?
Ans - A classical bit can only exist in one of two states (0 or 1), while a qubit can exist in a
superposition of both states simultaneously.
Ans - Shor's Algorithm is significant because it can efficiently factor large numbers, which
has major implications for breaking widely-used cryptographic systems.
ɑ|0> + β|1>,
A classic example is Schrödinger's cat thought experiment. In this scenario, a cat in a sealed
box is simultaneously alive and dead until the box is opened and observed. This illustrates
how superposition works: the cat's state is a superposition of both alive and dead states until
measured.
Ans - Quantum entanglement allows for instantaneous state changes between entangled
qubits, no matter the distance. This means that information can be shared faster than the
speed of light, theoretically allowing for faster-than-light communication.
Quantum entanglement creates a unique connection between particles, allowing them to share
information instantaneously over long distances. This phenomenon is crucial for quantum
communication, particularly in quantum key distribution (QKD), which ensures secure data
transmission by detecting eavesdropping attempts¹. However, entanglement itself doesn't
enable faster-than-light communication, as it doesn't transmit usable information directly⁴⁵.
Instead, it enhances the security and efficiency of communication protocols by providing
correlated outcomes that can be used to verify the integrity of the transmitted data². This
makes quantum communication more robust and secure compared to classical methods.
Q8. Explain how Shor's Algorithm can be used to factor large numbers and its
importance in cryptography.
Ans - Shor's Algorithm utilises quantum principles to factor large numbers efficiently,
which classical computers find challenging. This capability threatens current cryptographic
techniques, such as RSA encryption, that rely on the difficulty of factoring large numbers.
ɑ|0> + β|1>
Where ɑ and β are complex numbers that describe the probability amplitudes of the qubit
being in state 0 or 1, respectively.
Q10. Explain Shor's Algorithm in detail, including the steps involved and its
implications for the future of cryptography.
Ans -
Shor’s Algorithm
Shor’s Algorithm is a quantum algorithm developed by Peter Shor in 1994 for factoring large
integers efficiently, which has significant implications for cryptography.
Shor's Algorithm is designed to factorise large integers exponentially faster than the
best-known classical algorithms. It consists of two parts: finding the period of a function
using quantum Fourier transform and then using this period to find the factors of the number.
The efficiency of Shor’s Algorithm poses a serious threat to RSA encryption, which
underpins much of today's secure communication. If quantum computers become practical,
current cryptographic systems would need to be replaced with quantum-resistant alternatives.
Steps Involved:
Initialization: Start with a quantum register initialised to a superposition of all possible states.
Quantum Fourier Transform (QFT): Apply the QFT to the quantum register. This step is
crucial for finding the periodicity in the function used for factoring.
Modular Exponentiation: Compute the function ( f(x) = a^x \mod N ) using quantum gates,
where ( N ) is the number to be factored and ( a ) is a randomly chosen integer.
Measurement: Measure the quantum register to obtain a value that helps in determining the
period of the function.
Classical Post-processing: Use classical algorithms to process the measured value and find
the factors of ( N ).
Shor’s Algorithm can factorise large integers exponentially faster than the best-known
classical algorithms. This poses a threat to classical cryptographic systems like RSA, which
rely on the difficulty of factoring large numbers for security.