Types for Quantum Computing

Total Page:16

File Type:pdf, Size:1020Kb

Types for Quantum Computing Types for Quantum Computing Ross Duncan Merton College, Oxford Oxford University Computing Laboratory Submitted for the degree of Doctor of Philosophy Michaelmas Term 2006 Abstract This thesis is a study of the construction and representation of typed models of quantum mechanics for use in quantum computation. We introduce logical and graphical syntax for quantum mechanical processes and prove that these formal systems provide sound and complete representations of abstract quantum mechanics. In addition, we demonstrate how these representations may be used to reason about the behaviour of quantum computational processes. Quantum computation is presently mired in low-level formalisms, mostly de- rived directly from matrices over Hilbert spaces. These formalisms are an obsta- cle to the full understanding and exploitation of quantum effects in informatics since they obscure the essential structure of quantum states and processes. The aim of this work is to introduce higher level tools for quantum mechan- ics which will be better suited to computation than those presently employed in the field. Inessential details of Hilbert space representations are removed and the informatic structures are presented directly. Entangled states are partic- ularly important in this treatment, as is appropriate, since entanglement is a fundamental driver of quantum computation. The benefits two-fold: as well as producing foundational tools for the study of quantum computation this work also connects quantum mechanics to mainstream areas of computer science such as categorical logic, type theory, program language semantics, and rewriting. We describe, following Abramsky and Coecke, how quantum mechanics may be carried out without reference to Hilbert space, in a strongly compact closed category. In particular we show how to freely construct a categorical model of abstract quantum mechanics from an arbitrary category. We introduce Multiplicative Categorical Quantum Logic (mCQL), a sequent calculus whose proof rules capture the structure of compact closed categories. This sequent calculus is interpreted in a freely generated compact closed cate- gory, and its semantics is sound with respect to cut elimination. We define an equivalent graphical syntax, similar to linear logic’s proof-nets, and prove that these proof-nets provide a full and faithful representation of any freely generated compact closed category. Further analysis of the structure of quantum states which correspond to mCQL proofs using multiplicative linear logic shows that the linear type system describes the quantum entanglement found in such states. We show that the entanglement present in these states is always of a particularly simple form: collections of entangled pairs. In order to tackle arbitrary entanglement, we generalise the work of Kelly and Laplaza to give a representation theorem for the free compact closed cat- egory by a polycategory. Such categories are shown to be equivalent to a gen- eralised system of proof-nets whose axioms may have more than one premise i ii or conclusion. These axioms may be understood as abstract representatives of interactions involving several distinct quantum systems. A striking application of entanglement is the class of measurement-based models of quantum computation. In the final chapter, the diagrammatic no- tation is applied to the verification of programs in the measurement calculus of Danos, Kashefi, and Panangaden — a measurement-based model where the computation is coded directly in an entangled state. By exploiting their dia- grammatic form, some example programs are transformed to equivalent quan- tum circuits, thus proving the correctness of the original programs. Acknowledgements It is both an honour and a pleasure to acknowledge my debt to my supervisor, Samson Abramsky. This thesis would not have been possible without his insight, encouragement, patience and generosity. I also extend my warmest thanks to Bob Coecke, whose friendship and in- spiration over the past four years have been invaluable. Many colleagues have contributed through lectures and discussions from which I have benefited enormously: Prakash Panangaden, Phil Scott, Vincent Danos, Elham Kashefi, Peter Hines, Alexandru Baltag and Eric Paquette, to name only a few. Their ideas have helped shape this work and their interest en- couraged me to pursue it. Especial thanks to Ellie d’Hondt for helpful comments on a draft version. The Oxford University Computing Laboratory provided the necessary finan- cial support for this thesis in the form of a studentship; without this funding I would never have been able to embark on this project. The work was carried out while I was a member of Merton college, which provided generous financial and pastoral assistance. In particular I thank Luke Ong for his support as my tutor and Dean of graduates. I spent six months as a guest of the Ecole Normal Superieure in Paris while writing up; their generosity is acknowledged. The document was typeset using LATEX. I made use of Paul Taylor’s diagrams and prooftree macro packages. In many respects moral support is as important, if not more so, than the financial kind. I owe my sanity to my friends, in Oxford and elsewhere, without whom life would have been very bleak indeed. The value of their laughter, sympathy and kindness cannot be understated. To my family I express my bottomless gratitude for their love and support throughout my protracted education; and to Nora, for everything, thank you. iii iv Contents 1 Introduction 1 1.1 Quantum Mechanics . 5 1.2 Programs, Proofs and Categories . 10 1.3 Outline of the Thesis . 12 2 Categorical Background 15 2.1 Monoidal Categories . 16 2.2 Duality . 19 2.3 Compact Closed Categories . 21 2.4 Names and Conames . 24 2.5 Strong Compact Closure . 27 2.6 Trace . 28 2.7 Scalars and Loops . 29 2.8 Free Construction . 31 3 Categorical Quantum Mechanics 35 3.1 Multiplicative Quantum Mechanics . 36 3.2 FDHilb as a strong compact closed category . 37 3.3 Categorical Quantum Mechanics . 39 3.4 Free Models . 40 4 Multiplicative Categorical Quantum Logic 45 4.1 Formulae . 46 4.2 Sequent Calculus . 46 4.3 Proof-nets . 55 4.4 Example: Entanglement Swapping . 65 5 MLL and Entanglement 67 5.1 Entangled States . 68 5.2 Double Gluing . 70 5.3 Multiplicative Linear Logic . 72 5.3.1 Sequent Calculus . 72 5.3.2 Proof-nets . 73 5.3.3 Interpreting MLL in the Free Category . 74 v vi CONTENTS 6 Generalised mCQL 79 6.1 Polycategories . 82 6.2 Graphs and Circuits . 87 6.2.1 Graphs . 87 6.2.2 Circuits . 98 6.3 The Free Compact Closed Category on a Polycategory . 104 6.4 Scalars . 107 6.5 Homotopy . 108 6.5.1 Extended Labellings . 109 6.5.2 Homotopy Equivalence . 109 6.5.3 Circuits under Homotopy . 115 6.5.4 Quotients of the Free Structure . 116 6.6 Generalised Proof-nets . 117 6.6.1 PN(A) is equivalent to Circ(A) . 130 6.7 Relations and Rewriting . 133 6.8 Example: Proving No-cloning . 135 7 The One-Way Quantum Computer 137 7.1 The Measurement Calculus . 137 7.2 Representing the Measurement Calculus . 139 7.3 Examples . 146 7.3.1 Teleportation . 146 7.3.2 One qubit unitary . 146 7.3.3 Controlled-NOT . 147 7.3.4 Controlled-U . 148 7.4 Remark . 148 8 Further Work 151 Chapter 1 Introduction The relationship between the quantum computational model and its classical1 predecessor remains unclear. What are the truly “quantum” features of quan- tum computing? And how should they be represented? In the following chapters I aim to address these questions by describing the structural features of quan- tum computation, and other quantum systems, in the terms of logic and type theory. This thesis is a study of the construction and representation of typed models of quantum mechanics for use in quantum computation. I introduce logical and graphical syntax for quantum mechanical processes and prove that these formal systems provide sound and complete representations of abstract quantum mechanics. In addition, I demonstrate how these representations may be used to reason about the behaviour of quantum computational processes. The analysis of quantum systems is complicated by the phenomenon known as quantum entanglement. Entanglement allows seemingly disjoint systems to behave as a tightly coupled whole, and, as a consequence, quantum systems can- not be understood by simply examining their constituent parts: the entire sys- tem must examined together. The exploitation of entanglement is fundamental in quantum computation. It lies at the heart of the speed-up of quantum algo- rithms, and is used directly in many quantum communication protocols. Indeed, an entire class of quantum computational models, the so-called measurement- based models, is based on the use of entangled resources. Despite all this, the underlying structure of entanglement is poorly understood. A large portion of this thesis is spent developing a mathematical framework which captures the essential features of many-body entanglement in a high level fashion. My aim in so doing is to establish a foundation upon which the behaviour of entangled systems can be understood directly in terms of structural relationships between their subsystems. A point worth making early is that my focus falls exclusively on the tensor fragment of quantum theory, which, despite its fundamental importance, has not been seriously studied before. Other aspects of quantum mechanics, such as non-determinism and branching, are not considered. This sub-theory I refer to as multiplicative quantum mechanics, following the terminology of linear logic. 1The word classical is slightly overloaded when simultaneously discussing logic and quan- tum computation. Throughout this work I use it to denote non-quantum; it will not be necessary to discuss classical logic as distinct from linear or intuitionist logic. 1 2 CHAPTER 1. INTRODUCTION The general theoretical backdrop to this work is the Curry-Howard isomor- phism, also called propositions-as-types or, more accurately, proofs-as-programs [GLT89, SU06].
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]
  • Acm Names Fellows for Innovations in Computing
    CONTACT: Virginia Gold 212-626-0505 [email protected] ACM NAMES FELLOWS FOR INNOVATIONS IN COMPUTING 2014 Fellows Made Computing Contributions to Enterprise, Entertainment, and Education NEW YORK, January 8, 2015—ACM has recognized 47 of its members for their contributions to computing that are driving innovations across multiple domains and disciplines. The 2014 ACM Fellows, who hail from some of the world’s leading universities, corporations, and research labs, have achieved advances in computing research and development that are driving innovation and sustaining economic development around the world. ACM President Alexander L. Wolf acknowledged the advances made by this year’s ACM Fellows. “Our world has been immeasurably improved by the impact of their innovations. We recognize their contributions to the dynamic computing technologies that are making a difference to the study of computer science, the community of computing professionals, and the countless consumers and citizens who are benefiting from their creativity and commitment.” The 2014 ACM Fellows have been cited for contributions to key computing fields including database mining and design; artificial intelligence and machine learning; cryptography and verification; Internet security and privacy; computer vision and medical imaging; electronic design automation; and human-computer interaction. ACM will formally recognize the 2014 Fellows at its annual Awards Banquet in June in San Francisco. Additional information about the ACM 2014 Fellows, the awards event, as well as previous
    [Show full text]
  • Journal of Applied Logic
    JOURNAL OF APPLIED LOGIC AUTHOR INFORMATION PACK TABLE OF CONTENTS XXX . • Description p.1 • Impact Factor p.1 • Abstracting and Indexing p.1 • Editorial Board p.1 • Guide for Authors p.5 ISSN: 1570-8683 DESCRIPTION . This journal welcomes papers in the areas of logic which can be applied in other disciplines as well as application papers in those disciplines, the unifying theme being logics arising from modelling the human agent. For a list of areas covered see the Editorial Board. The editors keep close contact with the various application areas, with The International Federation of Compuational Logic and with the book series Studies in Logic and Practical Reasoning. Benefits to authors We also provide many author benefits, such as free PDFs, a liberal copyright policy, special discounts on Elsevier publications and much more. Please click here for more information on our author services. Please see our Guide for Authors for information on article submission. This journal has an Open Archive. All published items, including research articles, have unrestricted access and will remain permanently free to read and download 48 months after publication. All papers in the Archive are subject to Elsevier's user license. If you require any further information or help, please visit our Support Center IMPACT FACTOR . 2016: 0.838 © Clarivate Analytics Journal Citation Reports 2017 ABSTRACTING AND INDEXING . Zentralblatt MATH Scopus EDITORIAL BOARD . Executive Editors Dov M. Gabbay, King's College London, London, UK Sarit Kraus, Bar-llan University,
    [Show full text]
  • Knowledge Representation in Bicategories of Relations
    Knowledge Representation in Bicategories of Relations Evan Patterson Department of Statistics, Stanford University Abstract We introduce the relational ontology log, or relational olog, a knowledge representation system based on the category of sets and relations. It is inspired by Spivak and Kent’s olog, a recent categorical framework for knowledge representation. Relational ologs interpolate between ologs and description logic, the dominant formalism for knowledge representation today. In this paper, we investigate relational ologs both for their own sake and to gain insight into the relationship between the algebraic and logical approaches to knowledge representation. On a practical level, we show by example that relational ologs have a friendly and intuitive—yet fully precise—graphical syntax, derived from the string diagrams of monoidal categories. We explain several other useful features of relational ologs not possessed by most description logics, such as a type system and a rich, flexible notion of instance data. In a more theoretical vein, we draw on categorical logic to show how relational ologs can be translated to and from logical theories in a fragment of first-order logic. Although we make extensive use of categorical language, this paper is designed to be self-contained and has considerable expository content. The only prerequisites are knowledge of first-order logic and the rudiments of category theory. 1. Introduction arXiv:1706.00526v2 [cs.AI] 1 Nov 2017 The representation of human knowledge in computable form is among the oldest and most fundamental problems of artificial intelligence. Several recent trends are stimulating continued research in the field of knowledge representation (KR).
    [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]
  • Contextuality, Cohomology and Paradox
    The Sheaf Team Rui Soares Barbosa, Kohei Kishida, Ray Lal and Shane Mansfield Samson Abramsky Joint work with Rui Soares Barbosa, KoheiContextuality, Kishida, Ray LalCohomology and Shane and Mansfield Paradox (Department of Computer Science, University of Oxford)2 / 37 Contextuality. Key to the \magic" of quantum computation. Experimentally verified, highly non-classical feature of physical reality. And pervasive in logic, computation, and beyond. In a nutshell: data which is locally consistent, but globally inconsistent. We find a direct connection between the structure of quantum contextuality and classic semantic paradoxes such as \Liar cycles". Conversely, contextuality offers a novel perspective on these paradoxes. Cohomology. Sheaf theory provides the natural mathematical setting for our analysis, since it is directly concerned with the passage from local to global. In this setting, it is furthermore natural to use sheaf cohomology to characterise contextuality. Cohomology is one of the major tools of modern mathematics, which has until now largely been conspicuous by its absence, in logic, theoretical computer science, and quantum information. Our results show that cohomological obstructions to the extension of local sections to global ones witness a large class of contextuality arguments. Contextual Semantics Samson Abramsky Joint work with Rui Soares Barbosa, KoheiContextuality, Kishida, Ray LalCohomology and Shane and Mansfield Paradox (Department of Computer Science, University of Oxford)3 / 37 In a nutshell: data which is locally consistent, but globally inconsistent. We find a direct connection between the structure of quantum contextuality and classic semantic paradoxes such as \Liar cycles". Conversely, contextuality offers a novel perspective on these paradoxes. Cohomology. Sheaf theory provides the natural mathematical setting for our analysis, since it is directly concerned with the passage from local to global.
    [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]