SlideShare une entreprise Scribd logo
1  sur  46
ENGINEERING PHYSICS II
QUANTUM COMPUTER
           EVOLUTION LIES A HEAD




PRESENTED BY :
          P.SAI VARUN
         T.MURALI KRISHNA
               (1St Year) C.S.E Branch
CONTENTS
 Quantum Theory

 Influence of Quantum Theory

 Quantum Mechanics
     Two Slit Experiment with Electrons

     Applications
In 1900, physicist Max Planck presented
                     his Quantum Theory to the German
                     Physical Society.


                       Max Planck
                        1858-1947


Quantum theory:
Quantum theory is the theoretical basis of modern physics that
explains the nature and behavior of matter and energy on the
atomic and subatomic level.
INFLUENCE OF QUANTUM THEORY
Evolution of the                                     Materials
                   Bombs                  Power
Universe                   Medical                   &
                           Uses                      Technolog
  SUB ATOMIC                                         y
                                                  ATOMS &
                     NUCLEAR PHYSICS
  PARTICLES                         MOLECULES

                   QUANTUM THEORY


                     QUANTUM OPTICS

      QUANTUM                                         Quantum
     COMPUTIN         Laser          Communications Cryptography
     G                s
QUANTUM MECHANICS




Quantum mechanics is used to explain microscopic phenomena
such as photon-atom scattering and flow of the electrons in a
semiconductor.
QUANTUM MECHANICS is a collection of postulates based on a
huge number of experimental observations.
TWO SLIT EXPERIMENT
          Electrons




                      9
TWO SLIT EXPERIMENT
       Observing Electrons




                             10
APPLICATIONS OF QUANTUM MECHANICS

    TRANSISTORS


 The Transistors work on the unique properties of semiconductors --
 materials that can act as either a conductor or an insulator -- to
 operate.
LASERS




Lasers work is by exciting the electrons orbiting atoms, which then
emit photons as they return to lower energy levels.

The photons are released of the same energy level and direction,
creating a steady stream of photons we see as a laser beam.
QUANTUM COMPUTER




A quantum computer is a machine that performs calculations based on
the laws of Quantum Mechanics, which is the behavior of particles at
the sub-atomic level.

Quantum Computer has the potential to perform calculations
billions of times faster than silicon-based computer
CONTENTS

   History of Quantum Computer

   Quantum Computer Principle

   Basic Quantum Computation
        Bits Vs Qubits

   Bloch Sphere

   Quantum Gates
HISTORY OF QUANTUM COMPUTERS

Paul Benioff is credited with first applying Quantum theory to
computers in 1981.

Quantum Computer was first discovered by Richard Feynman
in 1982.

David Albert made the second discovery in 1984 when he described a
'self measuring quantum automaton'.

 David Deutsch was made the most important quantum computing in
1989.
The finite machine obeying the laws of quantum computation are
contained in a single machine called as a „universal quantum computer‟.
QUANTUM COMPUTER PRINCIPLE



                   Church-Turing Principle




Alonzo Church                                          Alan Turing
(1903-1995)                                           (1912-1954)
“If There exists or can be built a universal quantum computer that
can be programmed to perform any computational task that can be
performed by any physical object”.
Every „function which would naturally be regarded as computable‟ can be
computed by the Universal Turing machine.
BASIC QUANTUM COMPUTATION

The Qubit - can be 1, 0 or both 1 and 0
representation for a quantum number is the “Ket”-‟I>‟
|x> - number in Quantum Computer



Superposition states:

 2   N
         1                              2N 1
                                                    2
         ai si          Where:
                                               ai       1
  i 0                                    i 0
EXAMPLES:


            1      1
               0      1
             2      2

   1        1      1      1
     00       01     10     11
   2        2      2      2
REPRESENTATION

 n Qubits: 2nx1 matrix represents the state:
                                      1
    |0> would be represented by
                                      0

                                      0
    |1> would be represented by
                                      1

                                       1
                                        2
    Equal superposition would be       1
                                        2
BITS VS QUBITS
Classical bits are either 0 or 1
Quantum bits “qubits” are in linear superposition of | 0> and | 1>




                                               16 Qubits
Qubits and Quantum Registers
BLOCH SPHERE
The Bloch sphere is a geometric representation of qubit states as
points on the surface of a unit sphere.
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 computation can be performed on a quantum
computer only if it is reversible.

In 1973,Charles Bennet shown that any computation can be
reversible.
QUANTUM GATES ARE REVERSIBLE

In designing gates for a quantum computer, certain
constraints must be satisfied.

 A consequence of this requirement is that any quantum computing
 operation must be reversible.


 Reversible gates must have the same number of inputs and outputs.
   The most simple reversible classical gate is the infamous
    XOR (Exclusive or gate).
   In quantum computing it is usually called controlled-NOT
    or CNOT -gate.
   Observe that reversible (quantum) gates have equal number
    of inputs and outputs.
LOGIC GATES FOR QUANTUM BITS:




      0 1    0       1
                 =
       1 0   1       0

     0 1     1       0
                 =
      1 0    0       1
Quantum Logic Gates
QUANTUM GATES

  Hadamard Gate

  Controlled Not Gate (CN)

  Controlled Controlled Not Gate(CCN)

  Universal Quantum Gates

  Quantum Entanglement

  Quantum Teleportation
QUANTUM GATES - HADAMARD

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.



                            H               H

             State |0>        State |0> + |1>       State |1>



                  Note: Two Hadamard gates used in
                  succession can be used as a NOT gate
QUANTUM GATES - CONTROLLED NOT

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.
                                         Input   Output
     A - Target               A’         A   B   A’ B’
                                         0   0   0   0

     B - Control              B’         0   1   1   1
                                         1   0   1   0
                                         1   1   0   1


     Note: The CN gate has a similar behavior to the XOR gate
         with some extra information to make it reversible.
EXAMPLE OPERATION - MULTIPLICATION
              BY 2
  We can build a reversible logic circuit to calculate multiplication
 by 2 using CN gates arranged in the following manner:

                           Input          Output
                         Carry     Ones Carry   Ones
                          Bit       Bit  Bit     Bit
                           0        0     0        0
                           0        1     1        0

         0
                                                       Carry Bit



                                                       Ones Bit
              H
QUANTUM GATES - CONTROLLED CONTROLLED
NOT (CCN)
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.

                                          Input           Output
                                          A   B   C   A’ B’ C’
 A - Target                A’             0   0   0   0     0      0
                                          0   0   1   0     0      1
  B - Control 1            B’             0   1   0   0     1      0
                                          0   1   1   1     1      1

 C - Control 2                            1   0   0   1     0      0
                           C’
                                          1   0   1   1     0      1
                                          1   1   0   1     1      0
                                          1   1   1   0     1      1
A UNIVERSAL QUANTUM GATES
   The CCN gate has been shown to be a universal reversible
  logic gate as it can be used as a NAND gate.


  A - Target                                   Input       Output
                                A’
                                           A     B     C   A’ B’ C’
                                           0     0     0   0   0    0
  B - Control 1                 B’
                                           0     0     1   0   0    1
                                           0     1     0   0   1    0
  C - Control 2
                                C’         0     1     1   1   1    1
                                           1     0     0   1   0    0
                                           1     0     1   1   0    1
When our target input is 1, our target     1     1     0   1   1    0
output is a result of a NAND of B and C.
                                           1     1     1   0   1    1
OTHER   1*1   UNITARY GATES (QUANTUM)

                                 1 1    1
Hadamard                     H    2 1   1

 Pauli-X                     X      0 1
                                    1 0
        Classical inverter

                                    0    i
 Pauli-Y                     Y      i   0

                                    1   0
  Pauli-Z                    Z      0    1
OTHER   1*1   UNITARY GATES (QUANTUM)



                              1 0
 Phase             S          0       i


                          1           0
   /8              T              i /4
                          0       e
2*2 UNITARY GATES
                                           1 0 0 0
Controlled-Not
                                           0 1 0 0
(Feynman)                                  0 0 0 1
                                           0 0 1 0


                                           1 0 0 0
                                           0 0 1 0
   swap                                    0 1 0 0
These are counterparts of standard logic   0 0 0 1
because all entries in arrays are 0,1
2*2 UNITARY GATES
These are truly quantum
logic gates because not         Controlled-Z
all entries in arrays are
0,1                               1 0 0    0
                            Z
                                  0 1 0    0
                                  0 0 1    0
            Another
                                  0 0 0    1
            symbol

                                   1 0 0 0
                                   0 1 0 0
Controlled-phase                   0 0 1 0
                            S
                                   0 0 0   i
3*3 UNITARY GATES

            This is a counterpart of standard logic
            because all entries in arrays are 0,1


                    1 0 0 0 0 0 0 0
                    0 1 0 0 0 0 0 0
                    0 0 1 0 0 0 0 0
  Toffoli           0 0 0 1 0 0 0 0
                    0 0 0 0 1 0 0 0
                    0 0 0 0 0 1 0 0
                    0 0 0 0 0 0 0 1
                    0 0 0 0 0 0 1 0
3*3 UNITARY GATES
    abc
                                   This is a counterpart of standard
                                   logic because all entries in arrays are
                                   0,1


                                          1 0 0 0 0 0 0 0
     abc                                  0 1 0 0 0 0 0 0
                                          0 0 1 0 0 0 0 0
                                          0 0 0 1 0 0 0 0
                                          0 0 0 0 1 0 0 0
                                          0 0 0 0 0 0 1 0
        Fredkin                           0 0 0 0 0 1 0 0
This is one more notation for Fredkin
that some papers use
                                          0 0 0 0 0 0 0 1
QUANTUM ENTANGLEMENT




   The fact that a quantum bit, qubit, can be in several states is called
    entanglement. An electron can have both spin up and down.
   When we try to measure the state of electron, it is found either as spin
    up or down, not both.
   The entanglement can be seen only when repeating the measurement.
    (with other electrons being in the same entangled state).
QUANTUM TELEPORTATION




   Teleportation means transmission of quantum states. That is quite
    difficult even if not impossible.
   That is used in telecommunication to protect telecommunication
    from eavesdropping (salakuuntelu) because the listening is not
    possible without destroying information...
QUANTUM MAN




“I learned very early the difference between knowing the
name of something and knowing something.”

                       -Richard P. Feynman
“A person who never made a mistake never tried
anything new.”
                        -ALBERT EINSTEIN
Be a Hero .
Always Say,
“I Have No Fear.”



                    -Swami Vivekananda
Thank s
             to
            the
Humanities and Basic Sciences
   Physics Department
T.BHIMA RAJU SIR & K.DHANUNJAYA SIR
THANK YOU!

Contenu connexe

Tendances

Sthack 2015 - Renaud "@nono2357" Lifchitz - Quantum computing in practice
Sthack 2015 - Renaud "@nono2357" Lifchitz - Quantum computing in practiceSthack 2015 - Renaud "@nono2357" Lifchitz - Quantum computing in practice
Sthack 2015 - Renaud "@nono2357" Lifchitz - Quantum computing in practiceStHack
 
Quantum Computing and Quantum Supremacy at Google
Quantum Computing and Quantum Supremacy at GoogleQuantum Computing and Quantum Supremacy at Google
Quantum Computing and Quantum Supremacy at Googleinside-BigData.com
 
Quantum computing
Quantum computingQuantum computing
Quantum computingmrevanth
 
Quantum computing, non-determinism, probabilistic systems... and the logic be...
Quantum computing, non-determinism, probabilistic systems... and the logic be...Quantum computing, non-determinism, probabilistic systems... and the logic be...
Quantum computing, non-determinism, probabilistic systems... and the logic be...Alejandro Díaz-Caro
 
Quantum computing
Quantum computingQuantum computing
Quantum computingRitwik MG
 
Quantum Computing by Rajeev Chauhan
Quantum Computing by Rajeev ChauhanQuantum Computing by Rajeev Chauhan
Quantum Computing by Rajeev ChauhanOWASP Delhi
 
A short introduction to Quantum Computing and Quantum Cryptography
A short introduction to Quantum Computing and Quantum CryptographyA short introduction to Quantum Computing and Quantum Cryptography
A short introduction to Quantum Computing and Quantum CryptographyFacultad de Informática UCM
 
Let's build a quantum computer!
Let's build a quantum computer!Let's build a quantum computer!
Let's build a quantum computer!Andreas Dewes
 
Quantum computer
Quantum computerQuantum computer
Quantum computerNikhil Eg
 
From Bits to Qubits: Can Medicine Benefit From Quantum Computing?
From Bits to Qubits: Can Medicine Benefit From Quantum Computing?From Bits to Qubits: Can Medicine Benefit From Quantum Computing?
From Bits to Qubits: Can Medicine Benefit From Quantum Computing?Mike Hogarth, MD, FACMI, FACP
 
Seminar on quatum
Seminar on quatumSeminar on quatum
Seminar on quatumaprameyabr1
 

Tendances (19)

Sthack 2015 - Renaud "@nono2357" Lifchitz - Quantum computing in practice
Sthack 2015 - Renaud "@nono2357" Lifchitz - Quantum computing in practiceSthack 2015 - Renaud "@nono2357" Lifchitz - Quantum computing in practice
Sthack 2015 - Renaud "@nono2357" Lifchitz - Quantum computing in practice
 
Quantum Computing and Quantum Supremacy at Google
Quantum Computing and Quantum Supremacy at GoogleQuantum Computing and Quantum Supremacy at Google
Quantum Computing and Quantum Supremacy at Google
 
Quantum Computing
Quantum ComputingQuantum Computing
Quantum Computing
 
Quantum computing
Quantum computingQuantum computing
Quantum computing
 
Quantum computing
Quantum computingQuantum computing
Quantum computing
 
quantum computing
quantum computingquantum computing
quantum computing
 
Quantum computing
Quantum computingQuantum computing
Quantum computing
 
Quantum computing, non-determinism, probabilistic systems... and the logic be...
Quantum computing, non-determinism, probabilistic systems... and the logic be...Quantum computing, non-determinism, probabilistic systems... and the logic be...
Quantum computing, non-determinism, probabilistic systems... and the logic be...
 
Quantum computing
Quantum computingQuantum computing
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
 
Quantum computing
Quantum computingQuantum computing
Quantum computing
 
A short introduction to Quantum Computing and Quantum Cryptography
A short introduction to Quantum Computing and Quantum CryptographyA short introduction to Quantum Computing and Quantum Cryptography
A short introduction to Quantum Computing and Quantum Cryptography
 
Let's build a quantum computer!
Let's build a quantum computer!Let's build a quantum computer!
Let's build a quantum computer!
 
Quantum Computers
Quantum ComputersQuantum Computers
Quantum Computers
 
Quantum computer
Quantum computerQuantum computer
Quantum computer
 
Des2017 quantum computing_final
Des2017 quantum computing_finalDes2017 quantum computing_final
Des2017 quantum computing_final
 
From Bits to Qubits: Can Medicine Benefit From Quantum Computing?
From Bits to Qubits: Can Medicine Benefit From Quantum Computing?From Bits to Qubits: Can Medicine Benefit From Quantum Computing?
From Bits to Qubits: Can Medicine Benefit From Quantum Computing?
 
Seminar on quatum
Seminar on quatumSeminar on quatum
Seminar on quatum
 

En vedette

Quantum Computing - Basic Concepts
Quantum Computing - Basic ConceptsQuantum Computing - Basic Concepts
Quantum Computing - Basic ConceptsSendash Pangambam
 
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 - Introduction
Quantum computing - IntroductionQuantum computing - Introduction
Quantum computing - Introductionrushmila
 
Presentation on quantum computers
Presentation on quantum computersPresentation on quantum computers
Presentation on quantum computersNancy Mann
 
Quantum Computers
Quantum ComputersQuantum Computers
Quantum ComputersDeepti.B
 
Learn to program Tic Tac Toe Game in Visual C++ on Windows
Learn to program Tic Tac Toe Game in Visual C++ on WindowsLearn to program Tic Tac Toe Game in Visual C++ on Windows
Learn to program Tic Tac Toe Game in Visual C++ on Windowsayman diab
 
Quantum Computers new Generation of Computers part 7 by prof lili saghafi Qua...
Quantum Computers new Generation of Computers part 7 by prof lili saghafi Qua...Quantum Computers new Generation of Computers part 7 by prof lili saghafi Qua...
Quantum Computers new Generation of Computers part 7 by prof lili saghafi Qua...Professor Lili Saghafi
 
Quantum computing
Quantum computingQuantum computing
Quantum computingSamira Riki
 
9.design of high speed area efficient low power vedic multiplier using revers...
9.design of high speed area efficient low power vedic multiplier using revers...9.design of high speed area efficient low power vedic multiplier using revers...
9.design of high speed area efficient low power vedic multiplier using revers...nareshbk
 
Quantum computer in cryptography
Quantum computer in cryptographyQuantum computer in cryptography
Quantum computer in cryptographyAkshay Shelake
 
Quantum cryptography data
Quantum cryptography dataQuantum cryptography data
Quantum cryptography dataKarthik Mohan
 
Quantum Computers PART 1 & 2 by Prof Lili Saghafi
Quantum Computers  PART 1 & 2 by Prof Lili SaghafiQuantum Computers  PART 1 & 2 by Prof Lili Saghafi
Quantum Computers PART 1 & 2 by Prof Lili SaghafiProfessor Lili Saghafi
 

En vedette (20)

Quantum Computing - Basic Concepts
Quantum Computing - Basic ConceptsQuantum Computing - Basic Concepts
Quantum Computing - Basic Concepts
 
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 - Introduction
Quantum computing - IntroductionQuantum computing - Introduction
Quantum computing - Introduction
 
Quantum Computing
Quantum ComputingQuantum Computing
Quantum Computing
 
Quantum computer
Quantum computerQuantum computer
Quantum computer
 
Presentation on quantum computers
Presentation on quantum computersPresentation on quantum computers
Presentation on quantum computers
 
Quantum Computers
Quantum ComputersQuantum Computers
Quantum Computers
 
Quantum dots ppt
Quantum dots pptQuantum dots ppt
Quantum dots ppt
 
Quantum computer ppt
Quantum computer pptQuantum computer ppt
Quantum computer ppt
 
Slideshare ppt
Slideshare pptSlideshare ppt
Slideshare ppt
 
Learn to program Tic Tac Toe Game in Visual C++ on Windows
Learn to program Tic Tac Toe Game in Visual C++ on WindowsLearn to program Tic Tac Toe Game in Visual C++ on Windows
Learn to program Tic Tac Toe Game in Visual C++ on Windows
 
Quantum Computing
Quantum ComputingQuantum Computing
Quantum Computing
 
Quantum Computers new Generation of Computers part 7 by prof lili saghafi Qua...
Quantum Computers new Generation of Computers part 7 by prof lili saghafi Qua...Quantum Computers new Generation of Computers part 7 by prof lili saghafi Qua...
Quantum Computers new Generation of Computers part 7 by prof lili saghafi Qua...
 
Quantum computing
Quantum computingQuantum computing
Quantum computing
 
Ibm quantum computing
Ibm quantum computingIbm quantum computing
Ibm quantum computing
 
Quantum computers
Quantum computersQuantum computers
Quantum computers
 
9.design of high speed area efficient low power vedic multiplier using revers...
9.design of high speed area efficient low power vedic multiplier using revers...9.design of high speed area efficient low power vedic multiplier using revers...
9.design of high speed area efficient low power vedic multiplier using revers...
 
Quantum computer in cryptography
Quantum computer in cryptographyQuantum computer in cryptography
Quantum computer in cryptography
 
Quantum cryptography data
Quantum cryptography dataQuantum cryptography data
Quantum cryptography data
 
Quantum Computers PART 1 & 2 by Prof Lili Saghafi
Quantum Computers  PART 1 & 2 by Prof Lili SaghafiQuantum Computers  PART 1 & 2 by Prof Lili Saghafi
Quantum Computers PART 1 & 2 by Prof Lili Saghafi
 

Similaire à Quantum Computing

Quantum Computing 101, Part 1 - Hello Quantum World
Quantum Computing 101, Part 1 - Hello Quantum WorldQuantum Computing 101, Part 1 - Hello Quantum World
Quantum Computing 101, Part 1 - Hello Quantum WorldAaronTurner9
 
A Survey Paper on Different Encoding Techniques Based on Quantum Computing
A Survey Paper on Different Encoding Techniques Based on Quantum ComputingA Survey Paper on Different Encoding Techniques Based on Quantum Computing
A Survey Paper on Different Encoding Techniques Based on Quantum ComputingIRJET Journal
 
quantumComputers.ppt
quantumComputers.pptquantumComputers.ppt
quantumComputers.pptAbhayGill3
 
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
 
Quantum Computing
Quantum ComputingQuantum Computing
Quantum ComputingKeshav
 

Similaire à Quantum Computing (20)

Quantum Computing
Quantum ComputingQuantum Computing
Quantum Computing
 
Quantum Computation.pptx
Quantum Computation.pptxQuantum Computation.pptx
Quantum Computation.pptx
 
OPTICALQuantum
OPTICALQuantumOPTICALQuantum
OPTICALQuantum
 
Quantum Computing 101, Part 1 - Hello Quantum World
Quantum Computing 101, Part 1 - Hello Quantum WorldQuantum Computing 101, Part 1 - Hello Quantum World
Quantum Computing 101, Part 1 - Hello Quantum World
 
Xim $%
Xim $%Xim $%
Xim $%
 
QUANTUM COMP 22
QUANTUM COMP 22QUANTUM COMP 22
QUANTUM COMP 22
 
Ieee lecture
Ieee lectureIeee lecture
Ieee lecture
 
A Survey Paper on Different Encoding Techniques Based on Quantum Computing
A Survey Paper on Different Encoding Techniques Based on Quantum ComputingA Survey Paper on Different Encoding Techniques Based on Quantum Computing
A Survey Paper on Different Encoding Techniques Based on Quantum Computing
 
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.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
 
Quantum Computing
Quantum ComputingQuantum Computing
Quantum Computing
 

Dernier

Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWERMadyBayot
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfOverkill Security
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...Zilliz
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfOrbitshub
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024The Digital Insurer
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdfSandro Moreira
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsNanddeep Nachan
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistandanishmna97
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Jeffrey Haguewood
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...apidays
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Zilliz
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024The Digital Insurer
 

Dernier (20)

Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdf
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 

Quantum Computing

  • 1.
  • 3. QUANTUM COMPUTER EVOLUTION LIES A HEAD PRESENTED BY : P.SAI VARUN T.MURALI KRISHNA (1St Year) C.S.E Branch
  • 4. CONTENTS Quantum Theory Influence of Quantum Theory Quantum Mechanics Two Slit Experiment with Electrons Applications
  • 5. In 1900, physicist Max Planck presented his Quantum Theory to the German Physical Society. Max Planck 1858-1947 Quantum theory: Quantum theory is the theoretical basis of modern physics that explains the nature and behavior of matter and energy on the atomic and subatomic level.
  • 6. INFLUENCE OF QUANTUM THEORY Evolution of the Materials Bombs Power Universe Medical & Uses Technolog SUB ATOMIC y ATOMS & NUCLEAR PHYSICS PARTICLES MOLECULES QUANTUM THEORY QUANTUM OPTICS QUANTUM Quantum COMPUTIN Laser Communications Cryptography G s
  • 7. QUANTUM MECHANICS Quantum mechanics is used to explain microscopic phenomena such as photon-atom scattering and flow of the electrons in a semiconductor.
  • 8. QUANTUM MECHANICS is a collection of postulates based on a huge number of experimental observations.
  • 9. TWO SLIT EXPERIMENT Electrons 9
  • 10. TWO SLIT EXPERIMENT Observing Electrons 10
  • 11. APPLICATIONS OF QUANTUM MECHANICS TRANSISTORS The Transistors work on the unique properties of semiconductors -- materials that can act as either a conductor or an insulator -- to operate.
  • 12. LASERS Lasers work is by exciting the electrons orbiting atoms, which then emit photons as they return to lower energy levels. The photons are released of the same energy level and direction, creating a steady stream of photons we see as a laser beam.
  • 13. QUANTUM COMPUTER A quantum computer is a machine that performs calculations based on the laws of Quantum Mechanics, which is the behavior of particles at the sub-atomic level. Quantum Computer has the potential to perform calculations billions of times faster than silicon-based computer
  • 14. CONTENTS History of Quantum Computer Quantum Computer Principle Basic Quantum Computation Bits Vs Qubits Bloch Sphere Quantum Gates
  • 15. HISTORY OF QUANTUM COMPUTERS Paul Benioff is credited with first applying Quantum theory to computers in 1981. Quantum Computer was first discovered by Richard Feynman in 1982. David Albert made the second discovery in 1984 when he described a 'self measuring quantum automaton'. David Deutsch was made the most important quantum computing in 1989. The finite machine obeying the laws of quantum computation are contained in a single machine called as a „universal quantum computer‟.
  • 16. QUANTUM COMPUTER PRINCIPLE Church-Turing Principle Alonzo Church Alan Turing (1903-1995) (1912-1954) “If There exists or can be built a universal quantum computer that can be programmed to perform any computational task that can be performed by any physical object”. Every „function which would naturally be regarded as computable‟ can be computed by the Universal Turing machine.
  • 17. BASIC QUANTUM COMPUTATION The Qubit - can be 1, 0 or both 1 and 0 representation for a quantum number is the “Ket”-‟I>‟ |x> - number in Quantum Computer Superposition states: 2 N 1 2N 1 2 ai si Where: ai 1 i 0 i 0
  • 18. EXAMPLES: 1 1 0 1 2 2 1 1 1 1 00 01 10 11 2 2 2 2
  • 19. REPRESENTATION n Qubits: 2nx1 matrix represents the state: 1 |0> would be represented by 0 0 |1> would be represented by 1 1 2 Equal superposition would be 1 2
  • 20. BITS VS QUBITS Classical bits are either 0 or 1 Quantum bits “qubits” are in linear superposition of | 0> and | 1> 16 Qubits
  • 21. Qubits and Quantum Registers
  • 22. BLOCH SPHERE The Bloch sphere is a geometric representation of qubit states as points on the surface of a unit sphere.
  • 23. 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 computation can be performed on a quantum computer only if it is reversible. In 1973,Charles Bennet shown that any computation can be reversible.
  • 24. QUANTUM GATES ARE REVERSIBLE In designing gates for a quantum computer, certain constraints must be satisfied. A consequence of this requirement is that any quantum computing operation must be reversible. Reversible gates must have the same number of inputs and outputs.
  • 25. The most simple reversible classical gate is the infamous XOR (Exclusive or gate).  In quantum computing it is usually called controlled-NOT or CNOT -gate.  Observe that reversible (quantum) gates have equal number of inputs and outputs.
  • 26. LOGIC GATES FOR QUANTUM BITS: 0 1 0 1 = 1 0 1 0 0 1 1 0 = 1 0 0 1
  • 28. QUANTUM GATES Hadamard Gate Controlled Not Gate (CN) Controlled Controlled Not Gate(CCN) Universal Quantum Gates Quantum Entanglement Quantum Teleportation
  • 29. QUANTUM GATES - HADAMARD 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. H H State |0> State |0> + |1> State |1> Note: Two Hadamard gates used in succession can be used as a NOT gate
  • 30. QUANTUM GATES - CONTROLLED NOT 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. Input Output A - Target A’ A B A’ B’ 0 0 0 0 B - Control B’ 0 1 1 1 1 0 1 0 1 1 0 1 Note: The CN gate has a similar behavior to the XOR gate with some extra information to make it reversible.
  • 31. EXAMPLE OPERATION - MULTIPLICATION BY 2  We can build a reversible logic circuit to calculate multiplication by 2 using CN gates arranged in the following manner: Input Output Carry Ones Carry Ones Bit Bit Bit Bit 0 0 0 0 0 1 1 0 0 Carry Bit Ones Bit H
  • 32. QUANTUM GATES - CONTROLLED CONTROLLED NOT (CCN) 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. Input Output A B C A’ B’ C’ A - Target A’ 0 0 0 0 0 0 0 0 1 0 0 1 B - Control 1 B’ 0 1 0 0 1 0 0 1 1 1 1 1 C - Control 2 1 0 0 1 0 0 C’ 1 0 1 1 0 1 1 1 0 1 1 0 1 1 1 0 1 1
  • 33. A UNIVERSAL QUANTUM GATES  The CCN gate has been shown to be a universal reversible logic gate as it can be used as a NAND gate. A - Target Input Output A’ A B C A’ B’ C’ 0 0 0 0 0 0 B - Control 1 B’ 0 0 1 0 0 1 0 1 0 0 1 0 C - Control 2 C’ 0 1 1 1 1 1 1 0 0 1 0 0 1 0 1 1 0 1 When our target input is 1, our target 1 1 0 1 1 0 output is a result of a NAND of B and C. 1 1 1 0 1 1
  • 34. OTHER 1*1 UNITARY GATES (QUANTUM) 1 1 1 Hadamard H 2 1 1 Pauli-X X 0 1 1 0 Classical inverter 0 i Pauli-Y Y i 0 1 0 Pauli-Z Z 0 1
  • 35. OTHER 1*1 UNITARY GATES (QUANTUM) 1 0 Phase S 0 i 1 0 /8 T i /4 0 e
  • 36. 2*2 UNITARY GATES 1 0 0 0 Controlled-Not 0 1 0 0 (Feynman) 0 0 0 1 0 0 1 0 1 0 0 0 0 0 1 0 swap 0 1 0 0 These are counterparts of standard logic 0 0 0 1 because all entries in arrays are 0,1
  • 37. 2*2 UNITARY GATES These are truly quantum logic gates because not Controlled-Z all entries in arrays are 0,1 1 0 0 0 Z 0 1 0 0 0 0 1 0 Another 0 0 0 1 symbol 1 0 0 0 0 1 0 0 Controlled-phase 0 0 1 0 S 0 0 0 i
  • 38. 3*3 UNITARY GATES This is a counterpart of standard logic because all entries in arrays are 0,1 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 Toffoli 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0
  • 39. 3*3 UNITARY GATES abc This is a counterpart of standard logic because all entries in arrays are 0,1 1 0 0 0 0 0 0 0 abc 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 Fredkin 0 0 0 0 0 1 0 0 This is one more notation for Fredkin that some papers use 0 0 0 0 0 0 0 1
  • 40. QUANTUM ENTANGLEMENT  The fact that a quantum bit, qubit, can be in several states is called entanglement. An electron can have both spin up and down.  When we try to measure the state of electron, it is found either as spin up or down, not both.  The entanglement can be seen only when repeating the measurement. (with other electrons being in the same entangled state).
  • 41. QUANTUM TELEPORTATION  Teleportation means transmission of quantum states. That is quite difficult even if not impossible.  That is used in telecommunication to protect telecommunication from eavesdropping (salakuuntelu) because the listening is not possible without destroying information...
  • 42. QUANTUM MAN “I learned very early the difference between knowing the name of something and knowing something.” -Richard P. Feynman
  • 43. “A person who never made a mistake never tried anything new.” -ALBERT EINSTEIN
  • 44. Be a Hero . Always Say, “I Have No Fear.” -Swami Vivekananda
  • 45. Thank s to the Humanities and Basic Sciences Physics Department T.BHIMA RAJU SIR & K.DHANUNJAYA SIR