UC Riverside UC Riverside Electronic Theses and Dissertations

Total Page:16

File Type:pdf, Size:1020Kb

UC Riverside UC Riverside Electronic Theses and Dissertations UC Riverside UC Riverside Electronic Theses and Dissertations Title Codeword Stabilized Quantum Codes and Their Error Correction Permalink https://escholarship.org/uc/item/67h4j8p8 Author Li, Yunfan Publication Date 2010 Peer reviewed|Thesis/dissertation eScholarship.org Powered by the California Digital Library University of California UNIVERSITY OF CALIFORNIA RIVERSIDE Codeword Stabilized Quantum Codes and Their Error Correction A Dissertation submitted in partial satisfaction of the requirements for the degree of Doctor of Philosophy in Electrical Engineering by Yunfan Li August 2010 Dissertation Committee: Dr. Ilya Dumer, Chairperson Dr. Leonid Pryadko Dr. Alexander N. Korotkov Copyright by Yunfan Li 2010 The Dissertation of Yunfan Li is approved: Committee Chairperson University of California, Riverside Acknowledgments I would like to thank all people who have helped and inspired me during my doctoral study. I especially want to thank my advisor, Professor Ilya Dumer, for his important and valuable guidance during my research and study at UC Riverside. His perpetual energy and enthusiasm in research had motivated me. In addition, he was always willing to help his students with their research. As a result, research life became smooth and rewarding for me. I was delighted to interact with Professor Leonid Pryadko by attending his classes and having him as my co-advisor. I want to thank him for his guidance and joint effort in my research. I would like to thank Professor Alexander N. Korotkov. I got deep understanding about quantum computation and quantum error correcting codes from his lectures. I also want to express my thanks to Bei Zeng for the detailed explanation of the CWS code construction, to Markus Grassl for the important joint effort. My graduate career was supported in part by the NSF grant No. 0622242. iv ABSTRACT OF THE DISSERTATION Codeword Stabilized Quantum Codes and Their Error Correction by Yunfan Li Doctor of Philosophy, Graduate Program in Electrical Engineering University of California, Riverside, August 2010 Dr. Ilya Dumer, Chairperson Quantum decoherence and errors represent some of the major challenges arising in quan- tum computations. Quantum error correcting codes protect quantum states against these errors and make quantum computing more reliable. One of the main problems of quantum error correction is the design of feasible decoding algorithms that can sim- plify error-correction for general quantum codes. The dissertation addresses decoding of general Codeword Stabilized (CWS) codes. This class of quantum codes also includes some other important classes such as additive Stabilizer codes and non-additive Union Stabilizer (USt) codes. We first design a generic error-correcting algorithm for CWS codes and analyze the number of decoding measurements and quantum gates. This algorithm performs exhaustive screening of different error patterns, similar to decoding of classical non- linear codes. For an n-qubit quantum code correcting up to t erroneous qubits, this brute-force approach consecutively tests all correctable error patterns and employs a separate n-qubit measurement in each test. The main result is a new error grouping technique that enables simultaneous testing of large groups of errors in a single measurement. To achieve this reduction, v we first proceed with a new error-correction algorithm for the USt codes. Secondly, we design an algorithm that converts generic non-linear CWS codes into the simpler quasi-linear USt codes. Each decoding measurement can then either locate the actual error in a given group of errors or entirely eliminate this group. This technique yields a much simpler algorithm that exponentially reduces the number of measurements about 3t times in any t-error-correcting CWS code. vi Contents List of Figures ix 1 Introduction 1 1.1 Quantum Computation and Error Correcting Codes . .... 1 1.2 ClassicalErrorCorrectingCodes . ... 5 1.2.1 CommunicationSystem . .. .. .. .. .. .. 5 1.2.2 BasicsofErrorCorrectingCodes . 10 1.2.3 BinaryLinearBlockCodes . 11 1.2.4 Bounds ................................ 13 1.3 BasicsofQuantumComputation . 14 1.3.1 Wave Function and Schr¨odinger Equations . 14 1.3.2 Observable .............................. 17 1.3.3 QubitsandQuantumGates . 17 1.3.4 BipartiteSystem ........................... 21 2 Stabilizer Quantum Codes 25 2.1 Notations ................................... 25 2.2 General QuantumErrorCorrectingCodes . 27 2.3 StabilizerCodes ............................... 29 2.4 DualSpaceofStabilizer . 31 3 Codeword Stabilized Codes 35 3.1 UnionStabilizercodes . .. .. .. .. .. .. .. 35 3.2 Graphstates ................................. 36 3.3 CWScodesandStandardForm. 38 3.4 GenericrecoveryforCWScodes . 41 4 Union Stabilizer Quantum Codes 46 4.1 Algebraofmeasurements .......................... 46 4.2 Error detection for union stabilizer codes . ...... 50 5 Clustered Error Correct 52 5.1 StructuredmeasurementforCWScodes . 52 5.1.1 Groupingcorrectableerrors . 52 5.1.2 Complexity of a combined measurement . 55 5.1.3 AdditiveCWScodes......................... 56 5.1.4 GenericCWScodes ......................... 58 vii 5.1.5 GeneralUStcodes .......................... 60 5.1.6 Error correction beyond t ...................... 60 6 Conclusions 62 Bibliography 68 viii List of Figures 1.1 Analogmodulations ............................. 6 1.2 Digitalmodulations. .. .. .. .. .. .. .. .. 8 1.3 Block diagram of a communication system. ... 9 1.4 PauliGates .................................. 18 1.5 Hadamardgate................................. 19 1.6 Hadamardgateonvectors. ......................... 20 1.7 Hadamardgate................................. 24 1.8 CNOTgate................................... 24 2.1 Measurement of an observable M with all eigenvalues 1......... 26 ± 3.1 Union of 3 shifts of a 2-dimensional G.................... 36 3.2 Ring graphs with (a) 3 vertices and (b) 5 vertices. ...... 37 3.3 Circuit for generating 3 vertices graph states. ........ 38 3.4 Operators Mci , i = 0,..., 5 for [[5, 6, 2]] code in example 3. 43 3.5 Operator M for [[5, 6, 2]]codeinexample3. 43 C 3.6 Decomposition of n-qubit controlled-Z gate CZ in terms of (n 1)- n − controlled CNOT gate (n-qubit Toffoli gate) for n =3........... 43 3.7 Generic measurement of the classical part M of the CWS code stabilizer C M [Eq. (3.14)] uses K (n + 1)-qubit controlled-Z gates. 44 Q 4.1 Measurement M M by performing logical AND operation on two an- 1 ∧ 0 cillas. ..................................... 47 4.2 Simplified measurement for M M . ................... 47 1 ∧ 0 4.3 Measurement M1⊞M0 by performing logical XOR gate on the two ancillas and subsequent recovery of the first ancilla. 47 4.4 Simplified measurement for M1 ⊞ M0. ................... 48 4.5 Implementation of the controlled-H gate based on the identity H = exp( iY π/8)Z exp(iY π/8). ......................... 48 − ix Chapter 1 Introduction 1.1 Quantum Computation and Error Correcting Codes Quantum computation makes it possible to achieve polynomial complexity for many classical problems that are believed to be hard [1, 2]. One important feature of quantum computation is the superposition of quantum states. The quantum bit (qubit)is a superposition of state 0 and state 1 , which is different from the classical | i | i case. This distinct feature enables quantum computer to carry on massive parallel computation. One example showing this advantage is to determine whether the binary mapping f works as f(0) = f(1) or f(0) = f(1) where f(0),f(1) 0, 1 . With a 6 ∈ { } classical computer, we need to run the function twice to know both f(0) and f(1) in order to learn whether f(0) = f(1) or f(0) = f(1). With a quantum computer, we use a 6 superposition of 0 and 1 as the input to know f(0) = f(1) or f(0) = f(1) by running | i | i 6 the algorithm only one time. One celebrated outcome of these parallel computations is a quantum algorithm to factorize numbers, which has been discovered by Shor[1] and performs in a polynomial time in the number of digits. Another distinct feature is the measurement of observable, whose outcome is 1 generally a random variable. The possible values are eigenvalues of the operator that is related to the observable. After the measurement, the state collapses to one of the eigenstate of the operator, giving the eigenvalue corresponding to the eigenstate as the outcome. A famous example illustrating the feature of measurement is Shr¨odiner’s cat. Before the measurement, the cat was in the state of superposition of alive and dead 1 ( Alive + Dead ). Once we make the measurement, the outcome is either alive or √2 | i | i dead. At the same time, its state collapses to either alive or dead correspondingly. | i | i We may say that the measurement saves the cat or kills the cat, but we should never say that the measurement enables us to know whether it was in Alive or Dead . | i | i Quantum errors and decoherence is one of the major challenges in quantum computation. To preserve coherence, quantum states need to be protected by quantum error correcting codes (QECCs) [3, 4, 5]. With error probabilities in elementary gates below a certain threshold, one can use multiple layers of encoding (concatenation) to reduce errors at each level and ultimately make arbitrarily-long quantum computation possible [6, 7, 8, 9, 10, 11, 12, 13, 14]. The actual value of the threshold error probability strongly depends on the assumptions of the error model and on the chosen architecture, and presently varies 3 from 10− % for a chain of qubits with nearest-neighbor
Recommended publications
  • Conversion of a General Quantum Stabilizer Code to an Entanglement
    Conversion of a general quantum stabilizer code to an entanglement distillation protocol∗ Ryutaroh Matsumoto Dept. of Communications and Integrated Systems Tokyo Institute of Technology, 152-8552 Japan Email: [email protected] April 4, 2003 Abstract We show how to convert a quantum stabilizer code to a one-way or two- way entanglement distillation protocol. The proposed conversion method is a generalization of those of Shor-Preskill and Nielsen-Chuang. The recurrence protocol and the quantum privacy amplification protocol are equivalent to the protocols converted from [[2, 1]] stabilizer codes. We also give an example of a two-way protocol converted from a stabilizer bet- ter than the recurrence protocol and the quantum privacy amplification protocol. The distillable entanglement by the class of one-way protocols converted from stabilizer codes for a certain class of states is equal to or greater than the achievable rate of stabilizer codes over the channel cor- responding to the distilled state, and they can distill asymptotically more entanglement from a very noisy Werner state than the hashing protocol. 1 Introduction arXiv:quant-ph/0209091v4 4 Apr 2003 In many applications of quantum mechanics to communication, the sender and the receiver have to share a maximally entangled quantum state of two particles. When there is a noiseless quantum communication channel, the sender can send one of two particles in a maximally entangled state to the receiver and sharing of it is easily accomplished. However, the quantum communication channel is usually noisy, that is, the quantum state of the received particle changes probabilistically from the original state of a particle.
    [Show full text]
  • Quantum Error-Correcting Codes by Concatenation QEC11
    Quantum Error-Correcting Codes by Concatenation QEC11 Second International Conference on Quantum Error Correction University of Southern California, Los Angeles, USA December 5–9, 2011 Quantum Error-Correcting Codes by Concatenation Markus Grassl joint work with Bei Zeng Centre for Quantum Technologies National University of Singapore Singapore Markus Grassl – 1– 07.12.2011 Quantum Error-Correcting Codes by Concatenation QEC11 Why Bei isn’t here Jonathan, November 24, 2011 Markus Grassl – 2– 07.12.2011 Quantum Error-Correcting Codes by Concatenation QEC11 Overview Shor’s nine-qubit code revisited • The code [[25, 1, 9]] • Concatenated graph codes • Generalized concatenated quantum codes • Codes for the Amplitude Damping (AD) channel • Conclusions • Markus Grassl – 3– 07.12.2011 Quantum Error-Correcting Codes by Concatenation QEC11 Shor’s Nine-Qubit Code Revisited Bit-flip code: 0 000 , 1 111 . | → | | → | Phase-flip code: 0 + ++ , 1 . | → | | → | − −− Effect of single-qubit errors on the bit-flip code: X-errors change the basis states, but can be corrected • Z-errors at any of the three positions: • Z 000 = 000 | | “encoded” Z-operator Z 111 = 111 | −| = Bit-flip code & error correction convert the channel into a phase-error ⇒ channel = Concatenation of bit-flip code and phase-flip code yields [[9, 1, 3]] ⇒ Markus Grassl – 4– 07.12.2011 Quantum Error-Correcting Codes by Concatenation QEC11 The Code [[25, 1, 9]] The best single-error correcting code is = [[5, 1, 3]] • C0 Re-encoding each of the 5 qubits with yields = [[52, 1, 32]]
    [Show full text]
  • Lecture 6: Quantum Error Correction and Quantum Capacity
    Lecture 6: Quantum error correction and quantum capacity Mark M. Wilde∗ The quantum capacity theorem is one of the most important theorems in quantum Shannon theory. It is a fundamentally \quantum" theorem in that it demonstrates that a fundamentally quantum information quantity, the coherent information, is an achievable rate for quantum com- munication over a quantum channel. The fact that the coherent information does not have a strong analog in classical Shannon theory truly separates the quantum and classical theories of information. The no-cloning theorem provides the intuition behind quantum error correction. The goal of any quantum communication protocol is for Alice to establish quantum correlations with the receiver Bob. We know well now that every quantum channel has an isometric extension, so that we can think of another receiver, the environment Eve, who is at a second output port of a larger unitary evolution. Were Eve able to learn anything about the quantum information that Alice is attempting to transmit to Bob, then Bob could not be retrieving this information|otherwise, they would violate the no-cloning theorem. Thus, Alice should figure out some subspace of the channel input where she can place her quantum information such that only Bob has access to it, while Eve does not. That the dimensionality of this subspace is exponential in the coherent information is perhaps then unsurprising in light of the above no-cloning reasoning. The coherent information is an entropy difference H(B) − H(E)|a measure of the amount of quantum correlations that Alice can establish with Bob less the amount that Eve can gain.
    [Show full text]
  • Performance of Various Low-Level Decoder for Surface Codes in the Presence of Measurement Error
    Air Force Institute of Technology AFIT Scholar Theses and Dissertations Student Graduate Works 3-2021 Performance of Various Low-level Decoder for Surface Codes in the Presence of Measurement Error Claire E. Badger Follow this and additional works at: https://scholar.afit.edu/etd Part of the Computer Sciences Commons Recommended Citation Badger, Claire E., "Performance of Various Low-level Decoder for Surface Codes in the Presence of Measurement Error" (2021). Theses and Dissertations. 4885. https://scholar.afit.edu/etd/4885 This Thesis is brought to you for free and open access by the Student Graduate Works at AFIT Scholar. It has been accepted for inclusion in Theses and Dissertations by an authorized administrator of AFIT Scholar. For more information, please contact [email protected]. Performance of Various Low-Level Decoders for Surface Codes in the Presence of Measurement Error THESIS Claire E Badger, B.S.C.S., 2d Lieutenant, USAF AFIT-ENG-MS-21-M-008 DEPARTMENT OF THE AIR FORCE AIR UNIVERSITY AIR FORCE INSTITUTE OF TECHNOLOGY Wright-Patterson Air Force Base, Ohio DISTRIBUTION STATEMENT A APPROVED FOR PUBLIC RELEASE; DISTRIBUTION UNLIMITED. The views expressed in this document are those of the author and do not reflect the official policy or position of the United States Air Force, the United States Department of Defense or the United States Government. This material is declared a work of the U.S. Government and is not subject to copyright protection in the United States. AFIT-ENG-MS-21-M-008 Performance of Various Low-Level Decoders for Surface Codes in the Presence of Measurement Error THESIS Presented to the Faculty Department of Electrical and Computer Engineering Graduate School of Engineering and Management Air Force Institute of Technology Air University Air Education and Training Command in Partial Fulfillment of the Requirements for the Degree of Master of Science in Computer Science Claire E Badger, B.S.C.S., B.S.E.E.
    [Show full text]
  • New Constructions of Quantum Stabilizer Codes Based on Difference Sets
    Article New Constructions of Quantum Stabilizer Codes Based on Difference Sets Duc Manh Nguyen and Sunghwan Kim * School of Electrical Engineering, University of Ulsan, Ulsan 44610, Korea; [email protected] * Correspondence: [email protected]; Tel.: +82-052-259-1401 Received: 19 October 2018; Accepted: 15 November 2018; Published: 19 November 2018 Abstract: In this paper, new conditions on parameters in difference sets are derived to satisfy symplectic inner product, and new constructions of quantum stabilizer codes are proposed from the conditions. The conversion of the difference sets into parity-check matrices is first explained. Then, the proposed code construction is composed of three steps, which are to choose the generators of quantum stabilizer code, to determine the quantum stabilizer groups, and to determine subspace codewords with large minimum distance. The quantum stabilizer codes with various length are also presented to explain the practicality of the code construction. The proposed design can be applied to quantum stabilizer code construction based on combinatorial design. Keywords: quantum information; quantum error correction codes; quantum stabilizer codes; difference sets; symplectic inner-product 1. Introduction Quantum theory gives the probability of the possible outcomes for a measurement on a physical system [1]. Quantum computers which are based on quantum theory give us the possibility deal on the various tasks such as factoring the large integer number that shows the substantial speed-up in polynomial time over the best classical algorithm [2,3]. However, the effects of noisy and imperfect environments of the quantum channel would reduce the performance advantages. Therefore, quantum error correcting codes (QECCs) have been proposed to protect quantum information from noisy environments.
    [Show full text]
  • Quantum Algorithms, Architecture, and Error Correction Ciarán Ryan-Anderson University of New Mexico
    University of New Mexico UNM Digital Repository Physics & Astronomy ETDs Electronic Theses and Dissertations Fall 11-13-2018 Quantum Algorithms, Architecture, and Error Correction Ciarán Ryan-Anderson University of New Mexico Follow this and additional works at: https://digitalrepository.unm.edu/phyc_etds Part of the Astrophysics and Astronomy Commons, and the Physics Commons Recommended Citation Ryan-Anderson, Ciarán. "Quantum Algorithms, Architecture, and Error Correction." (2018). https://digitalrepository.unm.edu/ phyc_etds/203 This Dissertation is brought to you for free and open access by the Electronic Theses and Dissertations at UNM Digital Repository. It has been accepted for inclusion in Physics & Astronomy ETDs by an authorized administrator of UNM Digital Repository. For more information, please contact [email protected]. Ciarán Ryan-Anderson Candidate Physics and Astronomy Department This dissertation is approved, and it is acceptable in quality and form for publication: Approved by the Dissertation Committee: Andrew Landahl , Chairperson Ivan Deutsch Akimasa Miyake Rolando Somma i Quantum Algorithms, Architecture, and Error Correction by Ciarán Ryan-Anderson B.S., Physics, Missouri University of Science and Technology, 2009 M.S., Physics, Missouri University of Science and Technology, 2011 DISSERTATION Submitted in Partial Fulfillment of the Requirements for the Degree of Doctor of Philosophy Physics The University of New Mexico Albuquerque, New Mexico December, 2018 ii Dedication To my friends, family, and all who made this possible. iii Acknowledgments First and foremost, I would like to thank my advisor Andrew Landahl for his guidance and insight. He is an outstanding example that creativity, imagination, and passion are crucial for a successful scientist. I am grateful to professors Carl Caves, Ivan Deutsch, Poul Jessen, Akimasa Miyake, and Elohim Becerra for providing the environment of CQuIC for students, like myself, to learn and grow as scientists.
    [Show full text]
  • Chapter 7 Quantum Error Correction
    Chapter Quantum Error Correction AQuantum ErrorCorrecting Co de In our study of quantum algorithms wehave found p ersuasive evidence that a quantum computer would have extraordinary p ower But will quantum computers really work Will weever b e able to build and op erate them To do so wemust rise to the challenge of protecting quantum information from errors As wehave already noted in Chapter there are several as p ects to this challenge A quantum computer will inevitably interact with its surroundings resulting in decoherence and hence in the decay of the quan tum information stored in the device Unless we can successfully combat decoherence our computer is sure to fail And even if wewere able to pre vent decoherence by p erfectly isolating the computer from the environment errors would still p ose grave diculties Quantum gates in contrast to clas sical gates are unitary transformations chosen from a continuum of p ossible values Thus quantum gates cannot b e implemented with p erfect accuracy the eects of small imp erfections in the gates will accumulate eventually leading to a serious failure in the computation Any eective strategem to prevent errors in a quantum computer must protect against small unitary errors in a quantum circuit as well as against decoherence In this and the next chapter we will see how clever enco ding of quan tum information can protect against errors in principle This chapter will present the theory of quan tum errorcorrecting co des We will learn that quantum information suitably enco ded can b e dep osited
    [Show full text]
  • Aectrical Engineering and Computer Science Zy'2 / 1/ January 27, 2011 Certified By.....I Peter W
    Good Families of Quantum Low-Density Parity-Check Codes and a Geometric Framework for the Amplitude-Damping Channel by Reina Riemann Submitted to the Department of Electrical Engineering and Computer Science in partial fulfillment of the requirements for the degree of Doctor of Philosophy at the MASSACHUSETTS INSTITUTE OF TECHNOLOGY February 2011 ARCHNES @ Reina Riemann, MMXI. All rights reserved. The author hereby grants to MIT permission to reproduce and copies of this thesis doe distribute publicly paper and electronic MASSACHUSETTS INSTITUTE in whole or in part. OF TECH oLOGY MAR 10 2 L -,A RI E Author ......... Departmefft -Aectrical Engineering and Computer Science zy'2 / 1/ January 27, 2011 Certified by.....I Peter W. Shor Morss Professor of Applied Mathematics Thesis Supervisor Accepted by .......... r............... 7 Terry Orlando Chairman, Electrical Engineering and Computer Science Department Committee on Graduate Theses Good Families of Quantum Low-Density Parity-Check Codes and a Geometric Framework for the Amplitude-Damping Channel by Reina Riemann Submitted to the Department of Electrical Engineering and Computer Science on January, 2011, in partial fulfillment of the requirements for the degree of Doctor of Philosophy Abstract Classical low-density parity-check (LDPC) codes were first introduced by Robert Gal- lager in the 1960's and have reemerged as one of the most influential coding schemes. We present new families of quantum low-density parity-check error-correcting codes derived from regular tessellations of Platonic 2-manifolds and from embeddings of the Lubotzky-Phillips-Sarnak Ramanujan graphs. These families of quantum error-correcting codes answer a conjecture proposed by MacKay about the existence of good families of quantum low-density parity-check codes with nonzero rate, increasing minimum distance and a practical decoder.
    [Show full text]
  • The Toric Code at Finite Temperature by Christian Daniel Freeman A
    The Toric Code at Finite Temperature by Christian Daniel Freeman A dissertation submitted in partial satisfaction of the requirements for the degree of Doctor of Philosophy in Physics in the Graduate Division of the University of California, Berkeley Committee in charge: Professor Birgitta Whaley, Co-chair Professor Joel Moore, Co-chair Professor Irfan Siddiqi Professor Martin Head-Gordon Summer 2018 The Toric Code at Finite Temperature Copyright 2018 by Christian Daniel Freeman 1 Abstract The Toric Code at Finite Temperature by Christian Daniel Freeman Doctor of Philosophy in Physics University of California, Berkeley Professor Birgitta Whaley, Co-chair Professor Joel Moore, Co-chair Alexei Kitaev's toric code is a rich model, that has birthed and stimulated the develop- ment of topological quantum computing, error correction, and field theory. It was also the first example of a quantum error correcting code that could resiliently store quantum infor- mation in certain types of noisy environments without the need for active error correction. Unfortunately, the toric code loses much of its power as a noise-resilient quantum memory at any finite temperature. Many of the problems with the toric code at finite temperature are likewise shared among its cousin stabilizer codes. These problems can be traced to the proliferation of stringlike \defects" in these codes at finite temperature. The aim of this thesis is then twofold. First, I characterize both numerically and theoretically the failure modes of the toric code at finite temperature with fairly modest bath assumptions. I achieve this by numerically sampling the nonequilibrium dynamics of the toric code using a continuous time monte carlo algorithm.
    [Show full text]
  • Logical Clifford Synthesis for Stabilizer Codes
    IEEE Transactions on Quantum Software uantumEngineering Received March 24, 2020; revised July 29, 2020; accepted August 31, 2020; date of publication September 11, 2020; date of current version October 5, 2020. Digital Object Identifier 10.1109/TQE.2020.3023419 Logical Clifford Synthesis for Stabilizer Codes NARAYANAN RENGASWAMY1 (Student Member, IEEE), ROBERT CALDERBANK1 (Fellow, IEEE), SWANAND KADHE2 (Member, IEEE), AND HENRY D. PFISTER1 (Senior Member, IEEE) 1 Department of Electrical and Computer Engineering, Duke University, Durham, NC 27708 USA 2 Department of Electrical Engineering and Computer Sciences, University of California, Berkeley, CA 94720 USA Corresponding author: Narayanan Rengaswamy (e-mail: [email protected]). Part of this work was presented at the 2018 IEEE International Symposium on Information Theory [1]. This work was supported by the National Science Foundation under Grants 1718494, 1908730, and 1910571. ABSTRACT Quantum error-correcting codes are used to protect qubits involved in quantum computation. This process requires logical operators to be translated into physical operators acting on physical quantum states. In this article, we propose a mathematical framework for synthesizing physical circuits that implement logical Clifford operators for stabilizer codes. Circuit synthesis is enabled by representing the desired physical Clifford operator in CN×N as a 2m × 2m binary symplectic matrix, where N = 2m. We prove two theorems that use symplectic transvections to effciently enumerate all binary symplectic matrices that satisfy a system of linear equations. As a corollary, we prove that for an [[m, k]]stabilizer code every logical Clifford operator has 2r(r+1)/2 symplectic solutions, where r = m − k, up to stabilizer degeneracy.
    [Show full text]
  • Quantum Error Correction Codes
    Quantum Error Correction Codes Boyu Zhou University of Arizona, Department of Physics (Dated: December 6, 2020) Quantum error correction will play an essential role in the realisation of quantum computing. So understanding quantum error correction codes is basic to understand and be familiar with the current and future of the quantum information processing and the quantum computation. In this review paper, we first claim why developing the quantum error correction codes are critical inSec. I. Then it’s also necessary to brief the classical error correction theory to better understand the key points of quantum error correction theory in Sec. II. Starting from the Sec. III, IV, and V, we provide an introductory guide to the fundamental of the theory by using the simplest but important example codes. Finally, we discuss the issues that are the big challenges we need to overcome. I. INTRODUCTION dundant information to the message[5]. The simplest example of an error correction code is the In the past thirty years, the development of traditional three-bit repetition code, that is, replace one bit with its computers has increased by 100,000 times due to the de- three copies: velopment of silicon chips. This is the so called Moore’s 0 −! 000 Law[1], which predicts that the number of transistors on (1) −! a microchip doubles every two years. However, experts 1 111 agree that computers should reach the physical limits of In this way, if at most one bit has an error, like, 000 Moore’s Law at some point in the 2020s[2]. The second becomes 001.
    [Show full text]
  • Approaches to Quantum Error Correction
    S´eminaire Poincar´e 1 (2005) 65 { 93 S´eminaire Poincar´e Approaches to Quantum Error Correction Julia Kempe CNRS & LRI Laboratoire de Recherche Informatique B^at. 490, Universit´e de Paris-Sud 91405 Orsay Cedex France We have persuasive evidence that a quantum computer would have extraordinary power. But will we ever be able to build and operate them? A quantum computer will inevitably interact with its environment, resulting in decoherence and the decay of the quantum information stored in the device. It is the great technological (and theoretical) challenge to combat decoherence. And even if we can suitably isolate our quantum computer from its surroundings, errors in the quantum gates themselves will pose grave difficulties. Quantum gates (as opposed to classical gates) are unitary transformations chosen from a continuous set; they cannot be implemented with perfect accuracy and the effects of small imperfections in the gates will accumulate, leading to an eventual failure of the computation. Any reasonable correction- scheme must thus protect against small unitary errors in the quantum gates as well as against decoherence. Furthermore we must not ignore that the correction and recovery procedure itself can introduce new errors; successful fault-tolerant quantum computation must also deal with this issue. The purpose of this account is to give an overview of the main approaches to quantum error correction. There exist several excellent reviews of the subject, which the interested reader may consult (see [Pre98b],[Pre99], [NC00], [KSV02], [Ste99, Ste01] and more recently [Got05]). 1 Introduction \We have learned that it is possible to fight entanglement with entanglement." John Preskill, 1996 In a ground breaking discovery in 1994, Shor [Sho94] has shown that quantum computers, if built, can factor numbers efficiently.
    [Show full text]