SlideShare a Scribd company logo
1 of 36
Quantum Computing
Quantum Computing is the use of quantum-mechanical(Quantum
mechanics-including quantum field theory, is a fundamental theory in physics
which describes nature at the smallest – including atomic and subatomic –
scales.) phenomenon to perform computation.
According to Moore's law, the size of computer chips is
reduced by half every 6 months. If this is the case, then the various
components of the computer chip that are constantly being miniaturized will
start to behave under the rules of quantum mechanics instead of the usual
physics. This fundamental change of hardware has in many cases also
redefined the boundaries of theoretical computer science.
•Moore’s Law: We hit the quantum level 2010~2020.
It’s fascinating to think about the power in our pocket—today’s smartphones
have the computing power of a military computer from 50 years ago that was
the size of an entire room. However, even with the phenomenal strides we
made in technology and classical computers since the onset of the computer
revolution, there remain problems that classical computers just can’t solve.
Many believe quantum computers are the answer.
Forget Moore's Law — Quantum Computers Are
Improving According to a Spooky 'Doubly Exponential
Rate'
According to Neven's Law,Named after Hartmut Neven, the director of the
Quantum Artificial Intelligence Lab at Google who first noticed the
phenomenon, the law dictates how quickly quantum processors are
improving, or getting faster at processing calculations, relative to regular
computers.
And it turns out, they're gaining on ordinary computers at a
spookily fast, "doubly exponential rate." That means that processing power
grows by a factor of 2^2^1 (4), then 2^2^2 (16), then 2^2^3 (256), then 2^2^4
(65,536), and so on. Doubly-exponential growth is so huge, it's hard to find
anything that grows so quickly in the natural world, according to Quanta.
"It looks like nothing is happening, nothing is happening, and
then whoops, suddenly you're in a different world,"
Quantum Properties
Three quantum mechanical properties
— superposition
— entanglement
— and interference
are used in quantum computing to manipulate the state of a
qubit.
Superposition
It states that- any two (or more) quantum states can be added together
("superposed") and the result will be another valid quantum state ; and
conversely, that every quantum state can be represented as a sum of two or
more other distinct states.
The principle of quantum superposition states simply that
a quantum particle can exists in 2 distinct locations at the same time.
According to this theory, an quantum particle can exist simultaneously in
multiple states, unless the operation of measurement is made.
To drive what quantum superposition means, closely observe the short video
above. The video depicts through animation, what is known as Qubits in
Quantum computing. A Qubit is the basic unit of quantum information, a
parallel to the Bit as the basic unit of classical information. As shown in the
video, a Qubit can be both 0 and 1 at the same time, till the time it is
observed. This property of the Qubit to be in a superposition of 2 states at the
same time is what provides the Quantum Computers with exponential
speedup when compared to Classical Computers.
Let’s take a step back from talking about Qubits and Quantum Computers.
Quantum superposition is something that happens throughout nature. let me
take the example of the most commonly know element on earth, water. I
hope all readers have a fair idea about how the water molecules are formed.
Oxygen shares it’s 2 electrons with each of the Hydrogen molecule and forms
a bond with them. According to classical chemistry, this sharing means that
the shared electrons reside in the vacant space between the Hydrogen and
Oxygen molecules. According to Quantum scientists, this is not exactly true.
The shared electrons actually exists in superposition between the Oxygen and
Hydrogen molecules. This means that the shared electrons are
simultaneously present in both Oxygen and Hydrogen molecules and the
position of these electrons need not always be in between the 2.
Exponential speedup in Computation power
One of the most studied applications of quantum superposition is the
possible speedup in computation.
Consider that a quantum particle is going through this maze. Remember that
a quantum particle have the unique property of being at 2 places at the same
time, due to the principle of quantum superposition. So, when a quantum
particle encounters various paths to take within the maze, it can decide to
take all of those paths at the same time using superposition. If you think
about it, this process closely resembles the paradigm of parallel computing.
Due to quantum superposition, the quantum particle is able to navigate the
maze in exponentially less time than the classical bit.
A classical bit, on the other hand, does not posses this magical ability of
superposition. A classical bit is easier to imagine, as we can just imagine our
self going through a maze. At a time, we can explore only one of the paths in
the maze at a time. If the path the classical particle takes ends up in a dead
end, we have to backtrack all the way back and start again by choosing a
different path. As you can see, this is a time consuming process and we would
lose horribly if we were to race against the quantum particle.
Entanglement
Entanglement describes the relationship that exists between two or more
particles that interact in a way that makes it impossible to describe each
particle independently, even when the particles are separated by a large
distance. Rather, measurements of the particles reveal correlations, and as
such the particles must always be described as a quantum state of the whole
system. Entangled particles behave together as a system in ways that cannot
be explained using classical logic.
The advantages is that all qubits work together with entangled therefore we
can solve any problem easily, as many combination is possible.
Interference
Finally, quantum states can undergo interference due to a phenomenon
known as phase. Quantum interference can be understood similarly to wave
interference; when two waves are in phase, their amplitudes add, and when
they are out of phase, their amplitudes cancel.
qubit
qubit or quantum bit (sometimes qbit) is the basic unit of information and
fundamental building block in quantum computing.
• Let N=50 that is with 50 QBITS
Quantum computing fundamentals
All computing systems rely on a fundamental ability to store and manipulate
information. Current computers manipulate individual bits, which store
information as binary 0 and 1 states. Quantum computers leverage quantum
mechanical phenomena to manipulate information. To do this, they rely on
quantum bits, or qubits. qubits consists with two level they are written in the
conventional Dirac—or “bra-ket’’—notation
When we say the spin of a particle is in a superposition of states, it simply
means it is in a linear combination of up spin and down spin. Here is the
equation in the Dirac notation.
The coefficient α is called the amplitude.
Here, the up spin and the down spin states are just the basis vectors. The
concept is similar to the x, y basis vectors in the law of motion in Physics.
The Dirac notation |ψ⟩ is just a short form for a matrix.
|0⟩ and |1⟩ are the two orthogonal basis vectors that are encoded as:
It also has a dual form written as:
The math is simply matrix multiplication and linear algebra. We
just shorten it with Dirac notation.
We can visualize the superposition as a point lying on the surface of a unit
sphere.
• 1 qubit: a|0> + b|1>
• 2 qubits: a|00> + b|01> + c|10> + d|11>
• 3 qubits: a|000> + b|001> + c|010> + d|100> + e|011> +
f|101> +g|110> + h|111>
Due to the nature of quantum physics, the destruction of information in
a gate will cause heat to be evolved which can destroy the superposition
of qubits.
Quantum Gates
 Quantum Gates are similar to classical gates, but do not have a
degenerate output. i.e. their original input state can be derived from their
output state, uniquely. They must be reversible.
 This means that a deterministic computation can be performed on a
quantum computer only if it is reversible. Luckily, it has been shown that
any deterministic computation can be made reversible.(Charles Bennet,
1973)
Simplest gate involves one qubit and is called a Hadamard Gate (also known
as a square-root of NOT gate.) Used to put qubits into superposition.
Quantum Gates - Hadamard
A gate which operates on two qubits is called a Controlled-NOT (CN) Gate. If
the bit on the control line is 1, invert the bit on the target line.
Quantum Gates - Controlled NOT
We can build a reversible logic circuit to calculate multiplication by 2 using CN
gates arranged in the following manner:
A gate which operates on three qubits is called a Controlled Controlled NOT
(CCN) Gate. If the bits on both of the control lines is 1,then the target bit is
inverted.
Applications of Quantum Computing
• Parallel computations
• Artificial Intelligence
• Molecular Modeling
• Cryptography
• Financial Modeling
• Weather Forecasting
• Particle Physics
Reference
https://en.wikipedia.org/wiki/Quantum_computing
https://bn.wikipedia.org/wiki/%E0%A6%95%E0%A7%8B%E0%A6%AF%E0%A6%BC%E0%A6%BE%E0%A6%A8%E0%A7%8D%E0%A6%9F%E
0%A6%BE%E0%A6%AE_%E0%A6%97%E0%A6%A3%E0%A6%A8%E0%A6%BE
https://www.bernardmarr.com/default.asp?contentID=1143
https://www.livescience.com/65651-quantum-computers-get-scary-fast.html
https://www.ibm.com/quantum-computing/learn/what-is-quantum-computing/
https://www.youtube.com/watch?v=C6MLmESU9v0
https://www.youtube.com/watch?v=V1Cx8wCZN_c
https://en.wikipedia.org/wiki/Quantum_superposition
https://becominghuman.ai/quantum-superposition-and-what-that-means-to-quantum-computation-3fbb5a711b9a
https://www.epiqc.cs.uchicago.edu/resources-entanglement
https://en.wikipedia.org/wiki/Quantum_entanglement
https://www.google.com/search?q=ppt+on+quantum+computing&rlz=1C1CHZL_enBD870BD870&oq=pp&aqs=chrome.0.69i59j69i57j0l6.
2163j0j7&sourceid=chrome&ie=UTF-8
https://medium.com/@jonathan_hui/qc-what-are-qubits-in-quantum-computing-cdb3cb566595
https://singularityhub.com/2017/06/25/6-things-quantum-computers-will-be-incredibly-useful-for/
https://builtin.com/hardware/quantum-computing-applications

More Related Content

What's hot

Quantum computers by Emran
Quantum computers by EmranQuantum computers by Emran
Quantum computers by EmranEmran Hossain
 
Presentation on quantum computers
Presentation on quantum computersPresentation on quantum computers
Presentation on quantum computersNancy Mann
 
QuantumComputersPresentation
QuantumComputersPresentationQuantumComputersPresentation
QuantumComputersPresentationVinayak Suresh
 
Quantum computers
Quantum computersQuantum computers
Quantum computersJAy Patel
 
Quantum Computing: Welcome to the Future
Quantum Computing: Welcome to the FutureQuantum Computing: Welcome to the Future
Quantum Computing: Welcome to the FutureVernBrownell
 
Quantum Computing
Quantum ComputingQuantum Computing
Quantum ComputingKomal Gupta
 
Quantum Computation: What is it and Why?
Quantum Computation: What is it and Why?Quantum Computation: What is it and Why?
Quantum Computation: What is it and Why?Stefano Franco
 
Quantum computer
Quantum computerQuantum computer
Quantum computerNikhil Eg
 
Quantum Computing Explained
Quantum Computing ExplainedQuantum Computing Explained
Quantum Computing Explainedjeetendra mandal
 
Quantum computing
Quantum computingQuantum computing
Quantum computingRitwik MG
 
Quantum computing - Introduction
Quantum computing - IntroductionQuantum computing - Introduction
Quantum computing - Introductionrushmila
 
Quantum computer
Quantum computerQuantum computer
Quantum computerashirafzal1
 
Quantum computing
Quantum computingQuantum computing
Quantum computingSamira Riki
 

What's hot (20)

Quantum computer
Quantum computerQuantum computer
Quantum computer
 
Quantum Computing
Quantum ComputingQuantum Computing
Quantum Computing
 
Quantum computers
Quantum computersQuantum computers
Quantum computers
 
Quantum computers by Emran
Quantum computers by EmranQuantum computers by Emran
Quantum computers by Emran
 
Quantum computer
Quantum computerQuantum computer
Quantum computer
 
Presentation on quantum computers
Presentation on quantum computersPresentation on quantum computers
Presentation on quantum computers
 
Quantum computing
Quantum computingQuantum computing
Quantum computing
 
QuantumComputersPresentation
QuantumComputersPresentationQuantumComputersPresentation
QuantumComputersPresentation
 
Qunatum computing
Qunatum computing Qunatum computing
Qunatum computing
 
Quantum computers
Quantum computersQuantum computers
Quantum computers
 
Quantum Computing: Welcome to the Future
Quantum Computing: Welcome to the FutureQuantum Computing: Welcome to the Future
Quantum Computing: Welcome to the Future
 
Quantum Computing
Quantum ComputingQuantum Computing
Quantum Computing
 
Quantum Computation: What is it and Why?
Quantum Computation: What is it and Why?Quantum Computation: What is it and Why?
Quantum Computation: What is it and Why?
 
Quantum computer
Quantum computerQuantum computer
Quantum computer
 
Quantum Computing Explained
Quantum Computing ExplainedQuantum Computing Explained
Quantum Computing Explained
 
Quantum computing
Quantum computingQuantum computing
Quantum computing
 
Quantum computing - Introduction
Quantum computing - IntroductionQuantum computing - Introduction
Quantum computing - Introduction
 
Quantum computer
Quantum computerQuantum computer
Quantum computer
 
Quantum Computers
Quantum ComputersQuantum Computers
Quantum Computers
 
Quantum computing
Quantum computingQuantum computing
Quantum computing
 

Similar to Quantum Computing

Quantum Computing
Quantum ComputingQuantum Computing
Quantum ComputingAmr Mohamed
 
Quantum computing seminar
Quantum computing seminarQuantum computing seminar
Quantum computing seminarVishnu Sivadas
 
An Introduction to Quantum computing
An Introduction to Quantum computingAn Introduction to Quantum computing
An Introduction to Quantum computingJai Sipani
 
Quantum Computing
Quantum ComputingQuantum Computing
Quantum ComputingKavika Roy
 
Quantum communication and quantum computing
Quantum communication and quantum computingQuantum communication and quantum computing
Quantum communication and quantum computingIOSR Journals
 
Quantum Computing by Rajeev Chauhan
Quantum Computing by Rajeev ChauhanQuantum Computing by Rajeev Chauhan
Quantum Computing by Rajeev ChauhanOWASP Delhi
 
osama-quantum-computing and its uses and applications
osama-quantum-computing and its uses and applicationsosama-quantum-computing and its uses and applications
osama-quantum-computing and its uses and applicationsRachitdas2
 
Quantum Computing Quantum Internet 2020_unit 1 By: Prof. Lili Saghafi
Quantum Computing Quantum Internet 2020_unit 1 By: Prof. Lili SaghafiQuantum Computing Quantum Internet 2020_unit 1 By: Prof. Lili Saghafi
Quantum Computing Quantum Internet 2020_unit 1 By: Prof. Lili SaghafiProfessor Lili Saghafi
 
Quantum computing seminar
Quantum computing seminarQuantum computing seminar
Quantum computing seminarPankaj Kumar
 
Seminar report on quantum computing
Seminar report on quantum computingSeminar report on quantum computing
Seminar report on quantum computingSavita Sharma
 

Similar to Quantum Computing (20)

CA_final_paper
CA_final_paperCA_final_paper
CA_final_paper
 
Quantum Computing
Quantum ComputingQuantum Computing
Quantum Computing
 
bhanu.pptx
bhanu.pptxbhanu.pptx
bhanu.pptx
 
Quantum Computation.pptx
Quantum Computation.pptxQuantum Computation.pptx
Quantum Computation.pptx
 
Quantum computing seminar
Quantum computing seminarQuantum computing seminar
Quantum computing seminar
 
An Introduction to Quantum computing
An Introduction to Quantum computingAn Introduction to Quantum computing
An Introduction to Quantum computing
 
Xim $%
Xim $%Xim $%
Xim $%
 
Quantum Computing
Quantum ComputingQuantum Computing
Quantum Computing
 
Quantum Computing
Quantum ComputingQuantum Computing
Quantum Computing
 
Quantum communication and quantum computing
Quantum communication and quantum computingQuantum communication and quantum computing
Quantum communication and quantum computing
 
Quantum computing
Quantum computingQuantum computing
Quantum computing
 
Quantum Computing by Rajeev Chauhan
Quantum Computing by Rajeev ChauhanQuantum Computing by Rajeev Chauhan
Quantum Computing by Rajeev Chauhan
 
MASTER_THESIS-libre
MASTER_THESIS-libreMASTER_THESIS-libre
MASTER_THESIS-libre
 
osama-quantum-computing.ppt
osama-quantum-computing.pptosama-quantum-computing.ppt
osama-quantum-computing.ppt
 
osama-quantum-computing and its uses and applications
osama-quantum-computing and its uses and applicationsosama-quantum-computing and its uses and applications
osama-quantum-computing and its uses and applications
 
quantum-computing.ppt
quantum-computing.pptquantum-computing.ppt
quantum-computing.ppt
 
Quantum Computing Quantum Internet 2020_unit 1 By: Prof. Lili Saghafi
Quantum Computing Quantum Internet 2020_unit 1 By: Prof. Lili SaghafiQuantum Computing Quantum Internet 2020_unit 1 By: Prof. Lili Saghafi
Quantum Computing Quantum Internet 2020_unit 1 By: Prof. Lili Saghafi
 
Quantum computing seminar
Quantum computing seminarQuantum computing seminar
Quantum computing seminar
 
Seminar report on quantum computing
Seminar report on quantum computingSeminar report on quantum computing
Seminar report on quantum computing
 
Write up QUANTUM COMPUTING.docx
Write up QUANTUM COMPUTING.docxWrite up QUANTUM COMPUTING.docx
Write up QUANTUM COMPUTING.docx
 

Recently uploaded

AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetHyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetEnjoy Anytime
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsHyundai Motor Group
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAndikSusilo4
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 

Recently uploaded (20)

AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your BudgetHyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
Hyderabad Call Girls Khairatabad ✨ 7001305949 ✨ Cheap Price Your Budget
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & Application
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 

Quantum Computing

  • 1. Quantum Computing Quantum Computing is the use of quantum-mechanical(Quantum mechanics-including quantum field theory, is a fundamental theory in physics which describes nature at the smallest – including atomic and subatomic – scales.) phenomenon to perform computation. According to Moore's law, the size of computer chips is reduced by half every 6 months. If this is the case, then the various components of the computer chip that are constantly being miniaturized will start to behave under the rules of quantum mechanics instead of the usual physics. This fundamental change of hardware has in many cases also redefined the boundaries of theoretical computer science.
  • 2. •Moore’s Law: We hit the quantum level 2010~2020.
  • 3. It’s fascinating to think about the power in our pocket—today’s smartphones have the computing power of a military computer from 50 years ago that was the size of an entire room. However, even with the phenomenal strides we made in technology and classical computers since the onset of the computer revolution, there remain problems that classical computers just can’t solve. Many believe quantum computers are the answer.
  • 4. Forget Moore's Law — Quantum Computers Are Improving According to a Spooky 'Doubly Exponential Rate' According to Neven's Law,Named after Hartmut Neven, the director of the Quantum Artificial Intelligence Lab at Google who first noticed the phenomenon, the law dictates how quickly quantum processors are improving, or getting faster at processing calculations, relative to regular computers. And it turns out, they're gaining on ordinary computers at a spookily fast, "doubly exponential rate." That means that processing power grows by a factor of 2^2^1 (4), then 2^2^2 (16), then 2^2^3 (256), then 2^2^4 (65,536), and so on. Doubly-exponential growth is so huge, it's hard to find anything that grows so quickly in the natural world, according to Quanta. "It looks like nothing is happening, nothing is happening, and then whoops, suddenly you're in a different world,"
  • 5. Quantum Properties Three quantum mechanical properties — superposition — entanglement — and interference are used in quantum computing to manipulate the state of a qubit.
  • 6. Superposition It states that- any two (or more) quantum states can be added together ("superposed") and the result will be another valid quantum state ; and conversely, that every quantum state can be represented as a sum of two or more other distinct states. The principle of quantum superposition states simply that a quantum particle can exists in 2 distinct locations at the same time. According to this theory, an quantum particle can exist simultaneously in multiple states, unless the operation of measurement is made.
  • 7. To drive what quantum superposition means, closely observe the short video above. The video depicts through animation, what is known as Qubits in Quantum computing. A Qubit is the basic unit of quantum information, a parallel to the Bit as the basic unit of classical information. As shown in the video, a Qubit can be both 0 and 1 at the same time, till the time it is observed. This property of the Qubit to be in a superposition of 2 states at the same time is what provides the Quantum Computers with exponential speedup when compared to Classical Computers.
  • 8. Let’s take a step back from talking about Qubits and Quantum Computers. Quantum superposition is something that happens throughout nature. let me take the example of the most commonly know element on earth, water. I hope all readers have a fair idea about how the water molecules are formed. Oxygen shares it’s 2 electrons with each of the Hydrogen molecule and forms a bond with them. According to classical chemistry, this sharing means that the shared electrons reside in the vacant space between the Hydrogen and Oxygen molecules. According to Quantum scientists, this is not exactly true. The shared electrons actually exists in superposition between the Oxygen and Hydrogen molecules. This means that the shared electrons are simultaneously present in both Oxygen and Hydrogen molecules and the position of these electrons need not always be in between the 2.
  • 9.
  • 10. Exponential speedup in Computation power One of the most studied applications of quantum superposition is the possible speedup in computation.
  • 11. Consider that a quantum particle is going through this maze. Remember that a quantum particle have the unique property of being at 2 places at the same time, due to the principle of quantum superposition. So, when a quantum particle encounters various paths to take within the maze, it can decide to take all of those paths at the same time using superposition. If you think about it, this process closely resembles the paradigm of parallel computing. Due to quantum superposition, the quantum particle is able to navigate the maze in exponentially less time than the classical bit.
  • 12. A classical bit, on the other hand, does not posses this magical ability of superposition. A classical bit is easier to imagine, as we can just imagine our self going through a maze. At a time, we can explore only one of the paths in the maze at a time. If the path the classical particle takes ends up in a dead end, we have to backtrack all the way back and start again by choosing a different path. As you can see, this is a time consuming process and we would lose horribly if we were to race against the quantum particle.
  • 13. Entanglement Entanglement describes the relationship that exists between two or more particles that interact in a way that makes it impossible to describe each particle independently, even when the particles are separated by a large distance. Rather, measurements of the particles reveal correlations, and as such the particles must always be described as a quantum state of the whole system. Entangled particles behave together as a system in ways that cannot be explained using classical logic.
  • 14.
  • 15. The advantages is that all qubits work together with entangled therefore we can solve any problem easily, as many combination is possible.
  • 16. Interference Finally, quantum states can undergo interference due to a phenomenon known as phase. Quantum interference can be understood similarly to wave interference; when two waves are in phase, their amplitudes add, and when they are out of phase, their amplitudes cancel.
  • 17. qubit qubit or quantum bit (sometimes qbit) is the basic unit of information and fundamental building block in quantum computing.
  • 18.
  • 19. • Let N=50 that is with 50 QBITS
  • 20. Quantum computing fundamentals All computing systems rely on a fundamental ability to store and manipulate information. Current computers manipulate individual bits, which store information as binary 0 and 1 states. Quantum computers leverage quantum mechanical phenomena to manipulate information. To do this, they rely on quantum bits, or qubits. qubits consists with two level they are written in the conventional Dirac—or “bra-ket’’—notation
  • 21. When we say the spin of a particle is in a superposition of states, it simply means it is in a linear combination of up spin and down spin. Here is the equation in the Dirac notation. The coefficient α is called the amplitude.
  • 22. Here, the up spin and the down spin states are just the basis vectors. The concept is similar to the x, y basis vectors in the law of motion in Physics. The Dirac notation |ψ⟩ is just a short form for a matrix.
  • 23. |0⟩ and |1⟩ are the two orthogonal basis vectors that are encoded as: It also has a dual form written as: The math is simply matrix multiplication and linear algebra. We just shorten it with Dirac notation.
  • 24. We can visualize the superposition as a point lying on the surface of a unit sphere.
  • 25. • 1 qubit: a|0> + b|1> • 2 qubits: a|00> + b|01> + c|10> + d|11> • 3 qubits: a|000> + b|001> + c|010> + d|100> + e|011> + f|101> +g|110> + h|111>
  • 26. Due to the nature of quantum physics, the destruction of information in a gate will cause heat to be evolved which can destroy the superposition of qubits.
  • 27. Quantum Gates  Quantum Gates are similar to classical gates, but do not have a degenerate output. i.e. their original input state can be derived from their output state, uniquely. They must be reversible.  This means that a deterministic computation can be performed on a quantum computer only if it is reversible. Luckily, it has been shown that any deterministic computation can be made reversible.(Charles Bennet, 1973)
  • 28. Simplest gate involves one qubit and is called a Hadamard Gate (also known as a square-root of NOT gate.) Used to put qubits into superposition. Quantum Gates - Hadamard
  • 29. A gate which operates on two qubits is called a Controlled-NOT (CN) Gate. If the bit on the control line is 1, invert the bit on the target line. Quantum Gates - Controlled NOT
  • 30. We can build a reversible logic circuit to calculate multiplication by 2 using CN gates arranged in the following manner:
  • 31. A gate which operates on three qubits is called a Controlled Controlled NOT (CCN) Gate. If the bits on both of the control lines is 1,then the target bit is inverted.
  • 32. Applications of Quantum Computing • Parallel computations • Artificial Intelligence • Molecular Modeling • Cryptography • Financial Modeling • Weather Forecasting • Particle Physics
  • 33.
  • 34.
  • 35.
  • 36. Reference https://en.wikipedia.org/wiki/Quantum_computing https://bn.wikipedia.org/wiki/%E0%A6%95%E0%A7%8B%E0%A6%AF%E0%A6%BC%E0%A6%BE%E0%A6%A8%E0%A7%8D%E0%A6%9F%E 0%A6%BE%E0%A6%AE_%E0%A6%97%E0%A6%A3%E0%A6%A8%E0%A6%BE https://www.bernardmarr.com/default.asp?contentID=1143 https://www.livescience.com/65651-quantum-computers-get-scary-fast.html https://www.ibm.com/quantum-computing/learn/what-is-quantum-computing/ https://www.youtube.com/watch?v=C6MLmESU9v0 https://www.youtube.com/watch?v=V1Cx8wCZN_c https://en.wikipedia.org/wiki/Quantum_superposition https://becominghuman.ai/quantum-superposition-and-what-that-means-to-quantum-computation-3fbb5a711b9a https://www.epiqc.cs.uchicago.edu/resources-entanglement https://en.wikipedia.org/wiki/Quantum_entanglement https://www.google.com/search?q=ppt+on+quantum+computing&rlz=1C1CHZL_enBD870BD870&oq=pp&aqs=chrome.0.69i59j69i57j0l6. 2163j0j7&sourceid=chrome&ie=UTF-8 https://medium.com/@jonathan_hui/qc-what-are-qubits-in-quantum-computing-cdb3cb566595 https://singularityhub.com/2017/06/25/6-things-quantum-computers-will-be-incredibly-useful-for/ https://builtin.com/hardware/quantum-computing-applications