Multiple Query Optimization on the D-Wave 2X Adiabatic Quantum Computer

Total Page:16

File Type:pdf, Size:1020Kb

Multiple Query Optimization on the D-Wave 2X Adiabatic Quantum Computer Multiple Query Optimization on the D-Wave 2X Adiabatic Quantum Computer Immanuel Trummer and Christoph Koch ffirstnameg.flastnameg@epfl.ch Ecole´ Polytechnique Fed´ erale´ de Lausanne ABSTRACT in California. This device is claimed to exploit the laws of The D-Wave adiabatic quantum annealer solves hard combi- quantum physics [6] in the hope to solve NP-hard optimiza- natorial optimization problems leveraging quantum physics. tion problems faster than traditional approaches. The ma- The newest version features over 1000 qubits and was re- chine supports a very restrictive class of optimization prob- lems while it is for instance not capable of running Shor's leased in August 2015. We were given access to such a ma- 1 chine, currently hosted at NASA Ames Research Center in algorithm [40] for factoring large numbers . We will show California, to explore the potential for hard optimization how instances of the multiple query optimization problem problems that arise in the context of databases. can be brought into a representation that is suitable as in- In this paper, we tackle the problem of multiple query put to the quantum annealer. We also report results of an optimization (MQO). We show how an MQO problem in- experimental evaluation that compares the time it takes to stance can be transformed into a mathematical formula that solve MQO problems on the quantum annealer to the time complies with the restrictive input format accepted by the taken by algorithms that run on a traditional computer. We quantum annealer. This formula is translated into weights believe that this is the first paper featuring an experimen- on and between qubits such that the configuration mini- tal evaluation on a quantum computer ever published in the mizing the input formula can be found via a process called database community. The quantum annealer, produced by the Canadian com- adiabatic quantum annealing. We analyze the asymptotic 2 growth rate of the number of required qubits in the MQO pany D-Wave , uses qubits instead of bits. While bits have problem dimensions as the number of qubits is currently a deterministic value (either 0 or 1) at each point in time the main factor restricting applicability. We experimentally during a computation, a qubit may be put into a superposi- compare the performance of the quantum annealer against tion of states (0 and 1) that would be considered mutually other MQO algorithms executed on a traditional computer. exclusive according to the laws of classical physics. Work- While the problem sizes that can be treated are currently ing with qubits instead of bits could in principle allow faster limited, we already find a class of problem instances where optimization than on a classical computer [1]. Thinking of the quantum annealer is three orders of magnitude faster qubit superposition as a specific form of parallelization is than other approaches. certainly simplifying but still gives a first intuition for why this is possible. We provide more explanations on quantum computing and on the quantum annealer in Section 2. 1. INTRODUCTION The quantum annealer that we were experimenting with The database area has motivated a multitude of hard op- has a net worth of around 15 million US dollars. This price timization problems that probably cannot be solved in poly- might make main stream adoption seem illusory in the near- nomial time. Those optimization problems become harder term future. However, the company D-Wave is currently as data processing systems become more complex. This considering flexible provisioning models allowing users to 3 makes it interesting to explore also unconventional opti- buy computation time instead of the hardware . In this mization approaches. In this paper, we explore the poten- scenario, users would use the machine remotely, in a similar tial of quantum computing for a classical database-related way as we did in our experiments. As near-optimal solutions optimization problem, the problem of multiple query opti- to hard problems can usually be found within milliseconds mization (MQO) [37]. We were granted a limited amount (see Section 7), this provisioning model might allow opti- of computation time on a D-Wave 2X adiabatic quantum mization at an affordable rate per instance. Those are some annealer, currently hosted at NASA Ames Research Center of the factors that encourage us to explore the potential of quantum computing already at this point in time. The D-Wave adiabatic quantum annealer has been the subject of controversial discussions in the scientific com- munity. Those discussions have focused on two questions: This work is licensed under the Creative Commons Attribution- NonCommercial-NoDerivatives 4.0 International License. To view a copy 1http://www.dwavesys.com/blog/2014/11/ of this license, visit http://creativecommons.org/licenses/by-nc-nd/4.0/. For response-worlds-first-quantum-computer-buyers-guide any use beyond those covered by this license, obtain permission by emailing 2http://www.dwavesys.com/ [email protected]. 3 Proceedings of the VLDB Endowment, Vol. 9, No. 9 http://spectrum.ieee.org/podcast/computing/hardware/ Copyright 2016 VLDB Endowment 2150-8097/16/05. dwave-aims-to-bring-quantum-computing-to-the-cloud 648 Algorithm 1 How to solve multiple query optimization on hard problem. We use the quantum annealer to solve it. All an adiabatic quantum annealer. other transformations depicted in Algorithm 1 have polyno- 1: // Solves multiple query optimization problem M mial complexity and are executed on a classical computer. 2: function QuantumMQO(M) Based on the solution returned by the quantum annealer, 3: // Map MQO problem to logical energy formula the value assignment to the variables bi which minimizes the 4: lef LogicalMapping(M) physical energy formula, we transform the solution to the 5: // Map logical into physical energy formula physical energy formula into a solution to the logical energy 6: pef PhysicalMapping(lef) formula. Finally, we transform the solution to the logical 7: // Minimize formula on quantum computer energy formula into a solution to the original MQO problem 8: bi QuantumAnnealing(pef) which is the optimal set Pe of query plans to execute. 9: // Transform physical into logical solution MQO problems cannot be solved with our approach if the −1 10: Xp PhysicalMapping (bi) number of qubits required by the physical energy formula 11: // Transform logical solution to MQO solution exceeds the number of qubits available on the quantum an- −1 12: Pe LogicalMapping (Xp) nealer. Albeit doubling the number of qubits compared to 13: // Return best set of query plans to execute the predecessor model, the number of qubits is with slightly 14: return Pe over one thousand qubits still very limited on the D-Wave 15: end function 2X that we experimented with. Correspondingly, the lim- ited number of qubits is in practice the most important fac- tor restricting the size of the problem instances that can be treated with the quantum annealer. For that reason, we an- whether quantum effects play indeed a significant role dur- alyze the \complexity" of our mapping algorithm in terms ing the optimization process [2, 6, 7, 26, 39, 42] and whether of the asymptotic growth rate of the number of required the performance is significantly better than the one of clas- qubits as a function of the MQO problem dimensions. This sical computers [20, 24, 23, 34]. Recent publications seem approach is common in the area of quantum annealing [28, to answer the first question positively [2, 7, 26]. The answer 41]. We find that the number of qubits in the physical en- to the second question depends apparently on the specific ergy formula grows quadratically in the number of plans per class of problems considered, leading for instance to differ- query and at least linearly in the number of queries. ent conclusions for range-limited Ising problems [23] than for In our experimental evaluation, we compare our approach Ising problems without weight limits [20]. Solving problem based on quantum annealing against classical optimization classes that are not natively supported by the quantum an- algorithms executed on traditional computers. We compare nealer requires transformation steps which add a problem against classes of algorithms that have been proposed for class-specific overhead in the problem representation size MQO in prior publications and include integer linear pro- that might prevent the quantum annealer from solving non- gramming, genetic algorithms, and simple greedy heuristics. trivial instances due to its limited number of qubits. Our While the number of available qubits severely limits the class paper adds to the discussion concerning the second question of non-trivial MQO problems that can be treated efficiently by providing a mapping algorithm and experimental results on the quantum annealer, we also find a class of problems for a specific database-related optimization problem. where the quantum annealer discovers near-optimal solu- Prior work on MQO [3, 10, 11, 15, 14, 14, 22, 27, 30, 35, tions at least 1000 times faster than classical approaches. 37, 38] did not consider the potential of quantum computing. In summary, our original scientific contributions in this Prior publications in the area of quantum computing [5, 17, paper are the following: 19, 28, 33, 44, 41] did not treat the MQO problem. Algorithm 1 shows the high-level approach by which we • We map MQO problem instances into a representation obtain solutions to MQO problem instances from a quan- that can be solved on a quantum annealer. tum annealer. The goal of MQO is to select the optimal combination of query plans to execute in order to minimize • We analyze the complexity of our mapping method in execution cost for a batch of queries. Given an MQO prob- terms of the asymptotic number of required qubits as lem instance M, we introduce binary variables Xp for each a function of the MQO problem dimensions.
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]