Search an Unsorted Database with Quantum Mechanics

Total Page:16

File Type:pdf, Size:1020Kb

Search an Unsorted Database with Quantum Mechanics http://www.paper.edu.cn Front. Comput. Sci. China 2007, 1(3): 247−271 DOI 10.1007/s11704-007-0026-z REVIEW ARTICLE Search an unsorted database with quantum mechanics LONG Guilu ( ), LIU Yang Key Laboratory for Atomic and Molecular Nanosciences of Ministry of Eduation, Department of Physics, Tsinghua University, Beijing 100084, China Tsinghua National Laboratory for Information Science and Technology, Tsinghua University, Beijing 100084, China © Higher Education Press and Springer-Verlag 2007 Abstract In this article, we review quantum search algo- markably, there is a quantum search algorithm which en- rithms for unsorted database search problem. Unsorted da- ables this search problem to be speeded up substantially, tabase search is a very important problem in science and requiring only ON() operations. Moreover, the quan- technology. In a quantum computer, a marked state can be tum search algorithm is general in the sense that they can found with very high probability using the Grover's algo- be applied far beyond the route-finding example just de- rithm, or exactly with the Long algorithm. We review the scribed to speed up many (though not all) classical algo- Grover algorithm and related generalizations. In particular, rithms that use search heuristics. It plays very important we review the phase matching conditions in quantum roles in the fields of information and computation. For search algorithm. Several issues that may cause confusion example, finding the owner of a phone number, deciphering about the quantum search algorithm are also clarified. DES like code [1], solving the Simon problem [2], quantum counting problem [3]. Spaces can be efficiently searched by Keywords quantum search algorithm, Grover algorithm, a quantum robot using quantum search algorithm [4]. It can Long algorithm, Phase matching, quantum amplitude am- also speed up in a square-root manner difficult problems plification, duality computer such as the hidden shift problem [5], the Hamiltonian cir- cuit problem [6] and NP-complete problem in general [7]. 1 Introduction In this review article, we will describe various aspects of quantum search algorithms. In Section 2, we give a brief in- Finding a marked item from an unsorted database (UDB), troduction of the Grover search algorithm. In Section 3, before the so-called unsorted database search (UDS) problem is a going to several important generalizations, we give a clear very common and difficult problem. Many scientific prob- separation of the basic elements in a quantum searching algo- lems can be reduced to UDS problem and the UDS has rithm. We divide the quantum searching problem into two wide applications in science and technology. For instance, basic elements: the search engine and the database. The ob- suppose you are given a map containing many cities, and scurity between a quantum search engine and a quantum da- want to find the shortest route passing through all cities on tabase often misleads people to err. Most impor- the map. A simple algorithm to find this route is to search tantly, the unitary operators U' in ||0ψ0 〉=U' 〉, the database, all possible routes through the cities and keep a record of −1 and U in the search engine G = −UR U Rτ is which route has the shortest length. On a classical computer, 0 not the same in general. However these two are often the same if there are N possible routes, it is obvious that O(N) opera- in many quantum search algorithms. Separating them clears tions are required to determine the shortest route. Re- many misunderstanding. In Section 4 we describe several generalizations of the Grover algorithm, including finding Received July 20, 2007 multiple marked items, replacing the Walsh-Hadamard trans- E-mail: [email protected] formation with an arbitrary unitary transformation, namely the 转载 中国科技论文在线 http://www.paper.edu.cn 248 quantum amplitude amplification. In Section 5, we concen- trate on one important generalization of replacing the two phase inversions with general phase rotations. Contrary to Excellent work have been done for classical algorithms on anticipation, arbitrary phase rotations are not allowed in a searching problem [8, 9]. Grover algorithm and Shor al- good quantum search algorithm. A good quantum search al- gorithm are the two most successful algorithms in quantum gorithm can find the marked state with high probability. It computing [10, 11]. Grover proposed a quantum mechani- is only when the two phase rotation angles satisfy a phase cal search algorithm [12] which is polynomially faster than matching condition that a good quantum search algorithm classical algorithm. The investigated problem is: there is can be built. It depends both on the quantum search engine an unsorted database containing N items of which only one and on the quantum database. In Section 6, we review an item is to be retrieved. This is the UDS problem. exact quantum search algorithm, the Long algorithm. The The classical algorithm for this problem is to examine standard Grover algorithm finds a marked state with very items one by one. Thus the algorithm needs N/2 iterations high probability in general for very large database. How- in average for finding a desired marked item. Quantum me- ever in some applications, the quantum database size is lim- chanics systems can be in a superposition of the basis states. ited, or the number of marked states is large, then Grover By properly adjusting the various operations, Grover search algorithm runs into difficulty. For instance, Grover algo- algorithm enables√ this method to speed up substantially, re- rithm fails for a database with only two items or half of the quiring only O( N) operations. data is the marked states. The application of the Grover al- Now we examine the Grover algorithm. Let a quantum n gorithm does not increase the finding probability at all. In system have N =2 states which are labelled as |i(i = this case, the Long algorithm is very suited for. It involves 1, 2,...,N), there is a unique marked state |τ that satisfies replacing the two phase inversions with two phase angles a query function C(i)=1, whereas any other state satis- satisfying the phase matching condition and dependent on fies function C(i)=0. The search problem is to identify the size of the database. An analytic expression is explicitly the state τ. To fulfill Grover algorithm, two types of ele- given for the angles. In Section 7, we review the other im- mentary unitary operations are required in the processing: portant generalization of the Grover algorithm, the quantum 1) the Walsh-Hadamard transformation [13], denoted as W ; amplitude amplification (QAA). Standard Grover algorithm 2) selective inversions of the phase of states. The strategy of uses evenly distributed database. In QAA, the items in the the Grover algorithm is to begin with an evenly distributed database may have different coefficients. In Section 8, we state to perform successive above-mentioned operations so briefly review the newly proposed duality computer and the as to increase sufficiently large probability of obtaining the quantum search algorithm in it. A duality computer exploits marked state. both the particle and wave nature of quantum systems. In The W operator performed on single qubit is represented by the matrix addition to quantum parallelism, it also possesses the duality ⎡ ⎤ parallelism. The duality search algorithm provides a way of 1 ⎢ 11⎥ running classical search algorithms in a quantum computer. H = √ ⎣ ⎦ . (1) In Section 9, we give a brief analysis of misunderstanding 2 1 −1 about the quantum search algorithm. This includes: the H transforms a qubit in |0 state to a superposition state relation between speed of search and the initial amplitude 1 1 √ (|0+|1) and |1 state to a superposition state √ (|0− of the marked state in the database, the relation between the 2 2 search speed and the quantum search engine. In Section 10, |1). In a quantum system of n-qubit, H transformation is we give an error tolerance analysis of quantum search algo- performed on each of the n qubit independently to realize rithms. In Section 11, we briefly review a classical parallel the W transformation. Then the total unitary operation is implementation of the quantum search algorithm. By using denoted as classical parallelism, additional speedup can be obtained at W = H⊗n the expense of more qubit resources. In Section 12, a sum- and the elements of matrix are mary and discussion is given about the experimental imple- −n/2 ¯i·¯j mentations of the quantum search algorithm and other re- Wij =2 (−1) , lated issues. where ¯i and ¯j are the binary representations of i and j re- 中国科技论文在线 http://www.paper.edu.cn 249 spectively, ¯i · ¯j denotes the bitwise inner product of the bit gorithm [11, 12] and its later version [22]. In the first version strings ¯i and ¯j. [11, 12], the D operation was implemented by two Walsh- Specifically, the Grover algorithm has the following pro- Hadamard gates with the operation −I0 whose action is to cedures. inverse the signs of all components except the |0 basis state. D Database construction Initialize√ the√ quantum√ register In its later version, the minus sign in was ignored, and it / N, / N, / N,..., I to√ the evenly distributed state (1 1 1 was implemented by two Walsh-Hadamard and the 0 oper- 1/ N). This superposition state requires O(log N) steps. ator whose action is to inverse the sign of |0 component and The initial state can be written as leaves other amplitudes untouched. In this review article, we adopt the later version. The diffusion transform D can be |ψ W | 1 |i β|τ β|c, 0 = 0 = N =sin +cos (2) i expressed as ⎧ where ⎪ 2 ⎨⎪ ,i= j 1 1 N |c = |i,β=arcsin .
Recommended publications
  • Key Concepts for Future QIS Learners Workshop Output Published Online May 13, 2020
    Key Concepts for Future QIS Learners Workshop output published online May 13, 2020 Background and Overview On behalf of the Interagency Working Group on Workforce, Industry and Infrastructure, under the NSTC Subcommittee on Quantum Information Science (QIS), the National Science Foundation invited 25 researchers and educators to come together to deliberate on defining a core set of key concepts for future QIS learners that could provide a starting point for further curricular and educator development activities. The deliberative group included university and industry researchers, secondary school and college educators, and representatives from educational and professional organizations. The workshop participants focused on identifying concepts that could, with additional supporting resources, help prepare secondary school students to engage with QIS and provide possible pathways for broader public engagement. This workshop report identifies a set of nine Key Concepts. Each Concept is introduced with a concise overall statement, followed by a few important fundamentals. Connections to current and future technologies are included, providing relevance and context. The first Key Concept defines the field as a whole. Concepts 2-6 introduce ideas that are necessary for building an understanding of quantum information science and its applications. Concepts 7-9 provide short explanations of critical areas of study within QIS: quantum computing, quantum communication and quantum sensing. The Key Concepts are not intended to be an introductory guide to quantum information science, but rather provide a framework for future expansion and adaptation for students at different levels in computer science, mathematics, physics, and chemistry courses. As such, it is expected that educators and other community stakeholders may not yet have a working knowledge of content covered in the Key Concepts.
    [Show full text]
  • Quantum Computing: Principles and Applications
    Journal of International Technology and Information Management Volume 29 Issue 2 Article 3 2020 Quantum Computing: Principles and Applications Yoshito Kanamori University of Alaska Anchorage, [email protected] Seong-Moo Yoo University of Alabama in Huntsville, [email protected] Follow this and additional works at: https://scholarworks.lib.csusb.edu/jitim Part of the Communication Technology and New Media Commons, Computer and Systems Architecture Commons, Information Security Commons, Management Information Systems Commons, Science and Technology Studies Commons, Technology and Innovation Commons, and the Theory and Algorithms Commons Recommended Citation Kanamori, Yoshito and Yoo, Seong-Moo (2020) "Quantum Computing: Principles and Applications," Journal of International Technology and Information Management: Vol. 29 : Iss. 2 , Article 3. Available at: https://scholarworks.lib.csusb.edu/jitim/vol29/iss2/3 This Article is brought to you for free and open access by CSUSB ScholarWorks. It has been accepted for inclusion in Journal of International Technology and Information Management by an authorized editor of CSUSB ScholarWorks. For more information, please contact [email protected]. Journal of International Technology and Information Management Volume 29, Number 2 2020 Quantum Computing: Principles and Applications Yoshito Kanamori (University of Alaska Anchorage) Seong-Moo Yoo (University of Alabama in Huntsville) ABSTRACT The development of quantum computers over the past few years is one of the most significant advancements in the history of quantum computing. D-Wave quantum computer has been available for more than eight years. IBM has made its quantum computer accessible via its cloud service. Also, Microsoft, Google, Intel, and NASA have been heavily investing in the development of quantum computers and their applications.
    [Show full text]
  • Is Quantum Search Practical?
    Q UANTUM C OMPUTING IS QUANTUM SEARCH PRACTICAL? Gauging a quantum algorithm’s practical significance requires weighing it against the best conventional techniques applied to useful instances of the same problem. The authors show that several commonly suggested applications of Grover’s quantum search algorithm fail to offer computational improvements over the best conventional algorithms. ome researchers suggest achieving mas- polynomial-time algorithm for number factoring sive speedups in computing by exploiting is known, and the security of the RSA code used quantum-mechanical effects such as su- on the Internet relies on this problem’s difficulty. perposition (quantum parallelism) and If a large and error-tolerant quantum computer Sentanglement.1 A quantum algorithm typically were available today, running Shor’s algorithm on consists of applying quantum gates to quantum it could compromise e-commerce. states, but because the input to the algorithm Lov Grover’s quantum search algorithm is also might be normal classical bits (or nonquantum), widely studied. It must compete with advanced it only affects the selection of quantum gates. Af- classical search techniques in applications that use ter all the gates are applied, quantum measure- parallel processing3 or exploit problem structure, ment is performed, producing the algorithm’s often implicitly. Despite its promise, though, it is nonquantum output. Deutsch’s algorithm, for in- by no means clear whether, or how soon, quantum stance, solves a certain artificial problem in fewer computing methods will offer better performance steps than any classical (nonquantum) algorithm, in useful applications.4 Traditional complexity and its relative speedup grows with the problem analysis of Grover’s algorithm doesn’t consider the size.
    [Show full text]
  • Quantum Algorithms
    An Introduction to Quantum Algorithms Emma Strubell COS498 { Chawathe Spring 2011 An Introduction to Quantum Algorithms Contents Contents 1 What are quantum algorithms? 3 1.1 Background . .3 1.2 Caveats . .4 2 Mathematical representation 5 2.1 Fundamental differences . .5 2.2 Hilbert spaces and Dirac notation . .6 2.3 The qubit . .9 2.4 Quantum registers . 11 2.5 Quantum logic gates . 12 2.6 Computational complexity . 19 3 Grover's Algorithm 20 3.1 Quantum search . 20 3.2 Grover's algorithm: How it works . 22 3.3 Grover's algorithm: Worked example . 24 4 Simon's Algorithm 28 4.1 Black-box period finding . 28 4.2 Simon's algorithm: How it works . 29 4.3 Simon's Algorithm: Worked example . 32 5 Conclusion 33 References 34 Page 2 of 35 An Introduction to Quantum Algorithms 1. What are quantum algorithms? 1 What are quantum algorithms? 1.1 Background The idea of a quantum computer was first proposed in 1981 by Nobel laureate Richard Feynman, who pointed out that accurately and efficiently simulating quantum mechanical systems would be impossible on a classical computer, but that a new kind of machine, a computer itself \built of quantum mechanical elements which obey quantum mechanical laws" [1], might one day perform efficient simulations of quantum systems. Classical computers are inherently unable to simulate such a system using sub-exponential time and space complexity due to the exponential growth of the amount of data required to completely represent a quantum system. Quantum computers, on the other hand, exploit the unique, non-classical properties of the quantum systems from which they are built, allowing them to process exponentially large quantities of information in only polynomial time.
    [Show full text]
  • On Counterfactual Computation
    On Counterfactual Computation Paolo Zuliani Department of Computer Science Princeton University Princeton, NJ 08544, USA [email protected] Abstract In this paper we pursue two targets. First, showing that counterfactual computa- tion can be rigorously formalised as a quantum computation. Second, presenting a new counterfactual protocol which improve previous protocols. Counterfactual computation makes use of quantum mechanics' peculiarities to infer the outcome of a quantum com- putation without running that computation. In this paper, we first cast the definition of counterfactual protocol in the quantum programming language qGCL, thereby show- ing that counterfactual computation is an example of quantum computation. Next, we formalise in qGCL a probabilistic extension of counterfactual protocol for decision r problems (whose result is either 0 or 1). If pG denotes for protocol G the probability of obtaining result r \for free" (i.e. without running the quantum computer), then we 0 1 show that for any probabilistic protocol pG + pG ≤ 1 (as for non-probabilistic pro- 0 1 tocols). Finally, we present a probabilistic protocol K which satisfies pK + pK = 1, thus being optimal. Furthermore, the result is attained with a single insertion of the quantum computer, while it has been shown that a non-probabilistic protocol would obtain the result only in the limit (i.e. with an infinite number of insertions). 1 Introduction Counterfactuality is the fact that the sole possibility for an event to occur allows one to gain some information about that event, even though it did not actually occur. Counterfac- tual computation [4, 5] uses peculiar features of quantum mechanics to infer counterfactual statements about the result of a computation.
    [Show full text]
  • Superconducting Transmon Machines
    Quantum Computing Hardware Platforms: Superconducting Transmon Machines • CSC591/ECE592 – Quantum Computing • Fall 2020 • Professor Patrick Dreher • Research Professor, Department of Computer Science • Chief Scientist, NC State IBM Q Hub 3 November 2020 Superconducting Transmon Quantum Computers 1 5 November 2020 Patrick Dreher Outline • Introduction – Digital versus Quantum Computation • Conceptual design for superconducting transmon QC hardware platforms • Construction of qubits with electronic circuits • Superconductivity • Josephson junction and nonlinear LC circuits • Transmon design with example IBM chip layout • Working with a superconducting transmon hardware platform • Quantum Mechanics of Two State Systems - Rabi oscillations • Performance characteristics of superconducting transmon hardware • Construct the basic CNOT gate • Entangled transmons and controlled gates • Appendices • References • Quantum mechanical solution of the 2 level system 3 November 2020 Superconducting Transmon Quantum Computers 2 5 November 2020 Patrick Dreher Digital Computation Hardware Platforms Based on a Base2 Mathematics • Design principle for a digital computer is built on base2 mathematics • Identify voltage changes in electrical circuits that map base2 math into a “zero” or “one” corresponding to an on/off state • Build electrical circuits from simple on/off states that apply these basic rules to construct digital computers 3 November 2020 Superconducting Transmon Quantum Computers 3 5 November 2020 Patrick Dreher From Previous Lectures It was
    [Show full text]
  • Quantum Distributed Computing Applied to Grover's Search Algorithm
    Quantum Distributed Computing Applied to Grover’s Search Algorithm B Debabrata Goswami( ) Indian Institute of Technology Kanpur, Kanpur 208016, India [email protected] Abstract. Grover’s Algorithm√ finds a unique element in an unsorted stock of N-elements in N queries through quantum search. A single- query solution can also be designed, but with an overhead of N log2 N steps to prepare and post process the query, which is worse than the classical N/2 queries. We show here that by distributing the computing load on a set of quantum computers, we achieve better information the- oretic bounds and relaxed space scaling. Howsoever small one quantum computing node is, by virtue of networking and sharing of data, we can virtually work with a sufficiently large qubit space. Keywords: Distributed quantum computing · Grover’s quantum search · Optical networking 1 Introduction Today’s digital computer is the cumulation of technological advancements that began with the mechanical clockwork ideas of Charles Babbage in the nineteenth century. However, it is surprising that logically, the high speed modern day com- puter is not fundamentally different from its gigantic 30 ton ancestors, the first of which were built in 1941 by the German engineer Konrad Zuse. Although comput- ers nowadays have become more compact and considerably faster in their perfor- mance, their primary execution methodology has remained the same, which is to derive a computationally useful result via the manipulation and interpretation of encoded bits. The underlying mathematical principles are indistinguishable from those outlined in the visionary Church-Turing hypothesis, proposed in the year 1936, much ahead of the birth of the first computer.
    [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]
  • Conceptual Framework for Quantum Affective Computing and Its Use in Fusion of Multi-Robot Emotions
    electronics Article Conceptual Framework for Quantum Affective Computing and Its Use in Fusion of Multi-Robot Emotions Fei Yan 1 , Abdullah M. Iliyasu 2,3,∗ and Kaoru Hirota 3,4 1 School of Computer Science and Technology, Changchun University of Science and Technology, Changchun 130022, China; [email protected] 2 College of Engineering, Prince Sattam Bin Abdulaziz University, Al-Kharj 11942, Saudi Arabia 3 School of Computing, Tokyo Institute of Technology, Yokohama 226-8502, Japan; [email protected] 4 School of Automation, Beijing Institute of Technology, Beijing 100081, China * Correspondence: [email protected] Abstract: This study presents a modest attempt to interpret, formulate, and manipulate the emotion of robots within the precepts of quantum mechanics. Our proposed framework encodes emotion information as a superposition state, whilst unitary operators are used to manipulate the transition of emotion states which are subsequently recovered via appropriate quantum measurement operations. The framework described provides essential steps towards exploiting the potency of quantum mechanics in a quantum affective computing paradigm. Further, the emotions of multi-robots in a specified communication scenario are fused using quantum entanglement, thereby reducing the number of qubits required to capture the emotion states of all the robots in the environment, and therefore fewer quantum gates are needed to transform the emotion of all or part of the robots from one state to another. In addition to the mathematical rigours expected of the proposed framework, we present a few simulation-based demonstrations to illustrate its feasibility and effectiveness. This exposition is an important step in the transition of formulations of emotional intelligence to the quantum era.
    [Show full text]
  • A Game Plan for Quantum Computing
    February 2020 A game plan for quantum computing Thanks to technology advances, some companies may reap real gains from quantum computing within five years. What should you do to prepare for this next big wave in computers? by Alexandre Ménard, Ivan Ostojic, Mark Patel, and Daniel Volz Pharmaceutical companies have an abiding interest in enzymes. These proteins catalyze all kinds of biochemical interactions, often by targeting a single type of molecule with great precision. Harnessing the power of enzymes may help alleviate the major diseases of our time. Unfortunately, we don’t know the exact molecular structure of most enzymes. In principle, chemists could use computers to model these molecules in order to identify how the molecules work, but enzymes are such complex structures that most are impossible for classical computers to model. A sufficiently powerful quantum computer, however, could accurately predict in a matter of hours the properties, structure, and reactivity of such substances—an advance that could revolutionize drug development and usher in a new era in healthcare. Quantum computers have the potential to resolve problems of this complexity and magnitude across many different industries and applications, including finance, transportation, chemicals, and cybersecurity. Solving the impossible in a few hours of computing time, finding answers to problems that have bedeviled science and society for years, unlocking unprecedented capabilities for businesses of all kinds—those are the promises of quantum computing, a fundamentally different approach to computation. None of this will happen overnight. In fact, many companies and businesses won’t be able to reap significant value from quantum computing for a decade or more, although a few will see gains in the next five years.
    [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]
  • Future Directions of Quantum Information Processing a Workshop on the Emerging Science and Technology of Quantum Computation, Communication, and Measurement
    Future Directions of Quantum Information Processing A Workshop on the Emerging Science and Technology of Quantum Computation, Communication, and Measurement Seth Lloyd, Massachusetts Institute of Technology Dirk Englund, Massachusetts Institute of Technology Workshop funded by the Basic Research Office, Office of the Assistant Prepared by Kate Klemic Ph.D. and Jeremy Zeigler Secretary of Defense for Research & Engineering. This report does not Virginia Tech Applied Research Corporation necessarily reflect the policies or positions of the US Department of Defense Preface Over the past century, science and technology have brought remarkable new capabilities to all sectors of the economy; from telecommunications, energy, and electronics to medicine, transportation and defense. Technologies that were fantasy decades ago, such as the internet and mobile devices, now inform the way we live, work, and interact with our environment. Key to this technological progress is the capacity of the global basic research community to create new knowledge and to develop new insights in science, technology, and engineering. Understanding the trajectories of this fundamental research, within the context of global challenges, empowers stakeholders to identify and seize potential opportunities. The Future Directions Workshop series, sponsored by the Basic Research Office of the Office of the Assistant Secretary of Defense for Research and Engineering, seeks to examine emerging research and engineering areas that are most likely to transform future technology capabilities. These workshops gather distinguished academic and industry researchers from the world’s top research institutions to engage in an interactive dialogue about the promises and challenges of these emerging basic research areas and how they could impact future capabilities.
    [Show full text]