Quantum Information Processing — Draft

Total Page:16

File Type:pdf, Size:1020Kb

Quantum Information Processing — Draft Introduction to Quantum Information Processing — Draft Technical University of Clausthal SS 2001 – SS 2005 W. L¨ucke 3 Preface Quantum information processing is one of the most fascinating and active fields of contemporary physics. Its central topic is the coherent control of quantum states in order to perform tasks — like quantum teleportation, absolutely secure data trans- mission and efficient factorization of large integers — that do not seem possible by means of classical systems alone. The vast possibilities of physical implementations are currently being extensively studied and evaluated. Various proof-of-principle experiments have already been performed. However, in the present note only some possiblities can be indicated. Main emphasis will be on quantum optical methods, indispensable for transmission of quantum information. For more complete information on achivements and latest proposals concerning quantum information processing the Los Alamos preprint server http://xxx.lanl.gov/archive/quant-ph is highly recommended. Recommended Literature: (Alber et al., 2001; Bowmeester et al., 2000; Ekert et al., 2000; Nielsen and Chuang, 2001; Preskill, 01; Shannon, 1949; Bertlmann and Zeilinger, 2002; Audretsch, 2002; Bruß, 2003) 4 Contents I Idealized Quantum Gates and Algorithms 9 1 Basics of Quantum Computation 11 1.1 Classical Logic Circuits .......................... 11 1.2 Quantum Computational Networks ................... 17 1.2.1 Quantum Gates .......................... 17 1.2.2 Quantum Teleportation ..................... 24 1.2.3 Universality ............................ 27 2 QuantumAlgorithms 35 2.1 Quantum Data Base Search ....................... 35 2.1.1 Grover’s Algorithm ....................... 35 2.1.2 Network for Grover’s Algorithm ................ 37 2.1.3 Details and Generalization .................... 38 2.2 Factoring Large Integers ......................... 39 2.2.1 Basics ............................... 39 2.2.2 The Quantum Fourier Transform ............... 43 2.2.3 Quantum Order Finding ..................... 46 3 Physical Realizations of Quantum Gates 53 3.1 Quantum Optical Implementation .................... 53 3.1.1 Photons .............................. 54 3.1.2 Photonic n-Qubit Systems .................... 56 3.1.3 Nonlinear Optics Quantum Gates ................ 60 3.1.4 Linear Optics Quantum Gates .................. 62 3.2 Measurement-Based Quantum Computation .............. 70 3.3 Cold Trapped Ions ............................ 73 3.3.1 General Considerations ...................... 74 3.3.2 Linear Paul Trap ......................... 75 3.3.3 Implementing Quantum Gates by Laser Pulses ......... 81 3.3.4 Laser Cooling ........................... 90 5 6 CONTENTS II Fault Tolerant Quantum Information Processing 91 4 General Aspects of Quantum Information 93 4.1 Introduction ................................ 93 4.2 Quantum Channels ............................ 95 4.2.1 Open Quantum Systems and Quantum Operations ...... 95 4.2.2 Quantum Noise and Error Correction ..............103 4.3 Error Correcting Codes ..........................105 4.3.1 General Apects ..........................105 4.3.2 Classical Codes ..........................110 4.3.3 Quantum Codes ..........................112 4.3.4 Reliable Quantum Computation .................118 4.4 Entanglement Assisted Channels ....................122 4.4.1 Quantum Dense Coding .....................122 4.4.2 Quantum Teleportation .....................123 4.4.3 Entanglement Swapping .....................125 4.4.4 Quantum Cryptography .....................126 5 Quantifying Quantum Information 129 5.1 Shannon Theory for Pedestrians .....................129 5.2 Adaption to Quantum Communication .................133 5.2.1 Von Neumann Entropy ......................133 5.2.2 Accessible Information ......................137 5.2.3 Distance Measures for Quantum States .............139 5.2.4 Schumacher Encoding ......................145 5.2.5 A la Nielsen/Chuang .......................147 5.2.6 Entropy ..............................147 6 Handling Entanglement 149 6.1 Detecting Entanglement .........................149 6.1.1 Entanglement Witnesses .....................149 6.1.2 Examples .............................152 6.1.3 Other Criteria ...........................155 6.2 Local Operations and Classical Communication ............158 6.2.1 General Aspects ..........................158 6.2.2 Entanglement Dilution ......................164 6.2.3 Entanglement Distillation ....................164 6.3 Quantification of Entanglement .....................164 A 167 A.1 Turing’s Halting Problem ........................167 A.2 Some Remarks on Quantum Teleportation ...............168 A.3 Quantum Phase Estimation and Order Finding ............169 A.4 Finite-Dimensional Quantum Kinematics ................173 A.4.1 General Description ........................173 CONTENTS 7 A.4.2 Qubits ...............................177 A.4.3 Bipartite Systems .........................178 Bibliography 185 Index 202 8 CONTENTS Part I Idealized Quantum Gates and Algorithms 9 Chapter 1 Basics of Quantum Computation 1.1 Classical Logic Circuits The smallest entity of classical information theory (Shannon, 1949) is the bit (binary digit), i.e. the decision on a classical binary alternative. Usually bits are identified with the numbers 0 (for wrong) or 1 (for true) and typically correspond to the position of some simple switch. Every definite statement may be encoded into a 1 sufficiently long but finite sequence (b1, . , bn) of bits. In this sense the essence of a calculations may be described as the transformations of a finite sequence of input bits (encoding the task) into a finite sequence of output bits (encoding the result). This suggests the following model for actual calculators: 1. An input register (array of switches) will be put into a state corresponding to the n -tuple (b , . , b ) 0, 1 n1 encoding the task. 1 1 n1 ∈ { } 2. A computational circuit, the elementary components of which are called gates,2 transforms (b1, . , bn1 ) into an n2-tuple (b1′ , . , bn′ 2 ) of bits encoding the result to be stored into an output register. From the mathematical point of view it is only important which element of n1,n2 , denoting the set of all mappings from 0, 1 n1 into 0, 1 n2 , is implementedF by the circuit. Therefore, computational circuits{ } implement{ ing} the same mapping are called equivalent. Every element of n1,n2 can be implemented by some assembly of gates listed in Table 1.1: F DRAFT, June 26, 2009 1An important consequence of this fact is the halting problem (see Appendix A.1). 2For simple hardware implementations see (P¨utz, 1971, pp. 244–252). 11 12 CHAPTER 1. BASICS OF QUANTUM COMPUTATION Name Symbol Class Action ID b b F1,1 7→ FANOUT r b (b, b) F1,2 7→ HH NOT ¨¨ b b 1 b F1,1 7→ − AND & (b , b ) b b F2,1 1 2 7→ 1 2 1 OR ≥ (b , b ) b + b b b F2,1 1 2 7→ 1 2 − 1 2 Table 1.1: Elementary gates Lemma 1.1.1 For arbitrary positive integer n1, n2 all elements of n1,n2 can be represented as compositions of tensor products of functions from TabularF 1.1. Proof: See below. Thus every classical logic circuit corresponds to a graph consisting of symbols from Tabular 1.1. For instance, the graph ... & ....... ............. ............ ....... u 1 ≥ & corresponds to the mapping SWITCH def= OR (AND AND) (IDNOT ID ID) (ID FANOUT ID) , ◦ ⊗ ◦ ⊗ ⊗ ⊗ ◦ ⊗ ⊗ acting as b0 if s = 0 , (b0, s, b1) 7−→ b1 if s = 1 . ½ Another example is the graph u & .. ....... .............. ............ & ....... u 1 . ≥ u & corresponding to XOR def= OR (AND AND) (ID FANOUT ID) ◦ ⊗ ◦ ⊗ ⊗ ID (NOT AND) ID (FANOUT FANOUT) ◦ ⊗ ◦ ⊗ ◦ ⊗ ³ ´ 1.1. CLASSICAL LOGIC CIRCUITS 13 Name Symbol Class Action s CNOT 2,2 (b1, b2) (b1, b1 b2) h F 7→ ⊕ h TCNOT 2,2 (b1, b2) (b1 b2, b2) s F 7→ ⊕ SWAP \ (b , b ) (b , b ) \ F2,2 1 2 7→ 2 1 s (0, b , b ) (0, b , b ) 3 1 2 7→ 1 2 CSWAP \ 3,3 \ F (1, b , b ) (1, b , b ) 1 2 7→ 2 1 s 4 CCNOT s (b , b , b ) (b , b , b b b ) F3,3 1 2 3 7→ 1 2 1 2 ⊕ 3 h Table 1.2: Some reversible gates and acting as def NOT(b ) if b = 1 (b , b ) b b = 2 1 1 2 7−→ 1 ⊕ 2 b if b = 0 ½ 2 1 = b + b 2b b 1 2 − 1 2 = b1 + b2 mod 2 . Of course, also for the gates listed in Table 1.2 there are equivalent networks, e.g.:5 CNOT = (ID XOR) (FANOUT ID) , (1.1) ⊗ ◦ ⊗ DRAFT, June 26, 2009 3The CSWAP gate is also called Fredkin gate. 4The CCNOT gate is also called Toffoli gate. 5See (Tucci, 2004) for more equivalences of classical and/or quantum networks. 14 CHAPTER 1. BASICS OF QUANTUM COMPUTATION h \ s \ \ \ , (1.2) s ≡ h \ s h s \ . (1.3) ≡ h s h s s \ h s h (1.4) \ ≡ s h s Now we are prepared for the Proof of Lemma 1.1.1: Thanks to FANOUT and SWAP it is sufficient to proof the lemma for decision functions, i.e. for n2 = 1 . Obviously, then, the statement of the lemma holds for n = 1 , since the four elements of are ID, 1 F1,1 TRUE def= OR (ID NOT) FANOUT , ◦ ⊗ ◦ and their compositions with NOT (applied last). Now, assume that the statement of the lemma has already been proved for n = n and consider an arbitrary f . 1 ∈Fn+1,1 Then both f0 and f1 , where def fs(b1,...,bn) = f(b1,...,bn,s) , can be represented as compositions of tensor products of functions from Tabular 1.1. There is a composition of FANOUTs and SWAPs acting as (b ,...,b ,s) (b ,...,b ,s,b ,...,b ). 1 n 7−→ 1 n 1 n Composing this with SWITCH (f ID f ) ◦ 0 ⊗ ⊗ 1 (to be applied last) gives f . This proves the statement of the lemma for n1 = n + 1 . According to Lemma 1.1.1 we may perform arbitrarily complex computations by composing simple hardware components of very small variety. Of course, given f n1,n2 , there are infinitely many representations of f as composition of tensor products∈ F of elementary components. Therefore, the interesting problem arises how to simplify a given gate (logic circuit) without changing its action.6 From the technological point of view it is also of interest that NAND def= NOT AND ◦ DRAFT, June 26, 2009 6 See (Lindner et al., 1999, Sect. 8.2.3) for n1 6 , n2 = 1 and (Lee et al., 1999; Shende et al., 2003) for quantum gates.
Recommended publications
  • (CST Part II) Lecture 14: Fault Tolerant Quantum Computing
    Quantum Computing (CST Part II) Lecture 14: Fault Tolerant Quantum Computing The history of the universe is, in effect, a huge and ongoing quantum computation. The universe is a quantum computer. Seth Lloyd 1 / 21 Resources for this lecture Nielsen and Chuang p474-495 covers the material of this lecture. 2 / 21 Why we need fault tolerance Classical computers perform complicated operations where bits are repeatedly \combined" in computations, therefore if an error occurs, it could in principle propagate to a huge number of other bits. Fortunately, in modern digital computers errors are so phenomenally unlikely that we can forget about this possibility for all practical purposes. Errors do, however, occur in telecommunications systems, but as the purpose of these is the simple transmittal of some information, it suffices to perform error correction on the final received data. In a sense, quantum computing is the worst of both of these worlds: errors do occur with significant frequency, and if uncorrected they will propagate, rendering the computation useless. Thus the solution is that we must correct errors as we go along. 3 / 21 Fault tolerant quantum computing set-up For fault tolerant quantum computing: We use encoded qubits, rather than physical qubits. For example we may use the 7-qubit Steane code to represent each logical qubit in the computation. We use fault tolerant quantum gates, which are defined such thata single error in the fault tolerant gate propagates to at most one error in each encoded block of qubits. By a \block of qubits", we mean (for example) each block of 7 physical qubits that represents a logical qubit using the Steane code.
    [Show full text]
  • Arxiv:Quant-Ph/9705031V3 26 Aug 1997 Eddt Rvn Unu Optrfo Crashing
    CALT-68-2112 QUIC-97-030 quant-ph/9705031 Reliable Quantum Computers John Preskill1 California Institute of Technology, Pasadena, CA 91125, USA Abstract The new field of quantum error correction has developed spectacularly since its origin less than two years ago. Encoded quantum information can be protected from errors that arise due to uncontrolled interactions with the environment. Recovery from errors can work effectively even if occasional mistakes occur during the recovery procedure. Furthermore, encoded quantum information can be processed without serious propagation of errors. Hence, an arbitrarily long quantum computation can be performed reliably, provided that the average probability of error per quantum gate is less than a certain critical value, the accuracy threshold. A quantum computer storing about 106 qubits, with a probability of error per quantum gate of order 10−6, would be a formidable factoring engine. Even a smaller, less accurate quantum computer would be able to perform many useful tasks. This paper is based on a talk presented at the ITP Conference on Quantum Coherence and Decoherence, 15-18 December 1996. 1 The golden age of quantum error correction Many of us are hopeful that quantum computers will become practical and useful computing devices some time during the 21st century. It is probably fair to say, though, that none of us can now envision exactly what the hardware of that machine of the future will be like; surely, it will be much different than the sort of hardware that experimental physicists are investigating these days. But of one thing we can be quite confident—that a practical quantum computer will incorporate some type of error correction into its operation.
    [Show full text]
  • The Complexity Zoo
    The Complexity Zoo Scott Aaronson www.ScottAaronson.com LATEX Translation by Chris Bourke [email protected] 417 classes and counting 1 Contents 1 About This Document 3 2 Introductory Essay 4 2.1 Recommended Further Reading ......................... 4 2.2 Other Theory Compendia ............................ 5 2.3 Errors? ....................................... 5 3 Pronunciation Guide 6 4 Complexity Classes 10 5 Special Zoo Exhibit: Classes of Quantum States and Probability Distribu- tions 110 6 Acknowledgements 116 7 Bibliography 117 2 1 About This Document What is this? Well its a PDF version of the website www.ComplexityZoo.com typeset in LATEX using the complexity package. Well, what’s that? The original Complexity Zoo is a website created by Scott Aaronson which contains a (more or less) comprehensive list of Complexity Classes studied in the area of theoretical computer science known as Computa- tional Complexity. I took on the (mostly painless, thank god for regular expressions) task of translating the Zoo’s HTML code to LATEX for two reasons. First, as a regular Zoo patron, I thought, “what better way to honor such an endeavor than to spruce up the cages a bit and typeset them all in beautiful LATEX.” Second, I thought it would be a perfect project to develop complexity, a LATEX pack- age I’ve created that defines commands to typeset (almost) all of the complexity classes you’ll find here (along with some handy options that allow you to conveniently change the fonts with a single option parameters). To get the package, visit my own home page at http://www.cse.unl.edu/~cbourke/.
    [Show full text]
  • LI-DISSERTATION-2020.Pdf
    FAULT-TOLERANCE ON NEAR-TERM QUANTUM COMPUTERS AND SUBSYSTEM QUANTUM ERROR CORRECTING CODES A Dissertation Presented to The Academic Faculty By Muyuan Li In Partial Fulfillment of the Requirements for the Degree Doctor of Philosophy in the School of Computational Science and Engineering Georgia Institute of Technology May 2020 Copyright c Muyuan Li 2020 FAULT-TOLERANCE ON NEAR-TERM QUANTUM COMPUTERS AND SUBSYSTEM QUANTUM ERROR CORRECTING CODES Approved by: Dr. Kenneth R. Brown, Advisor Department of Electrical and Computer Dr. C. David Sherrill Engineering School of Chemistry and Biochemistry Duke University Georgia Institute of Technology Dr. Edmond Chow Dr. Richard Vuduc School of Computational Science and School of Computational Science and Engineering Engineering Georgia Institute of Technology Georgia Institute of Technology Dr. T.A. Brian Kennedy Date Approved: March 19, 2020 School of Physics Georgia Institute of Technology I think it is safe to say that no one understands quantum mechanics. R. P. Feynman To my family and my friends. ACKNOWLEDGEMENTS I would like to thank my advisor, Ken Brown, who has guided me through my graduate studies with his patience, wisdom, and generosity. He has always been supportive and helpful, and always makes himself available when I needed. I have been constantly inspired by his depth of knowledge in research, as well as his immense passion for life. I would also like to thank my committee members, Professors Edmond Chow, T.A. Brian Kennedy, C. David Sherrill, and Richard Vuduc, for their time and helpful sugges- tions. One half of my graduate career was spent at Georgia Tech and the other half at Duke University.
    [Show full text]
  • On the Power of Quantum Fourier Sampling
    On the Power of Quantum Fourier Sampling Bill Fefferman∗ Chris Umansy Abstract A line of work initiated by Terhal and DiVincenzo [TD02] and Bremner, Jozsa, and Shepherd [BJS10], shows that restricted classes of quantum computation can efficiently sample from probability distributions that cannot be exactly sampled efficiently on a classical computer, unless the PH collapses. Aaronson and Arkhipov [AA13] take this further by considering a distribution that can be sampled ef- ficiently by linear optical quantum computation, that under two feasible conjectures, cannot even be approximately sampled classically within bounded total variation distance, unless the PH collapses. In this work we use Quantum Fourier Sampling to construct a class of distributions that can be sampled exactly by a quantum computer. We then argue that these distributions cannot be approximately sampled classically, unless the PH collapses, under variants of the Aaronson-Arkhipov conjectures. In particular, we show a general class of quantumly sampleable distributions each of which is based on an “Efficiently Specifiable” polynomial, for which a classical approximate sampler implies an average-case approximation. This class of polynomials contains the Permanent but also includes, for example, the Hamiltonian Cycle polynomial, as well as many other familiar #P-hard polynomials. Since our distribution likely requires the full power of universal quantum computation, while the Aaronson-Arkhipov distribution uses only linear optical quantum computation with noninteracting bosons, why is this result interesting? We can think of at least three reasons: 1. Since the conjectures required in [AA13] have not yet been proven, it seems worthwhile to weaken them as much as possible.
    [Show full text]
  • Assessing the Progress of Trapped-Ion Processors Towards Fault-Tolerant Quantum Computation
    PHYSICAL REVIEW X 7, 041061 (2017) Assessing the Progress of Trapped-Ion Processors Towards Fault-Tolerant Quantum Computation A. Bermudez,1,2 X. Xu,3 R. Nigmatullin,4,3 J. O’Gorman,3 V. Negnevitsky,5 P. Schindler,6 T. Monz,6 U. G. Poschinger,7 C. Hempel,8 J. Home,5 F. Schmidt-Kaler,7 M. Biercuk,8 R. Blatt,6,9 S. Benjamin,3 and M. Müller1 1Department of Physics, College of Science, Swansea University, Singleton Park, Swansea SA2 8PP, United Kingdom 2Instituto de Física Fundamental, IFF-CSIC, Madrid E-28006, Spain 3Department of Materials, University of Oxford, Oxford OX1 3PH, United Kingdom 4Complex Systems Research Group, Faculty of Engineering and IT, The University of Sydney, Sydney, Australia 5Institute for Quantum Electronics, ETH Zürich, Otto-Stern-Weg 1, 8093 Zürich, Switzerland 6Institute for Experimental Physics, University of Innsbruck, 6020 Innsbruck, Austria 7Institut für Physik, Universität Mainz, Staudingerweg 7, 55128 Mainz, Germany 8ARC Centre for Engineered Quantum Systems, School of Physics, The University of Sydney, Sydney, NSW 2006, Australia 9Institute for Quantum Optics and Quantum Information of the Austrian Academy of Sciences, A-6020 Innsbruck, Austria (Received 24 May 2017; revised manuscript received 11 August 2017; published 13 December 2017) A quantitative assessment of the progress of small prototype quantum processors towards fault-tolerant quantum computation is a problem of current interest in experimental and theoretical quantum information science. We introduce a necessary and fair criterion for quantum error correction (QEC), which must be achieved in the development of these quantum processors before their sizes are sufficiently big to consider the well-known QEC threshold.
    [Show full text]
  • Entangled Many-Body States As Resources of Quantum Information Processing
    ENTANGLED MANY-BODY STATES AS RESOURCES OF QUANTUM INFORMATION PROCESSING LI YING A thesis submitted for the Degree of Doctor of Philosophy CENTRE FOR QUANTUM TECHNOLOGIES NATIONAL UNIVERSITY OF SINGAPORE 2013 DECLARATION I hereby declare that the thesis is my original work and it has been written by me in its entirety. I have duly acknowledged all the sources of information which have been used in the thesis. This thesis has also not been submitted for any degree in any university previously. LI YING 23 July 2013 Acknowledgments I am very grateful to have spent about four years at CQT working with Leong Chuan Kwek. He always brings me new ideas in science and has helped me to establish good collaborative relationships with other scien- tists. Kwek helped me a lot in my life. I am also very grateful to Simon C. Benjamin. He showd me how to do high quality researches in physics. Simon also helped me to improve my writing and presentation. I hope to have fruitful collaborations in the near future with Kwek and Simon. For my project about the ground-code MBQC (Chapter2), I am thank- ful to Tzu-Chieh Wei, Daniel E. Browne and Robert Raussendorf. In one afternoon, Tzu-Chieh showed me the idea of his recent paper in this topic in the quantum cafe, which encouraged me to think about the ground- code MBQC. Dan and Robert have a high level of comprehension on the subject of the MBQC. And we had some very interesting discussions and communications. I am grateful to Sean D.
    [Show full text]
  • Classical Zero-Knowledge Arguments for Quantum Computations
    Classical zero-knowledge arguments for quantum computations Thomas Vidick∗ Tina Zhangy Abstract We show that every language in BQP admits a classical-verifier, quantum-prover zero-knowledge ar- gument system which is sound against quantum polynomial-time provers and zero-knowledge for classical (and quantum) polynomial-time verifiers. The protocol builds upon two recent results: a computational zero-knowledge proof system for languages in QMA, with a quantum verifier, introduced by Broadbent et al. (FOCS 2016), and an argument system for languages in BQP, with a classical verifier, introduced by Mahadev (FOCS 2018). 1 Introduction The paradigm of the interactive proof system is a versatile tool in complexity theory. Although traditional complexity classes are usually defined in terms of a single Turing machine|NP, for example, can be defined as the class of languages which a non-deterministic Turing machine is able to decide|many have reformulations in the language of interactive proofs, and such reformulations often inspire natural and fruitful variants on the traditional classes upon which they are based. (The class MA, for example, can be considered a natural extension of NP under the interactive-proof paradigm.) Intuitively speaking, an interactive proof system is a model of computation involving two entities, a verifier and a prover, the former of whom is computationally efficient, and the latter of whom is unbounded but untrusted. The verifier and the prover exchange messages, and the prover attempts to `convince' the verifier that a certain problem instance is a yes-instance. We can define some particular complexity class as the set of languages for which there exists an interactive proof system that 1) is complete, 2) is sound, and 3) has certain other properties which vary depending on the class in question.
    [Show full text]
  • QIP 2010 Tutorial and Scientific Programmes
    QIP 2010 15th – 22nd January, Zürich, Switzerland Tutorial and Scientific Programmes asymptotically large number of channel uses. Such “regularized” formulas tell us Friday, 15th January very little. The purpose of this talk is to give an overview of what we know about 10:00 – 17:10 Jiannis Pachos (Univ. Leeds) this need for regularization, when and why it happens, and what it means. I will Why should anyone care about computing with anyons? focus on the quantum capacity of a quantum channel, which is the case we understand best. This is a short course in topological quantum computation. The topics to be covered include: 1. Introduction to anyons and topological models. 15:00 – 16:55 Daniel Nagaj (Slovak Academy of Sciences) 2. Quantum Double Models. These are stabilizer codes, that can be described Local Hamiltonians in quantum computation very much like quantum error correcting codes. They include the toric code This talk is about two Hamiltonian Complexity questions. First, how hard is it to and various extensions. compute the ground state properties of quantum systems with local Hamiltonians? 3. The Jones polynomials, their relation to anyons and their approximation by Second, which spin systems with time-independent (and perhaps, translationally- quantum algorithms. invariant) local interactions could be used for universal computation? 4. Overview of current state of topological quantum computation and open Aiming at a participant without previous understanding of complexity theory, we will discuss two locally-constrained quantum problems: k-local Hamiltonian and questions. quantum k-SAT. Learning the techniques of Kitaev and others along the way, our first goal is the understanding of QMA-completeness of these problems.
    [Show full text]
  • Research Statement Bill Fefferman, University of Maryland/NIST
    Research Statement Bill Fefferman, University of Maryland/NIST Since the discovery of Shor's algorithm in the mid 1990's, it has been known that quan- tum computers can efficiently solve integer factorization, a problem of great practical relevance with no known efficient classical algorithm [1]. The importance of this result is impossible to overstate: the conjectured intractability of the factoring problem provides the basis for the se- curity of the modern internet. However, it may still be a few decades before we build universal quantum computers capable of running Shor's algorithm to factor integers of cryptographically relevant size. In addition, we have little complexity theoretic evidence that factoring is com- putationally hard. Consequently, Shor's algorithm can only be seen as the first step toward understanding the power of quantum computation, which has become one of the primary goals of theoretical computer science. My research focuses not only on understanding the power of quantum computers of the indefinite future, but also on the desire to develop the foundations of computational complexity to rigorously analyze the capabilities and limitations of present-day and near-term quantum devices which are not yet fully scalable quantum computers. Furthermore, I am interested in using these capabilities and limitations to better understand the potential for cryptography in a fundamentally quantum mechanical world. 1 Comparing quantum and classical nondeterministic computation Starting with the foundational paper of Bernstein and Vazirani it has been conjectured that quantum computers are capable of solving problems whose solutions cannot be found, or even verified efficiently on a classical computer [2].
    [Show full text]
  • G53NSC and G54NSC Non Standard Computation Research Presentations
    G53NSC and G54NSC Non Standard Computation Research Presentations March the 23rd and 30th, 2010 Tuesday the 23rd of March, 2010 11:00 - James Barratt • Quantum error correction 11:30 - Adam Christopher Dunkley and Domanic Nathan Curtis Smith- • Jones One-Way quantum computation and the Measurement calculus 12:00 - Jack Ewing and Dean Bowler • Physical realisations of quantum computers Tuesday the 30th of March, 2010 11:00 - Jiri Kremser and Ondrej Bozek Quantum cellular automaton • 11:30 - Andrew Paul Sharkey and Richard Stokes Entropy and Infor- • mation 12:00 - Daniel Nicholas Kiss Quantum cryptography • 1 QUANTUM ERROR CORRECTION JAMES BARRATT Abstract. Quantum error correction is currently considered to be an extremely impor- tant area of quantum computing as any physically realisable quantum computer will need to contend with the issues of decoherence and other quantum noise. A number of tech- niques have been developed that provide some protection against these problems, which will be discussed. 1. Introduction It has been realised that the quantum mechanical behaviour of matter at the atomic and subatomic scale may be used to speed up certain computations. This is mainly due to the fact that according to the laws of quantum mechanics particles can exist in a superposition of classical states. A single bit of information can be modelled in a number of ways by particles at this scale. This leads to the notion of a qubit (quantum bit), which is the quantum analogue of a classical bit, that can exist in the states 0, 1 or a superposition of the two. A number of quantum algorithms have been invented that provide considerable improvement on their best known classical counterparts, providing the impetus to build a quantum computer.
    [Show full text]
  • Manipulating Entanglement Sudden Death in Two Coupled Two-Level
    Manipulating entanglement sudden death in two coupled two-level atoms interacting off-resonance with a radiation field: an exact treatment Gehad Sadieka,1, 2 Wiam Al-Drees,3 and M. Sebaweh Abdallahb4 1Department of Applied Physics and Astronomy, University of Sharjah, Sharjah 27272, UAE 2Department of Physics, Ain Shams University, Cairo 11566, Egypt 3Department of Physics and Astronomy, King Saud University, Riyadh 11451, Saudi Arabia 4Department of Mathematics, King Saud University, Riyadh 11451, Saudi Arabia arXiv:1911.08208v1 [quant-ph] 19 Nov 2019 a Corresponding author: [email protected] b Deceased. 1 Abstract We study a model of two coupled two-level atoms (qubits) interacting off-resonance (at non-zero detuning) with a single mode radiation field. This system is of special interest in the field of quan- tum information processing (QIP) and can be realized in electron spin states in quantum dots or Rydberg atoms in optical cavities and superconducting qubits in linear resonators. We present an exact analytical solution for the time evolution of the system starting from any initial state. Uti- lizing this solution, we show how the entanglement sudden death (ESD), which represents a major threat to QIP, can be efficiently controlled by tuning atom-atom coupling and non-zero detuning. We demonstrate that while one of these two system parameters may not separately affect the ESD, combining the two can be very effective, as in the case of an initial correlated Bell state. However in other cases, such as a W-like initial state, they may have a competing impacts on ESD. Moreover, their combined effect can be used to create ESD in the system as in the case of an anti-correlated initial Bell state.
    [Show full text]