Quantum Mechanics 103 Quantum Implications for Computing Schrdinger

  • Slides: 22
Download presentation
Quantum Mechanics 103 Quantum Implications for Computing

Quantum Mechanics 103 Quantum Implications for Computing

Schrödinger and Uncertainty v v v Going back to Taylor’s experiment, we see that

Schrödinger and Uncertainty v v v Going back to Taylor’s experiment, we see that the wavefunction of the photon extends through both slits Therefore the photon has “traveled” through both openings simultaneously The wavefunction of a “particle” will contain every possible path the particle could take until the particle is “detected” by scattering or being absorbed These paths can interfere with each other to produce diffraction-like probability patterns BUT, Schrödinger took this explanation to an extreme

Schrödinger’s Famous Cat Suppose a radioactive substance is put in a box with a

Schrödinger’s Famous Cat Suppose a radioactive substance is put in a box with a c for a period of time • During that time, there is a 50% chance that one of the nuclei will decay and trigger a Geiger Counter • If the Geiger Counter triggers, a gun is discharged and the cat is killed v

Schrödinger’s Famous Cat v Until an observer opens the box to make a “measurement”

Schrödinger’s Famous Cat v Until an observer opens the box to make a “measurement” of the system, • The nucleus remains both decayed and undecayed • The Geiger counter remains both triggered and untriggered • The gun has both fired and not fired • The cat is both dead and alive Disclaimer: To be truly indeterministic, this experiment must be performed in a sound-proof room with no window

Paradox? v v v Paradoxical as it may seem, the concept of “superposition of

Paradox? v v v Paradoxical as it may seem, the concept of “superposition of states” is borne out well in experiment v Like superposition of waves producing interference effects Quantum Mechanics is one of the most-tested and bestverified theories of all time But it seems counter-intuitive since we live in a macroscopic world where uncertainty on the order of is noticeable

Quantum paradox #2 v Einstein-Podolsky-Rosen v (EPR) paradox Consider two electrons emitted from a

Quantum paradox #2 v Einstein-Podolsky-Rosen v (EPR) paradox Consider two electrons emitted from a system at rest; measurements must yield opposite spins if spin of the system does not change v We say that the electrons exist in an “entangled state”

More EPR v v If measurement is not done, can have interference effect since

More EPR v v If measurement is not done, can have interference effect since each electron is superposition of both spin possibilities But, measuring spin of one electron destroys interference effects for both it and the other electron; It also determines the spin of the other electron How does second electron “know” what its spin is and even that the spin has been determined

Interpreting EPR v Measuring one electron affects the other electron! v For the other

Interpreting EPR v Measuring one electron affects the other electron! v For the other electron to “know” about the measurement, a signal must be sent faster than the speed of light! v Such an effect has been experimentally verified, but it is still a topic of much debate

Interference effects v v v Remember this Mach-Zender Interferometer? Can adjust paths so that

Interference effects v v v Remember this Mach-Zender Interferometer? Can adjust paths so that light is split evenly between top U detector and lower D detector, all reaches U, or all reaches D – due to interference effects Placing a detector (either bomb or non-destructive) on one of the paths means 50% goes to each detector ALL THE TIME

Interpretation v v Wave theory does not explain why bomb detonates half the time

Interpretation v v Wave theory does not explain why bomb detonates half the time Particle probability theory does not explain why changing position of mirrors affects detection Neither explains why presence of bomb destroys interference Quantum theory explains both! v v v Amplitudes, not probabilities add - interference Measurement yields probability, not amplitude - bomb detonates half the time Once path determined, wavefunction reflects only that possibility - presence of bomb destroys interference

Quantum Theory meets Bomb v v v Four possible paths: RR and TT hit

Quantum Theory meets Bomb v v v Four possible paths: RR and TT hit upper detector, TR and RT hit lower detector (R=reflected, T=transmitted) Classically, 4 equally-likely paths, so prob of each is 1/4, so prob at each detector is 1/4 + 1/4 = ½, independent of path length difference Quantum mechanically, square of amplitudes must each be 1/4 (prob for particular path), but amplitudes can be imaginary or complex! v This allows interference effects

What wave function would give 50% at each detector? v Must have |a|2 =

What wave function would give 50% at each detector? v Must have |a|2 = |b|2 = |c|2 = |d|2 = 1/4 v Need |a + b|2 = |c+d|2 = 1/2

If Path Lengths Differ, Might Have v Lower detector: v Upper detector: Voila, Interference!

If Path Lengths Differ, Might Have v Lower detector: v Upper detector: Voila, Interference!

When Measure Which Path, v Lower detector: v Upper detector: Voila, No Interference!

When Measure Which Path, v Lower detector: v Upper detector: Voila, No Interference!

Quantum Storage v v v Consider a quantum dot capacitor, with sides 1 nm

Quantum Storage v v v Consider a quantum dot capacitor, with sides 1 nm in length and 0. 010 microns between “plates” How much energy required to place a single electron on those plates? Can make confinement of dot dependent upon voltage v v Lower the voltage, let an electron on –> 1 Lower voltage on other side, let the electron off -> 0

What must a computer do? Deterministic Turing Machine still good model v Two pieces:

What must a computer do? Deterministic Turing Machine still good model v Two pieces: Read/write head in some internal state v “Infinite” tape with series of 1 s, 0 s, or blanks v v Follows algorithms by performing 3 steps: Read value of tape at head’s location v Write some value based on internal state and value read v Move to next value on tape v

Can we improve this model? v v v Probabilistic Turing Machine sometimes better Multiple

Can we improve this model? v v v Probabilistic Turing Machine sometimes better Multiple choices for internal state change Not 100% accurate, but accuracy increases with number of steps Can solve some types of problems to sufficient accuracy much more quickly than deterministic TM can Similar concept to Monte Carlo integration

Limits on Turing Machines v Some problems are solvable in theory but take too

Limits on Turing Machines v Some problems are solvable in theory but take too long in practice v e. g. , factoring large numbers v Can label problems by how the number of steps to compute grows as the size of the numbers used grows addition grows linearly v multiplication grows as the square of digits v Fourier transform grows faster than square v factoring grows almost exponentially v

Examples of factoring time v v v MIP-year = 1 year of 1 million

Examples of factoring time v v v MIP-year = 1 year of 1 million processes per second Factoring 20 -digit decimal number done in 1964, requiring only 0. 000009 MIP-years 45 -digit decimal number (1974) needs 0. 001 MIPyears 71 -digit decimal number (1984) needs 0. 1 MIPyears 129 -digit decimal number (1994) needs 5000 MIPyears

Quantum Cryptography v Current best encryption uses public key for encoding v Need private

Quantum Cryptography v Current best encryption uses public key for encoding v Need private key (factors of large integer in public key) to decode v Really safe unless Someone can access your private key v Quantum computers become prevalent v

Quantum Cryptography II v Quantum Computers can factor large numbers near-instantly, making public key

Quantum Cryptography II v Quantum Computers can factor large numbers near-instantly, making public key encryption passe v But, can send quantum information and know whether it has been intercepted

What problems face QC? v Decoherence: if measurement made, superposition collapses v v v

What problems face QC? v Decoherence: if measurement made, superposition collapses v v v Quantum error correction v v v Even if measurement not intentional! i. e. , if box moves, cat becomes alive or dead, not both No trail of path taken (or else no superposition) Proven to be possible; that doesn’t mean it’s easy! HUGE Technical challenges v v v electronic states in ion traps (slow, leakage) photons in cavity (spontaneous emission) nuclear spins in molecule (small signal in large noise)