Taking the Quantum Leap with Machine Learning

Total Page:16

File Type:pdf, Size:1020Kb

Taking the Quantum Leap with Machine Learning Introduction Quantum Algorithms Current Research Conclusion Taking the Quantum Leap with Machine Learning Zack Barnes University of Washington Bellevue College Mathematics and Physics Colloquium Series [email protected] January 15, 2019 Zack Barnes University of Washington UW Quantum Machine Learning Introduction Quantum Algorithms Current Research Conclusion Overview 1 Introduction What is Quantum Computing? What is Machine Learning? Quantum Power in Theory 2 Quantum Algorithms HHL Quantum Recommendation 3 Current Research Quantum Supremacy(?) 4 Conclusion Zack Barnes University of Washington UW Quantum Machine Learning Introduction Quantum Algorithms Current Research Conclusion What is Quantum Computing? \Quantum computing focuses on studying the problem of storing, processing and transferring information encoded in quantum mechanical systems.\ [Ciliberto, Carlo et al., 2018] Unit of quantum information is the qubit, or quantum binary integer. Zack Barnes University of Washington UW Quantum Machine Learning Supervised Uses labeled examples to predict future events Unsupervised Not classified or labeled Introduction Quantum Algorithms Current Research Conclusion What is Machine Learning? \Machine learning is the scientific study of algorithms and statistical models that computer systems use to progressively improve their performance on a specific task.\ (Wikipedia) Zack Barnes University of Washington UW Quantum Machine Learning Uses labeled examples to predict future events Unsupervised Not classified or labeled Introduction Quantum Algorithms Current Research Conclusion What is Machine Learning? \Machine learning is the scientific study of algorithms and statistical models that computer systems use to progressively improve their performance on a specific task.\ (Wikipedia) Supervised Zack Barnes University of Washington UW Quantum Machine Learning Unsupervised Not classified or labeled Introduction Quantum Algorithms Current Research Conclusion What is Machine Learning? \Machine learning is the scientific study of algorithms and statistical models that computer systems use to progressively improve their performance on a specific task.\ (Wikipedia) Supervised Uses labeled examples to predict future events Zack Barnes University of Washington UW Quantum Machine Learning Not classified or labeled Introduction Quantum Algorithms Current Research Conclusion What is Machine Learning? \Machine learning is the scientific study of algorithms and statistical models that computer systems use to progressively improve their performance on a specific task.\ (Wikipedia) Supervised Uses labeled examples to predict future events Unsupervised Zack Barnes University of Washington UW Quantum Machine Learning Introduction Quantum Algorithms Current Research Conclusion What is Machine Learning? \Machine learning is the scientific study of algorithms and statistical models that computer systems use to progressively improve their performance on a specific task.\ (Wikipedia) Supervised Uses labeled examples to predict future events Unsupervised Not classified or labeled Zack Barnes University of Washington UW Quantum Machine Learning Introduction Quantum Algorithms Current Research Conclusion What is Machine Learning? Image Source: MathWorks Zack Barnes University of Washington UW Quantum Machine Learning Q.C. can quickly solve what a C.C. also solves quickly BQP * P There are things Q.C. can do quickly that C.C. can't BQP ⊆ EXP EXP * BQP NP? Introduction Quantum Algorithms Current Research Conclusion Quantum Power in Theory Polynomial Time Hierarchy EXP P ⊆ BQP BQP P Zack Barnes University of Washington UW Quantum Machine Learning BQP * P There are things Q.C. can do quickly that C.C. can't BQP ⊆ EXP EXP * BQP NP? Introduction Quantum Algorithms Current Research Conclusion Quantum Power in Theory Polynomial Time Hierarchy EXP P ⊆ BQP Q.C. can quickly solve what a C.C. also solves BQP quickly P Zack Barnes University of Washington UW Quantum Machine Learning There are things Q.C. can do quickly that C.C. can't BQP ⊆ EXP EXP * BQP NP? Introduction Quantum Algorithms Current Research Conclusion Quantum Power in Theory Polynomial Time Hierarchy EXP P ⊆ BQP Q.C. can quickly solve what a C.C. also solves BQP quickly P BQP * P Zack Barnes University of Washington UW Quantum Machine Learning BQP ⊆ EXP EXP * BQP NP? Introduction Quantum Algorithms Current Research Conclusion Quantum Power in Theory Polynomial Time Hierarchy EXP P ⊆ BQP Q.C. can quickly solve what a C.C. also solves BQP quickly P BQP * P There are things Q.C. can do quickly that C.C. can't Zack Barnes University of Washington UW Quantum Machine Learning EXP * BQP NP? Introduction Quantum Algorithms Current Research Conclusion Quantum Power in Theory Polynomial Time Hierarchy EXP P ⊆ BQP Q.C. can quickly solve what a C.C. also solves BQP quickly P BQP * P There are things Q.C. can do quickly that C.C. can't BQP ⊆ EXP Zack Barnes University of Washington UW Quantum Machine Learning Introduction Quantum Algorithms Current Research Conclusion Quantum Power in Theory Polynomial Time Hierarchy EXP P ⊆ BQP Q.C. can quickly solve what a C.C. also solves BQP quickly P BQP * P There are things Q.C. can do quickly that C.C. can't BQP ⊆ EXP EXP * BQP NP? Zack Barnes University of Washington UW Quantum Machine Learning Introduction Quantum Algorithms Current Research Conclusion HHL Harrow, Hassidim, Lloyd Algorithm (2008) Given an n × n matrix A and a vector ~b; we must find (or approximately find) the vector ~x such that A~x = ~b: On a classical computer this takes O(nc ); for a constantc: HHL algorithm takes O((log n)2): A common optimization subroutine technique is to minimize (A~x − ~b)2: HHL algorithm gave birth to quantum machine learning. Zack Barnes University of Washington UW Quantum Machine Learning Introduction Quantum Algorithms Current Research Conclusion HHL Important Caveats 1 QRAM 2 Apply unitary transformation 3 Matrix must be invertible and well conditioned 4 Solution is given in quantum superposition jxi i \To summarize, HHL is not exactly an algorithm for solving a system of linear equations in logarithmic time... its an algorithm for approximately preparing a quantum superposition of the form ~ jxi i, where ~x is the solution to a linear system A~x = b...\ [Aaronson, 2015]. Zack Barnes University of Washington UW Quantum Machine Learning If the preference matrix is known prior, the solution would be simply to recommend the highest value entry for that user. We must use matrix reconstruction by using samples of the preference matrix to find a good low-rank approximation [Tang, 2018]. Introduction Quantum Algorithms Current Research Conclusion Quantum Recommendation Netflix & Complex Given past purchases or ratings of n products and m users. This data is then given as an m × n preference matrix. Zack Barnes University of Washington UW Quantum Machine Learning We must use matrix reconstruction by using samples of the preference matrix to find a good low-rank approximation [Tang, 2018]. Introduction Quantum Algorithms Current Research Conclusion Quantum Recommendation Netflix & Complex Given past purchases or ratings of n products and m users. This data is then given as an m × n preference matrix. If the preference matrix is known prior, the solution would be simply to recommend the highest value entry for that user. Zack Barnes University of Washington UW Quantum Machine Learning Introduction Quantum Algorithms Current Research Conclusion Quantum Recommendation Netflix & Complex Given past purchases or ratings of n products and m users. This data is then given as an m × n preference matrix. If the preference matrix is known prior, the solution would be simply to recommend the highest value entry for that user. We must use matrix reconstruction by using samples of the preference matrix to find a good low-rank approximation [Tang, 2018]. Zack Barnes University of Washington UW Quantum Machine Learning Last year, UW1 Ph.D. candidate, Ewin Tang, developed a classical algorithm inspired by its quantum counterpart that also runs in O(poly(k)polylog(mn))! Introduction Quantum Algorithms Current Research Conclusion Quantum Supremacy(?) Current Research When the quantum recommendation system was given in 2016, the best known classical algorithm was O(poly(mn)); and the quantum algorithm does in O(poly(k)polylog(mn)): 1Go Dawgs Zack Barnes University of Washington UW Quantum Machine Learning Introduction Quantum Algorithms Current Research Conclusion Quantum Supremacy(?) Current Research When the quantum recommendation system was given in 2016, the best known classical algorithm was O(poly(mn)); and the quantum algorithm does in O(poly(k)polylog(mn)): Last year, UW1 Ph.D. candidate, Ewin Tang, developed a classical algorithm inspired by its quantum counterpart that also runs in O(poly(k)polylog(mn))! 1Go Dawgs Zack Barnes University of Washington UW Quantum Machine Learning Tang was able to replicate this implicit representation with sampling from a probability distribution and take sub-samples of larger pieces of data. Introduction Quantum Algorithms Current Research Conclusion Quantum Supremacy(?) How? One way is that the algorithm gives a sample of good recommendations instead of complete list. Another source of the quantum speed up was from uses of quantum mechanics (superposition) to represent data implicitly. Zack Barnes University of Washington UW Quantum Machine Learning Introduction Quantum Algorithms Current Research Conclusion Quantum Supremacy(?) How? One way is that the algorithm gives a
Recommended publications
  • Simulating Quantum Field Theory with a Quantum Computer
    Simulating quantum field theory with a quantum computer John Preskill Lattice 2018 28 July 2018 This talk has two parts (1) Near-term prospects for quantum computing. (2) Opportunities in quantum simulation of quantum field theory. Exascale digital computers will advance our knowledge of QCD, but some challenges will remain, especially concerning real-time evolution and properties of nuclear matter and quark-gluon plasma at nonzero temperature and chemical potential. Digital computers may never be able to address these (and other) problems; quantum computers will solve them eventually, though I’m not sure when. The physics payoff may still be far away, but today’s research can hasten the arrival of a new era in which quantum simulation fuels progress in fundamental physics. Frontiers of Physics short distance long distance complexity Higgs boson Large scale structure “More is different” Neutrino masses Cosmic microwave Many-body entanglement background Supersymmetry Phases of quantum Dark matter matter Quantum gravity Dark energy Quantum computing String theory Gravitational waves Quantum spacetime particle collision molecular chemistry entangled electrons A quantum computer can simulate efficiently any physical process that occurs in Nature. (Maybe. We don’t actually know for sure.) superconductor black hole early universe Two fundamental ideas (1) Quantum complexity Why we think quantum computing is powerful. (2) Quantum error correction Why we think quantum computing is scalable. A complete description of a typical quantum state of just 300 qubits requires more bits than the number of atoms in the visible universe. Why we think quantum computing is powerful We know examples of problems that can be solved efficiently by a quantum computer, where we believe the problems are hard for classical computers.
    [Show full text]
  • Arxiv:1811.00414V3 [Cs.DS] 6 Aug 2021
    Quantum principal component analysis only achieves an exponential speedup because of its state preparation assumptions Ewin Tang∗ University of Washington (Dated: August 10, 2021) A central roadblock to analyzing quantum algorithms on quantum states is the lack of a comparable input model for classical algorithms. Inspired by recent work of the author [E. Tang, STOC’19], we introduce such a model, where we assume we can efficiently perform `2-norm samples of input data, a natural analogue to quantum algorithms that assume efficient state preparation of classical data. Though this model produces less practical algorithms than the (stronger) standard model of classical computation, it captures versions of many of the features and nuances of quantum linear algebra algorithms. With this model, we describe classical analogues to Lloyd, Mohseni, and Rebentrost’s quantum algorithms for principal component analysis [Nat. Phys. 10, 631 (2014)] and nearest-centroid clustering [arXiv:1307.0411]. Since they are only polynomially slower, these algorithms suggest that the exponential speedups of their quantum counterparts are simply an artifact of state preparation assumptions. INTRODUCTION algorithms. In our previous work we suggest an idea for develop- Quantum machine learning (QML) has shown great ing classical analogues to QML algorithms beyond this promise toward yielding new exponential quantum exceptional case [9]: speedups in machine learning, ever since the pioneer- When QML algorithms are compared to clas- ing linear systems algorithm of Harrow, Hassidim, and sical ML algorithms in the context of finding Lloyd [1]. Since machine learning (ML) routines often speedups, any state preparation assumptions push real-world limits of computing power, an exponen- in the QML model should be matched with tial improvement to algorithm speed would allow for ML `2-norm sampling assumptions in the classical systems with vastly greater capabilities.
    [Show full text]
  • Quantum-Inspired Classical Algorithms for Singular Value
    Quantum-Inspired Classical Algorithms for Singular Value Transformation Dhawal Jethwani Indian Institute of Technology (BHU), Varanasi, India [email protected] François Le Gall Nagoya University, Japan [email protected] Sanjay K. Singh Indian Institute of Technology (BHU), Varanasi, India [email protected] Abstract A recent breakthrough by Tang (STOC 2019) showed how to “dequantize” the quantum algorithm for recommendation systems by Kerenidis and Prakash (ITCS 2017). The resulting algorithm, classical but “quantum-inspired”, efficiently computes a low-rank approximation of the users’ preference matrix. Subsequent works have shown how to construct efficient quantum-inspired algorithms for approximating the pseudo-inverse of a low-rank matrix as well, which can be used to (approximately) solve low-rank linear systems of equations. In the present paper, we pursue this line of research and develop quantum-inspired algorithms for a large class of matrix transformations that are defined via the singular value decomposition of the matrix. In particular, we obtain classical algorithms with complexity polynomially related (in most parameters) to the complexity of the best quantum algorithms for singular value transformation recently developed by Chakraborty, Gilyén and Jeffery (ICALP 2019) and Gilyén, Su, Low and Wiebe (STOC 2019). 2012 ACM Subject Classification Theory of computation → Design and analysis of algorithms Keywords and phrases Sampling algorithms, quantum-inspired algorithms, linear algebra Digital Object Identifier 10.4230/LIPIcs.MFCS.2020.53 Related Version A full version of the paper is available at https://arxiv.org/abs/1910.05699. Funding François Le Gall: FLG was partially supported by JSPS KAKENHI grants Nos.
    [Show full text]
  • CS286.2 Lectures 5-6: Introduction to Hamiltonian Complexity, QMA-Completeness of the Local Hamiltonian Problem
    CS286.2 Lectures 5-6: Introduction to Hamiltonian Complexity, QMA-completeness of the Local Hamiltonian problem Scribe: Jenish C. Mehta The Complexity Class BQP The complexity class BQP is the quantum analog of the class BPP. It consists of all languages that can be decided in quantum polynomial time. More formally, Definition 1. A language L 2 BQP if there exists a classical polynomial time algorithm A that ∗ maps inputs x 2 f0, 1g to quantum circuits Cx on n = poly(jxj) qubits, where the circuit is considered a sequence of unitary operators each on 2 qubits, i.e Cx = UTUT−1...U1 where each 2 2 Ui 2 L C ⊗ C , such that: 2 i. Completeness: x 2 L ) Pr(Cx accepts j0ni) ≥ 3 1 ii. Soundness: x 62 L ) Pr(Cx accepts j0ni) ≤ 3 We say that the circuit “Cx accepts jyi” if the first output qubit measured in Cxjyi is 0. More j0i specifically, letting P1 = j0ih0j1 be the projection of the first qubit on state j0i, j0i 2 Pr(Cx accepts jyi) =k (P1 ⊗ In−1)Cxjyi k2 The Complexity Class QMA The complexity class QMA (or BQNP, as Kitaev originally named it) is the quantum analog of the class NP. More formally, Definition 2. A language L 2 QMA if there exists a classical polynomial time algorithm A that ∗ maps inputs x 2 f0, 1g to quantum circuits Cx on n + q = poly(jxj) qubits, such that: 2q i. Completeness: x 2 L ) 9jyi 2 C , kjyik2 = 1, such that Pr(Cx accepts j0ni ⊗ 2 jyi) ≥ 3 2q 1 ii.
    [Show full text]
  • Interactive Proofs for Quantum Computations
    Innovations in Computer Science 2010 Interactive Proofs For Quantum Computations Dorit Aharonov Michael Ben-Or Elad Eban School of Computer Science, The Hebrew University of Jerusalem, Israel [email protected] [email protected] [email protected] Abstract: The widely held belief that BQP strictly contains BPP raises fundamental questions: Upcoming generations of quantum computers might already be too large to be simulated classically. Is it possible to experimentally test that these systems perform as they should, if we cannot efficiently compute predictions for their behavior? Vazirani has asked [21]: If computing predictions for Quantum Mechanics requires exponential resources, is Quantum Mechanics a falsifiable theory? In cryptographic settings, an untrusted future company wants to sell a quantum computer or perform a delegated quantum computation. Can the customer be convinced of correctness without the ability to compare results to predictions? To provide answers to these questions, we define Quantum Prover Interactive Proofs (QPIP). Whereas in standard Interactive Proofs [13] the prover is computationally unbounded, here our prover is in BQP, representing a quantum computer. The verifier models our current computational capabilities: it is a BPP machine, with access to few qubits. Our main theorem can be roughly stated as: ”Any language in BQP has a QPIP, and moreover, a fault tolerant one” (providing a partial answer to a challenge posted in [1]). We provide two proofs. The simpler one uses a new (possibly of independent interest) quantum authentication scheme (QAS) based on random Clifford elements. This QPIP however, is not fault tolerant. Our second protocol uses polynomial codes QAS due to Ben-Or, Cr´epeau, Gottesman, Hassidim, and Smith [8], combined with quantum fault tolerance and secure multiparty quantum computation techniques.
    [Show full text]
  • Quantum Supremacy
    Quantum Supremacy Practical QS: perform some computational task on a well-controlled quantum device, which cannot be simulated in a reasonable time by the best-known classical algorithms and hardware. Theoretical QS: perform a computational task efficiently on a quantum device, and prove that task cannot be efficiently classically simulated. Since proving seems to be beyond the capabilities of our current civilization, we lower the standards for theoretical QS. One seeks to provide formal evidence that classical simulation is unlikely. For example: 3-SAT is NP-complete, so it cannot be efficiently classical solved unless P = NP. Theoretical QS: perform a computational task efficiently on a quantum device, and prove that task cannot be efficiently classically simulated unless “the polynomial Heierarchy collapses to the 3nd level.” Quantum Supremacy A common feature of QS arguments is that they consider sampling problems, rather than decision problems. They allow us to characterize the complexity of sampling measurements of quantum states. Which is more difficult: Task A: deciding if a circuit outputs 1 with probability at least 2/3s, or at most 1/3s Task B: sampling from the output of an n-qubit circuit in the computational basis Sampling from distributions is generically more difficult than approximating observables, since we can use samples to estimate observables, but not the other way around. One can imagine quantum systems whose local observables are easy to classically compute, but for which sampling the full state is computationally complex. By moving from decision problems to sampling problems, we make the task of classical simulation much more difficult.
    [Show full text]
  • Quantum Algorithms for Classical Lattice Models
    Home Search Collections Journals About Contact us My IOPscience Quantum algorithms for classical lattice models This content has been downloaded from IOPscience. Please scroll down to see the full text. 2011 New J. Phys. 13 093021 (http://iopscience.iop.org/1367-2630/13/9/093021) View the table of contents for this issue, or go to the journal homepage for more Download details: IP Address: 147.96.14.15 This content was downloaded on 16/12/2014 at 15:54 Please note that terms and conditions apply. New Journal of Physics The open–access journal for physics Quantum algorithms for classical lattice models G De las Cuevas1,2,5, W Dür1, M Van den Nest3 and M A Martin-Delgado4 1 Institut für Theoretische Physik, Universität Innsbruck, Technikerstraße 25, A-6020 Innsbruck, Austria 2 Institut für Quantenoptik und Quanteninformation der Österreichischen Akademie der Wissenschaften, Innsbruck, Austria 3 Max-Planck-Institut für Quantenoptik, Hans-Kopfermann-Strasse 1, D-85748 Garching, Germany 4 Departamento de Física Teórica I, Universidad Complutense, 28040 Madrid, Spain E-mail: [email protected] New Journal of Physics 13 (2011) 093021 (35pp) Received 15 April 2011 Published 9 September 2011 Online at http://www.njp.org/ doi:10.1088/1367-2630/13/9/093021 Abstract. We give efficient quantum algorithms to estimate the partition function of (i) the six-vertex model on a two-dimensional (2D) square lattice, (ii) the Ising model with magnetic fields on a planar graph, (iii) the Potts model on a quasi-2D square lattice and (iv) the Z2 lattice gauge theory on a 3D square lattice.
    [Show full text]
  • Readout Rebalancing for Near Term Quantum Computers
    Readout Rebalancing for Near Term Quantum Computers Rebecca Hicks,1, ∗ Christian W. Bauer,2, † and Benjamin Nachman2, ‡ 1Physics Department, University of California, Berkeley, Berkeley, CA 94720, USA 2Physics Division, Lawrence Berkeley National Laboratory, Berkeley, CA 94720, USA (Dated: October 16, 2020) Readout errors are a significant source of noise for near term intermediate scale quantum computers. Mismeasuring a qubit as a |1i when it should be |0i occurs much less often than mismeasuring a qubit as a |0i when it should have been |1i. We make the simple observation that one can improve the readout fidelity of quantum computers by applying targeted X gates prior to performing a measurement. These X gates are placed so that the expected number of qubits in the |1i state is minimized. Classical post processing can undo the effect of the X gates so that the expectation value of any observable is unchanged. We show that the statistical uncertainty following readout error corrections is smaller when using readout rebalancing. The statistical advantage is circuit- and computer-dependent, and is demonstrated for the W state, a Grover search, and for a Gaussian state. The benefit in statistical precision is most pronounced (and nearly a factor of two in some cases) when states with many qubits in the excited state have high probability. I. INTRODUCTION the simple observation that one can improve the readout fidelity of quantum computers by applying targeted X Quantum computers hold great promise for a variety of gates prior to performing a measurement. These X gates scientific and industrial applications. However, existing are placed so that the expected number of qubits in the noisy intermediate-scale quantum (NISQ) computers [1] |1i state is minimized.
    [Show full text]
  • Faster Quantum-Inspired Algorithms for Solving Linear Systems
    Faster quantum-inspired algorithms for solving linear systems Changpeng Shao∗1 and Ashley Montanaro†1,2 1School of Mathematics, University of Bristol, UK 2Phasecraft Ltd. UK March 19, 2021 Abstract We establish an improved classical algorithm for solving linear systems in a model analogous to the QRAM that is used by quantum linear solvers. Precisely, for the linear system Ax = b, we show that there is a classical algorithm that outputs a data structure for x allowing sampling and querying to the entries, where x is such that kx−A−1bk ≤ kA−1bk. This output can be viewed as a classical analogue to the output of quantum linear solvers. The complexity of our algorithm 6 2 2 −1 −1 is Oe(κF κ / ), where κF = kAkF kA k and κ = kAkkA k. This improves the previous best 6 6 4 algorithm [Gily´en,Song and Tang, arXiv:2009.07268] of complexity Oe(κF κ / ). Our algorithm is based on the randomized Kaczmarz method, which is a particular case of stochastic gradient descent. We also find that when A is row sparse, this method already returns an approximate 2 solution x in time Oe(κF ), while the best quantum algorithm known returns jxi in time Oe(κF ) when A is stored in the QRAM data structure. As a result, assuming access to QRAM and if A is row sparse, the speedup based on current quantum algorithms is quadratic. 1 Introduction Since the discovery of the Harrow-Hassidim-Lloyd algorithm [16] for solving linear systems, many quantum algorithms for solving machine learning problems were proposed, e.g.
    [Show full text]
  • QIP 2010 Tutorial and Scientific Programmes
    QIP 2010 15th – 22nd January, Zürich, Switzerland Tutorial and Scientific Programmes asymptotically large number of channel uses. Such “regularized” formulas tell us Friday, 15th January very little. The purpose of this talk is to give an overview of what we know about 10:00 – 17:10 Jiannis Pachos (Univ. Leeds) this need for regularization, when and why it happens, and what it means. I will Why should anyone care about computing with anyons? focus on the quantum capacity of a quantum channel, which is the case we understand best. This is a short course in topological quantum computation. The topics to be covered include: 1. Introduction to anyons and topological models. 15:00 – 16:55 Daniel Nagaj (Slovak Academy of Sciences) 2. Quantum Double Models. These are stabilizer codes, that can be described Local Hamiltonians in quantum computation very much like quantum error correcting codes. They include the toric code This talk is about two Hamiltonian Complexity questions. First, how hard is it to and various extensions. compute the ground state properties of quantum systems with local Hamiltonians? 3. The Jones polynomials, their relation to anyons and their approximation by Second, which spin systems with time-independent (and perhaps, translationally- quantum algorithms. invariant) local interactions could be used for universal computation? 4. Overview of current state of topological quantum computation and open Aiming at a participant without previous understanding of complexity theory, we will discuss two locally-constrained quantum problems: k-local Hamiltonian and questions. quantum k-SAT. Learning the techniques of Kitaev and others along the way, our first goal is the understanding of QMA-completeness of these problems.
    [Show full text]
  • Computational Complexity: a Modern Approach
    i Computational Complexity: A Modern Approach Sanjeev Arora and Boaz Barak Princeton University http://www.cs.princeton.edu/theory/complexity/ [email protected] Not to be reproduced or distributed without the authors’ permission ii Chapter 10 Quantum Computation “Turning to quantum mechanics.... secret, secret, close the doors! we always have had a great deal of difficulty in understanding the world view that quantum mechanics represents ... It has not yet become obvious to me that there’s no real problem. I cannot define the real problem, therefore I suspect there’s no real problem, but I’m not sure there’s no real problem. So that’s why I like to investigate things.” Richard Feynman, 1964 “The only difference between a probabilistic classical world and the equations of the quantum world is that somehow or other it appears as if the probabilities would have to go negative..” Richard Feynman, in “Simulating physics with computers,” 1982 Quantum computing is a new computational model that may be physically realizable and may provide an exponential advantage over “classical” computational models such as prob- abilistic and deterministic Turing machines. In this chapter we survey the basic principles of quantum computation and some of the important algorithms in this model. One important reason to study quantum computers is that they pose a serious challenge to the strong Church-Turing thesis (see Section 1.6.3), which stipulates that every physi- cally reasonable computation device can be simulated by a Turing machine with at most polynomial slowdown. As we will see in Section 10.6, there is a polynomial-time algorithm for quantum computers to factor integers, whereas despite much effort, no such algorithm is known for deterministic or probabilistic Turing machines.
    [Show full text]
  • Quantum Computation
    Quantum Computation Lecture 27 And that’s all we got time for! 1 State 2 State State of a classical computer labeled by (say) bit strings 2 State State of a classical computer labeled by (say) bit strings e.g. 2-bit states: 00, 01, 10 and 11 2 State State of a classical computer labeled by (say) bit strings e.g. 2-bit states: 00, 01, 10 and 11 Probabilistic computation: state is a probability distribution over the basis states 2 State State of a classical computer labeled by (say) bit strings e.g. 2-bit states: 00, 01, 10 and 11 Probabilistic computation: state is a probability distribution over the basis states p = (p00,p01,p10,p11) s.t. pij non-negative and ||p||1 = 1 2 State State of a classical computer labeled by (say) bit strings e.g. 2-bit states: 00, 01, 10 and 11 Probabilistic computation: state is a probability distribution over the basis states p = (p00,p01,p10,p11) s.t. pij non-negative and ||p||1 = 1 Quantum computation/Quantum mechanics: state is a real (or even complex) vector 2 State State of a classical computer labeled by (say) bit strings e.g. 2-bit states: 00, 01, 10 and 11 Probabilistic computation: state is a probability distribution over the basis states p = (p00,p01,p10,p11) s.t. pij non-negative and ||p||1 = 1 Quantum computation/Quantum mechanics: state is a real (or even complex) vector q = (q00,q01,q10,q11) s.t. ||q||2 = 1 2 State State of a classical computer labeled by (say) bit strings e.g.
    [Show full text]