10 Quantum Complexity Theory I

Total Page:16

File Type:pdf, Size:1020Kb

10 Quantum Complexity Theory I 10 Quantum Complexity Theory I Just as the theory of computability had its foundations in the Church-Turing thesis, computa- tional complexity theory rests upon a modern strengthening of this thesis, which asserts that any \reasonable" model of computation can be e±ciently simulated on a probabilistic Turing machine (by \e±cient" we mean here a runtime that is bounded by a polynomial in the runtime of the simulated machine). For example, computers that can operate on arbitrary length words in unit time, or that can exactly compute real numbers with in¯nite precision are unreasonable models, since it seems clear that they cannot be physically implemented. It had been argued that the Turing machine model is the inevitable choice once we assume that we can implement only ¯nite precision computational primitives. Given the widespread belief that NP 6= BPP, this would seem to put a wide range of important computational problems (the NP-hard problems) well beyond the capability of computers. However, the Turing machine is an inadequate model for all physically realizable computing devices for a fundamental reason: the Turing machine is based on a classical physics model of the universe, whereas current physical theory asserts that the universe is quantum physical. Can we get inherently new kinds of (discrete) computing devices based on quantum physics? The ¯rst indication that such a device might potentially be more powerful than a probabilistic Turing ma- chine appeared in a paper by Feynman about two decades ago. In that paper, Feynman pointed out a very curious problem: it appears to be impossible to simulate a general quantum physical system on a probabilistic Turing machine without an exponential slowdown. The di±culty with the simulation has nothing to do with the problem of simulating a continuous system with a discrete one { we may assume that the quantum physical system to be simulated is discrete, some kind of quantum cellular automaton. It has rather to do with a phenomenon in quan- tum physics that allows di®erent outcomes of a quantum physical e®ect to interfere with each other in a strange way. In view of Feynman's observation, we must re-examine the foundations of computational complexity theory and the complexity-theoretic form of the Church-Turing thesis, and study the computational power of computing devices based on quantum physics. A ¯rst precise model of a quantum physical computer, called the quantum Turing machine, was formulated by Deutsch. This model may be thought of as a quantum physical analogue of a probabilistic Turing machine: it has an in¯nite tape and a ¯nite state control, and the actions of the machine are local and completely speci¯ed by this ¯nite state control. Furthermore, on a given input a quantum Turing machine produces a random outcome according to a probability distribution. However, instead of a probabilistic Turing machine, the quantum Turing machine can generate probability distributions in which the amplitudes of certain con¯gurations can have complex instead of just positive real numbers. 10.1 Mathematical foundations In order to understand how quantum computers work, we need some background in linear algebra and complex numbers. Complex numbers The set of complex numbers IC is de¯ned as the set IR £ IR with the following two operations: 1 ² For all (a; b); (a0; b0) 2 IC,(a; b) + (a0; b0) = (a + a0; b + b0). ² For all (a; b); (a0; b0) 2 IC,(a; b) ¢ (a0; b0) = (a ¢ a0 ¡ b ¢ b0; a ¢ b0 + b ¢ a0). p When representing (1; 0) as 1 and (0; 1) as the imaginary number i = ¡1, we can also write every number z 2 IC as z = a + ib for some a; b 2 IR, and we can use the standard addition and multiplication operations on these numbers. This is correct because for any z = a + ib and z0 = a0 + ib0 it follows that ² z + z0 = (a + a0) + i(b + b0) and ² z ¢ z0 = (a + ib)(a0 + ib0) = aa0 + iab0 + iba0 + i2bb0 = (aa0 ¡ bb0) + i(ab0 + ba0), which matches the rules for addition and multiplication above. There is yet another way of representingp a complex number. Any z = a+ib can be viewed as a 2-dimensional vector of length ` = a2 + b2 and angle ® = tan(b=a). Since the Euler function extended to the complex numbers has the property that ei® = cos ® + i sin ® it follows that z can also be represented as ` ¢ ei®. This immediately implies that z2 = (` ¢ ei®)2 = `2 ¢ ei2® 2 2 pi.e., z is a 2-dimensional vector of lengthp` and angle 2®. On the other hand, this implies that z isp a 2-dimensional vector of length ` and angle ®=p2. Hence, if we set z = (¡1; 0) = ¡1, then z = (0; 1) = i, and so it is natural to de¯ne i = ¡1 above. Given a complex number z = a + ib, ² z¤ = a ¡ ib is called the complex conjugate of z and ² jjzjj2 = z ¢ z¤ = a2 + b2 is called the square norm of z Linear algebra We start with linear algebra over the real numbers. Let M(m; n; IR) be the space of all m £ n- dimensional matrices 0 1 a11 a12 ¢ ¢ ¢ a1n B C B a a ¢ ¢ ¢ a C B 21 22 2n C A = B . C @ . A am1 am2 ¢ ¢ ¢ amn with aij 2 IR for every 1 · i · m and 1 · j · n. If n = 1, we just call A a vector and denote it by a instead of using a capital letter. When m and n are clear from the context, then we also write A = (aij) and a = (ai). Addition and multiplication over matrices is de¯ned as follows: ² For all A; B 2 M(m; n; IR), A + B = C 2 M(m; n; IR) with cij = aij + bij for all i; j. ² For all A 2 M(m; n; IR) and B 2 M(n; p; IR), A ¢ B = C 2 M(m; p; IR) with cij = Pm k=1 aik ¢ bkj for all i; j. 2 T 0 Given a matrix A 2 M(m; n; IR), the transpose A = (aij) 2 M(n; m; IR) of A is de¯ned as 0 aij = aji for all i; j. n Given a vector a 2 IR , its `1-norm is de¯ned as jaj = ja1j + ja2j + ::: + janj ; its `2-norm or Euclidean length is de¯ned as q 2 2 2 jjajj = a1 + a2 + ::: + an and its square norm is de¯ned as jjajj2. When applying the matrix product to vectors, we obtain some interesting insights. Given two vectors a; b 2 IRn, it holds for the angle ® between a and b that aT ¢ b cos ® = jjajj ¢ jjbjj Hence, (aT ¢ b)=jjajj is equal to the length of the projection of b onto a. A projection can be seen as the shadow of one vector on another. As an example, if the two vectors are orthogonal to each other, i.e., they form a right angle, then their scalar product is 0, but if the two vectors are parallel to each other, then (aT ¢ b)=jjajj = jjbjj. Orthogonal vectors are also called linearly independent. The identity matrix In = (eij) 2 M(n; n; IR) is the matrix with 1's along the diagonal and all other entries being 0, i.e., eii = 1 for all i and eij = 0 for all i 6= j. The vector ek = (ei) has entries that are de¯ned as ek = 1 and ei = 0 for all i 6= k. A subset U ⊆ M(m; n; IR) is called a subspace of M(m; n; IR) if ² U 6= ;, ² for all A; B 2 U, A + B 2 U, and ² for all ® 2 IR and A 2 U, ®A 2 U. As an example, consider any set of matrices A1;:::; Ak 2 M(m; n; IR). Then Xk hA1;:::; Aki = f ®iAi j ®1; : : : ; ®k 2 IRg i=1 is a subspace of M(m; n; IR). We will be mostly interested in subspaces generated by vectors, i.e., n subspaces of the form U = ha1;:::; aki with ai 2 IR for every i. We say that a1;:::; ak form a T basis of U if they are linearly independent, i.e., ai?aj resp. ai ¢aj = 0 for all i 6= j. In this case, the dimension of a subspace U is equal to k. Two subspaces U1 and U2 are linearly independent, or U1?U2, if and only if any two vectors a 2 U1 and b 2 U2 are linearly independent. Matrices and vectors can also be de¯ned over the complex domain. The conjugate transpose Ay of a matrix A 2 M(m; n; IC) is de¯ned by taking the transpose of A and conjugating all of y its entries. A matrix A 2 M(n; n; IC) is called unitary if and only if A ¢ A = In. 3 n The square norm of a vector a = (ai) 2 IC is de¯ned as Xn 2 2 jjajj = jjaijj i=1 Similar to the real numbers, given any two vectors a; b 2 ICn, the value (ay ¢ b)=jjajj 2 IC is equal to the complex value of the projection of b onto a. Dirac notation In the quantum physics literature, people often use the Dirac notation, or bracket notation, when dealing with vectors. Given a vector a 2 ICn, the bra of a is denoted as haj and represents ay (i.e., the conjugate transpose of a) whereas the ket of a is denoted as jai and simply represents a. Finally, the bracket of a is equivalent to its square norm, namely, hajai = haj ¢ jai = ay ¢ a = jjajj2 : For all vectors a; b; c 2 ICn it holds: ² hajbi = hbjai¤, ² haj®bi = ®hajbi for all ® 2 IC, ² ha + bjci = hajci + hbjci, and ² hajb + ci = hajbi + hajci.
Recommended publications
  • Quantum Computer: Quantum Model and Reality
    Quantum Computer: Quantum Model and Reality Vasil Penchev, [email protected] Bulgarian Academy of Sciences: Institute of Philosophy and Sociology: Dept. of Logical Systems and Models Abstract. Any computer can create a model of reality. The hypothesis that quantum computer can generate such a model designated as quantum, which coincides with the modeled reality, is discussed. Its reasons are the theorems about the absence of “hidden variables” in quantum mechanics. The quantum modeling requires the axiom of choice. The following conclusions are deduced from the hypothesis. A quantum model unlike a classical model can coincide with reality. Reality can be interpreted as a quantum computer. The physical processes represent computations of the quantum computer. Quantum information is the real fundament of the world. The conception of quantum computer unifies physics and mathematics and thus the material and the ideal world. Quantum computer is a non-Turing machine in principle. Any quantum computing can be interpreted as an infinite classical computational process of a Turing machine. Quantum computer introduces the notion of “actually infinite computational process”. The discussed hypothesis is consistent with all quantum mechanics. The conclusions address a form of neo-Pythagoreanism: Unifying the mathematical and physical, quantum computer is situated in an intermediate domain of their mutual transformations. Key words: model, quantum computer, reality, Turing machine Eight questions: There are a few most essential questions about the philosophical interpretation of quantum computer. They refer to the fundamental problems in ontology and epistemology rather than philosophy of science or that of information and computation only. The contemporary development of quantum mechanics and the theory of quantum information generate them.
    [Show full text]
  • Restricted Versions of the Two-Local Hamiltonian Problem
    The Pennsylvania State University The Graduate School Eberly College of Science RESTRICTED VERSIONS OF THE TWO-LOCAL HAMILTONIAN PROBLEM A Dissertation in Physics by Sandeep Narayanaswami c 2013 Sandeep Narayanaswami Submitted in Partial Fulfillment of the Requirements for the Degree of Doctor of Philosophy August 2013 The dissertation of Sandeep Narayanaswami was reviewed and approved* by the following: Sean Hallgren Associate Professor of Computer Science and Engineering Dissertation Adviser, Co-Chair of Committee Nitin Samarth Professor of Physics Head of the Department of Physics Co-Chair of Committee David S Weiss Professor of Physics Jason Morton Assistant Professor of Mathematics *Signatures are on file in the Graduate School. Abstract The Hamiltonian of a physical system is its energy operator and determines its dynamics. Un- derstanding the properties of the ground state is crucial to understanding the system. The Local Hamiltonian problem, being an extension of the classical Satisfiability problem, is thus a very well-motivated and natural problem, from both physics and computer science perspectives. In this dissertation, we seek to understand special cases of the Local Hamiltonian problem in terms of algorithms and computational complexity. iii Contents List of Tables vii List of Tables vii Acknowledgments ix 1 Introduction 1 2 Background 6 2.1 Classical Complexity . .6 2.2 Quantum Computation . .9 2.3 Generalizations of SAT . 11 2.3.1 The Ising model . 13 2.3.2 QMA-complete Local Hamiltonians . 13 2.3.3 Projection Hamiltonians, or Quantum k-SAT . 14 2.3.4 Commuting Local Hamiltonians . 14 2.3.5 Other special cases . 15 2.3.6 Approximation Algorithms and Heuristics .
    [Show full text]
  • STRONGLY UNIVERSAL QUANTUM TURING MACHINES and INVARIANCE of KOLMOGOROV COMPLEXITY (AUGUST 11, 2007) 2 Such That the Aforementioned Halting Conditions Are Satisfied
    STRONGLY UNIVERSAL QUANTUM TURING MACHINES AND INVARIANCE OF KOLMOGOROV COMPLEXITY (AUGUST 11, 2007) 1 Strongly Universal Quantum Turing Machines and Invariance of Kolmogorov Complexity Markus M¨uller Abstract—We show that there exists a universal quantum Tur- For a compact presentation of the results by Bernstein ing machine (UQTM) that can simulate every other QTM until and Vazirani, see the book by Gruska [4]. Additional rele- the other QTM has halted and then halt itself with probability one. vant literature includes Ozawa and Nishimura [5], who gave This extends work by Bernstein and Vazirani who have shown that there is a UQTM that can simulate every other QTM for necessary and sufficient conditions that a QTM’s transition an arbitrary, but preassigned number of time steps. function results in unitary time evolution. Benioff [6] has As a corollary to this result, we give a rigorous proof that worked out a slightly different definition which is based on quantum Kolmogorov complexity as defined by Berthiaume et a local Hamiltonian instead of a local transition amplitude. al. is invariant, i.e. depends on the choice of the UQTM only up to an additive constant. Our proof is based on a new mathematical framework for A. Quantum Turing Machines and their Halting Conditions QTMs, including a thorough analysis of their halting behaviour. Our discussion will rely on the definition by Bernstein and We introduce the notion of mutually orthogonal halting spaces and show that the information encoded in an input qubit string Vazirani. We describe their model in detail in Subsection II-B.
    [Show full text]
  • On the Simulation of Quantum Turing Machines
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by Elsevier - Publisher Connector Theoretical Computer Science 304 (2003) 103–128 www.elsevier.com/locate/tcs On the simulation ofquantum turing machines Marco Carpentieri Universita di Salerno, 84081 Baronissi (SA), Italy Received 20 March 2002; received in revised form 11 December 2002; accepted 12 December 2002 Communicated by G. Ausiello Abstract In this article we shall review several basic deÿnitions and results regarding quantum compu- tation. In particular, after deÿning Quantum Turing Machines and networks the paper contains an exposition on continued fractions and on errors in quantum networks. The topic of simulation ofQuantum Turing Machines by means ofobvious computation is introduced. We give a full discussion ofthe simulation ofmultitape Quantum Turing Machines in a slight generalization of the class introduced by Bernstein and Vazirani. As main result we show that the Fisher-Pippenger technique can be used to give an O(tlogt) simulation ofa multi-tape Quantum Turing Machine by another belonging to the extended Bernstein and Vazirani class. This result, even ifregarding a slightly restricted class ofQuantum Turing Machines improves the simulation results currently known in the literature. c 2003 Published by Elsevier B.V. 1. Introduction Even ifthe present technology does consent realizing only very simple devices based on the principles ofquantum mechanics, many authors considered to be worth it ask- ing whether a theoretical model ofquantum computation could o:er any substantial beneÿts over the correspondent theoretical model based on the assumptions ofclas- sical physics. Recently, this question has received considerable attention because of the growing beliefthat quantum mechanical processes might be able to performcom- putation that traditional computing machines can only perform ine;ciently.
    [Show full text]
  • A Quantum Computer Foundation for the Standard Model and Superstring Theories*
    A Quantum Computer Foundation for the Standard Model and SuperString Theories* By Stephen Blaha** * Excerpted from the book Cosmos and Consciousness by Stephen Blaha (1stBooks Library, Bloomington, IN, 2000) available from amazon.com and bn.com. ** Associate of the Harvard University Physics Department. ABSTRACT 1. SuperString Theory can naturally be based on a Quantum Computer foundation. This provides a totally new view of SuperString Theory. 2. The Standard Model of elementary particles can be viewed as defining a Quantum Computer Grammar and language. 3. A Quantum Computer can be represented in part as a second-quantized Fermi field. 4. A Quantum Computer in a certain limit naturally forms a Superspace upon which Supersymmetry rotations can be defined – a Continuum Quantum Computer. 5. A representation of Quantum Computers exists that is similar to Turing Machines - a Quantum Turing Machine. As part of this development we define various types of Quantum Grammars. 6. High level Quantum Computer languages are described for the first time. New linguistic views of the most fundamental theories of Physics, the Standard Model and SuperString Theory are described. In these new linguistic representations particles become literally symbols or letters, and particle interactions become grammar rules. This view is NOT the same as the often-expressed view that Mathematics is the language of Physics. The linguistic representation is a specific new mathematical construct. We show how to create a SuperString Quantum Computer that naturally provides a framework for SuperStrings in general and heterotic SuperStrings in particular. There are also a number of new developments relating to Quantum Computers and Quantum Turing Machines that are of interest to Computer Science.
    [Show full text]
  • Quantum Computing : a Gentle Introduction / Eleanor Rieffel and Wolfgang Polak
    QUANTUM COMPUTING A Gentle Introduction Eleanor Rieffel and Wolfgang Polak The MIT Press Cambridge, Massachusetts London, England ©2011 Massachusetts Institute of Technology All rights reserved. No part of this book may be reproduced in any form by any electronic or mechanical means (including photocopying, recording, or information storage and retrieval) without permission in writing from the publisher. For information about special quantity discounts, please email [email protected] This book was set in Syntax and Times Roman by Westchester Book Group. Printed and bound in the United States of America. Library of Congress Cataloging-in-Publication Data Rieffel, Eleanor, 1965– Quantum computing : a gentle introduction / Eleanor Rieffel and Wolfgang Polak. p. cm.—(Scientific and engineering computation) Includes bibliographical references and index. ISBN 978-0-262-01506-6 (hardcover : alk. paper) 1. Quantum computers. 2. Quantum theory. I. Polak, Wolfgang, 1950– II. Title. QA76.889.R54 2011 004.1—dc22 2010022682 10987654321 Contents Preface xi 1 Introduction 1 I QUANTUM BUILDING BLOCKS 7 2 Single-Qubit Quantum Systems 9 2.1 The Quantum Mechanics of Photon Polarization 9 2.1.1 A Simple Experiment 10 2.1.2 A Quantum Explanation 11 2.2 Single Quantum Bits 13 2.3 Single-Qubit Measurement 16 2.4 A Quantum Key Distribution Protocol 18 2.5 The State Space of a Single-Qubit System 21 2.5.1 Relative Phases versus Global Phases 21 2.5.2 Geometric Views of the State Space of a Single Qubit 23 2.5.3 Comments on General Quantum State Spaces
    [Show full text]
  • Computational Power of Observed Quantum Turing Machines
    Computational Power of Observed Quantum Turing Machines Simon Perdrix PPS, Universit´eParis Diderot & LFCS, University of Edinburgh New Worlds of Computation, January 2009 Quantum Computing Basics State space in a classical world of computation: countable A. inaquantumworld: Hilbertspace CA ket map . : A CA | i → s.t. x , x A is an orthonormal basis of CA {| i ∈ } Arbitrary states Φ = αx x | i x A X∈ 2 s.t. x A αx =1 ∈ | | P Quantum Computing Basics bra map . : A L(CA, C) h | → s.t. x, y A, ∀ ∈ 1 if x = y y x = “ Kronecker ” h | | i (0 otherwise v,t A, v t : CA CA: ∀ ∈ | ih | → v if t = x ( v t ) x = v ( t x )= | i “ v t t v ” | ih | | i | i h | | i (0 otherwise | ih |≈ 7→ Evolution of isolated systems: Linear map U L(CA, CA) ∈ U = ux,y y x | ih | x,y A X∈ which is an isometry (U †U = I). Observation Let Φ = αx x | i x A X∈ (Full) measurement in standard basis: 2 The probability to observe a A is αa . ∈ | | If a A is observed, the state becomes Φa = a . ∈ | i Partial measurement in standard basis: Let K = Kλ, λ Λ be a partition of A. { ∈ } 2 The probability to observe λ Λ is pλ = a Kλ αa ∈ ∈ | | If λ Λ is observed, the state becomes P ∈ 1 1 Φλ = PλΦ = αa a √pλ √pλ | i a Kλ X∈ where Pλ = a Kλ a a . ∈ | ih | P Observation Let Φ = αx x | i x A X∈ (Full) measurement in standard basis: 2 The probability to observe a A is αa .
    [Show full text]
  • Quantum Computational Complexity Theory Is to Un- Derstand the Implications of Quantum Physics to Computational Complexity Theory
    Quantum Computational Complexity John Watrous Institute for Quantum Computing and School of Computer Science University of Waterloo, Waterloo, Ontario, Canada. Article outline I. Definition of the subject and its importance II. Introduction III. The quantum circuit model IV. Polynomial-time quantum computations V. Quantum proofs VI. Quantum interactive proof systems VII. Other selected notions in quantum complexity VIII. Future directions IX. References Glossary Quantum circuit. A quantum circuit is an acyclic network of quantum gates connected by wires: the gates represent quantum operations and the wires represent the qubits on which these operations are performed. The quantum circuit model is the most commonly studied model of quantum computation. Quantum complexity class. A quantum complexity class is a collection of computational problems that are solvable by a cho- sen quantum computational model that obeys certain resource constraints. For example, BQP is the quantum complexity class of all decision problems that can be solved in polynomial time by a arXiv:0804.3401v1 [quant-ph] 21 Apr 2008 quantum computer. Quantum proof. A quantum proof is a quantum state that plays the role of a witness or certificate to a quan- tum computer that runs a verification procedure. The quantum complexity class QMA is defined by this notion: it includes all decision problems whose yes-instances are efficiently verifiable by means of quantum proofs. Quantum interactive proof system. A quantum interactive proof system is an interaction between a verifier and one or more provers, involving the processing and exchange of quantum information, whereby the provers attempt to convince the verifier of the answer to some computational problem.
    [Show full text]
  • Models of Quantum Computation and Quantum Programming Languages
    Models of quantum computation and quantum programming languages Jaros law Adam MISZCZAK Institute of Theoretical and Applied Informatics, Polish Academy of Sciences, Ba ltycka 5, 44-100 Gliwice, Poland The goal of the presented paper is to provide an introduction to the basic computational mod- els used in quantum information theory. We review various models of quantum Turing machine, quantum circuits and quantum random access machine (QRAM) along with their classical counter- parts. We also provide an introduction to quantum programming languages, which are developed using the QRAM model. We review the syntax of several existing quantum programming languages and discuss their features and limitations. I. INTRODUCTION of existing models of quantum computation is biased towards the models interesting for the development of Computational process must be studied using the fixed quantum programming languages. Thus we neglect some model of computational device. This paper introduces models which are not directly related to this area (e.g. the basic models of computation used in quantum in- quantum automata or topological quantum computa- formation theory. We show how these models are defined tion). by extending classical models. We start by introducing some basic facts about clas- A. Quantum information theory sical and quantum Turing machines. These models help to understand how useful quantum computing can be. It can be also used to discuss the difference between Quantum information theory is a new, fascinating field quantum and classical computation. For the sake of com- of research which aims to use quantum mechanical de- pleteness we also give a brief introduction to the main res- scription of the system to perform computational tasks.
    [Show full text]
  • Quantum Information Science
    Quantum Information Science Seth Lloyd Professor of Quantum-Mechanical Engineering Director, WM Keck Center for Extreme Quantum Information Theory (xQIT) Massachusetts Institute of Technology Article Outline: Glossary I. Definition of the Subject and Its Importance II. Introduction III. Quantum Mechanics IV. Quantum Computation V. Noise and Errors VI. Quantum Communication VII. Implications and Conclusions 1 Glossary Algorithm: A systematic procedure for solving a problem, frequently implemented as a computer program. Bit: The fundamental unit of information, representing the distinction between two possi- ble states, conventionally called 0 and 1. The word ‘bit’ is also used to refer to a physical system that registers a bit of information. Boolean Algebra: The mathematics of manipulating bits using simple operations such as AND, OR, NOT, and COPY. Communication Channel: A physical system that allows information to be transmitted from one place to another. Computer: A device for processing information. A digital computer uses Boolean algebra (q.v.) to processes information in the form of bits. Cryptography: The science and technique of encoding information in a secret form. The process of encoding is called encryption, and a system for encoding and decoding is called a cipher. A key is a piece of information used for encoding or decoding. Public-key cryptography operates using a public key by which information is encrypted, and a separate private key by which the encrypted message is decoded. Decoherence: A peculiarly quantum form of noise that has no classical analog. Decoherence destroys quantum superpositions and is the most important and ubiquitous form of noise in quantum computers and quantum communication channels.
    [Show full text]
  • Quantum Logarithmic Space and Post-Selection
    Quantum Logarithmic Space and Post-selection Fran¸cois Le Gall1 Harumichi Nishimura2 Abuzer Yakaryılmaz3,4 1Graduate School of Mathematics, Nagoya University, Nagoya, Japan 2Graduate School of Informatics, Nagoya University, Nagoya, Japan 3Center for Quantum Computer Science, University of Latvia, R¯ıga, Latvia 4QWorld Association, https://qworld.net Emails: [email protected], [email protected], [email protected] Abstract Post-selection, the power of discarding all runs of a computation in which an undesirable event occurs, is an influential concept introduced to the field of quantum complexity theory by Aaronson (Proceedings of the Royal Society A, 2005). In the present paper, we initiate the study of post-selection for space-bounded quantum complexity classes. Our main result shows the identity PostBQL = PL, i.e., the class of problems that can be solved by a bounded- error (polynomial-time) logarithmic-space quantum algorithm with post-selection (PostBQL) is equal to the class of problems that can be solved by unbounded-error logarithmic-space classical algorithms (PL). This result gives a space-bounded version of the well-known result PostBQP = PP proved by Aaronson for polynomial-time quantum computation. As a by- product, we also show that PL coincides with the class of problems that can be solved by bounded-error logarithmic-space quantum algorithms that have no time bound. 1 Introduction Post-selection. Post-selection is the power of discarding all runs of a computation in which an undesirable event occurs. This concept was introduced to the field of quantum complexity theory by Aaronson [1]. While unrealistic, post-selection turned out to be an extremely useful tool to obtain new and simpler proofs of major results about classical computation, and also prove new results about quantum complexity classes.
    [Show full text]
  • Physics of Quantum Computation V
    XJ0300180 Письма в ЭЧАЯ. 2003. № 1 [116] Particles and Nuclei, Letters. 2003. No. 1[116] PHYSICS OF QUANTUM COMPUTATION V. V. Belokurov, O. A. Khrustalev, V. A. Sadovnichy, O. D. Timofeevskaya Lomonosov Moscow State University, Moscow INTRODUCTION As many other significant discoveries in physics, the invention of quantum computer was a result of the battle against thermodynamic laws. It was the middle of the 19th century when Maxwell proposed his demon — a creature with unique perceptivity able to detect every molecule and control its motion. Separating fast and slow molecules of a gas in different parts of a box, Maxwell's demon could have changed the temperature in these parts without producing any work. Thus, the intelligent machine could prevent thermal death. Later Smoluchowski proved that measuring molecular velocities and storing the informa- tion demon would increase entropy. Therefore, the perpetuum mobile of the second type could not be created. It became a common opinion that any physical measurement was irreversible. In the 1950s von Neumann applied these arguments to his computer science. He supposed that the penalty for computer operation was energy scattering with the rate of energy loss kT In 2 per one step of computation. This estimation was considered as convincing. However at the beginning of the 1960s Landauer proved that energy dissipation in computers was closely related to logical irreversibility of computation. There were no rigorous arguments for correctness of von Neumann's conclusion in the case of reversible computation. A hope ap- peared that if Maxwell's demon learned to perform reversible computations, the construction of reversible computers would become real.
    [Show full text]