An Introduction to Quantum Computing Using Trapped Cold Ions

Total Page:16

File Type:pdf, Size:1020Kb

An Introduction to Quantum Computing Using Trapped Cold Ions An introduction to Quantum Computing using Trapped cold Ions March 10, 2011 Contents 1 Introduction 1 2 Qubits 2 3 Operations in Quantum Computing 2 3.1 Quantum Operators . 2 3.2 Controlled Gates . 3 4 Deutsch-Jozsa Algorithm 4 5 A Trapped Ion CNOT Gate 6 5.1 Implementation of the CNOT Gate . 6 5.2 Rabi's Formula and π pulses on two state systems . 7 5.3 CNOT Procedure . 8 6 Conclusion 9 1 Introduction This paper is designed to serve as an introduction to Quantum Computing to a person having some back- ground in Quantum Mechanics and Algebra. The notion of running computers based on the mechanics of Quantum Systems was first proposed by Richard Feynman in 1982 as a proposed solution to the increasing difficulty in running simulations of quantum systems on classical computers. Through the work of Deutsch, Shore, and Grover among others [1], it has been demonstrated that a wide class of algorithms exist for which a Quantum Computer would be vastly more efficient then it's classical analogue. Within the past decade, considerable progress has been made. In 1995, the successful implementation of a controlled-not logic gate was achieved [4] using trapped cold ions and it is this experiment that we shall discuss in great detail. More recently, implementations of far more complex quantum computations have been achieved including multiple qubit implementations of quantum search algorithms [5] and Shor's algorithm [6]. This paper will introduce the fundamental concepts of Quantum Computing such as qubits and quantum logic gates, in particular discussing how complex quantum (and simulations of classical) circuits may be constructed from merely a few fundamental components and briefly discussing the universlity of cnot and single qubit gates before demonstrating the Deutsch Jones algorithm, a simple algorithm demonstrating the power of quantum computation over classical systems and then describing the Experimental implementation of a CNOT gate from ultra cold atoms as achieved by Monroe et al in 1995. 1 2 Qubits For the most part, information in computer systems has been stored in classical bits which that can take on the logical values of 0 or 1. It is upon these bits of information that classical algorithms operate. In Quantum Computing, one must introduce the notion of a qubit. Simply put, a qubit is a two state quantum system used to represent a bit of information. We may write it as a j 0i + b j 1i (1) For which normalization is assumed jaj2 + jbj2 = 1 (2) While a classical bit takes on one of two values, it is immediatly apparent that a qubit takes on a continuum of possible states though a single qubit, when measured, will only yield one of the two possible basis states. There are a variety of two state systems that may be used as qubits which the reader is surely familiar with. Examples include the polarization of a photon, the orientation of a spin-1/2 particle's spin, and two energy levels of an atom are among them. 3 Operations in Quantum Computing 3.1 Quantum Operators In general, a logic gate in Quantum Computing is any unitary operator taking n qubits to n qubits (U : Cn ! Cn), often referred to as \reversible" in that the inputs of a quantum gate may be determined by the outputs. In quantum circuits (computers), such gates take the place of classical logic gates that the reader may be familiar with (though for example a NOT gate does not have a quantum analogue since it is not reversible).Such operators may of course be represented as matrices. There exists several essential two qubit operators in quantum computing, several probably already familiar to anyone already with a background 0 1 0 −i 1 0 in qauntum mechanics. The Pauli matrices: σ = , σ = , and σ = are of x 1 0 z i 0 z 0 −1 course among these operators with σx filling an identical roll to the NOT gate in classical computing. Three operators that may not be so familiar are as follows. 1 1 1 H = p (3) 2 1 −1 1 1 0 S = p (4) 2 0 i 1 0 T = (5) 0 eiπ=4 which are known as the Hadamard, Phase, and π=8 gates respectively. The Hadamard, we will find, will prove indespensible in our discussion of the Deutsch Jones algorithm below. Explicity the effects of a Hadamard gate on the computational basis states of a single qubit system are. 1 H j 0i = p (j 0i+ j 1i) (6) 2 1 H j 1i = p (j 1i+ j 0i) (7) 2 Or more compactly. 1 X H j xi = p (−1)xz j zi (8) 2 z2f0;1g 2 These operations have their equivalences in higher order systems of multiple qubits represented quite simply as higher order 2n + 1 × 2n + 1 matrices. The Hadamard transform on n qubits is of particular importance in our discussion of the Deutsch-Josza algorithm, denoted by H⊗n. j x : : : x i ⊗n X x1z1+x2z2+···+xnzn 1 n H j x1 : : : xni = (−1) p (9) n n 2 (z1:::zn)2f0;1g A final n+1 qubit operator that I will discuss is the Uf operator, or quantum oracle defined by a function f : f0; 1gn ! f0; 1g. Uf j x1; x2; : : : ; xni⊗ j yi =j x1; x2; : : : ; xni⊗ j y ⊕ f(x1; : : : ; xn)i (10) Where x⊕y is to be understood as addition modulo 2. This operator is unitary and is usually denoted in the circuit notation as a black box. The inner workings of an oracle are usually not drawn but we understand that as a unitary quantum operator, an oracle for any f(x) may be implemented using single qubit operators and CNOT gates due to their universality. What we mean by that sentence and what a CNOT gate is will be discussed in the following section. 3.2 Controlled Gates In computing it is often necessary to perform a tasks conditionally ('if A then do B'). In Quantum Computing, such conditional operations are encapsulated in the notion of the controlled oparator Cn(U) in which a unitary operator on k qubits acts on the condition that n qubits in it's input are equal to one. Formally, n x1x2:::xn C (U) =j x1x2 : : : xni j i =j x1x2 : : : xniU j i (11) x1; : : : ; xn are of course assumed to take on values in f0; 1g so that U 6= Id iff x1 = 1; : : : ; xn = 1. Perhaps one of the most important examples of such a controlled operator is a controlled-not (CNOT) gate, a two qubit operator with two inputs known as the control bit and the target bit. If the control bit is set to j 0i the target bit is left unchanged. Otherwise the CNOT gate flips the target bit. In the basis fj 00i; j 01i; j 10i; j 11ig the CNOT gate may be written as 01 0 0 01 B0 1 0 0C CNOT = B C (12) @0 0 0 1A 0 0 1 0 One can imagin that as we move to higher order systems, the Matrix Notation may become a bit cumbersome to work with, especially if the behavior of each gate is well understood. It is at this point that it is useful to introduce the circuit notation often employed in the literature of Quantum Computation containing gates and wires. Quantum Circuits are intended to be read from left to right with each wire (horizontal line) corresponding to a qubit with the passage of time. Any gate is represented by a box with it's inputs and outputs intersecting it. Controlled gates have there inputs marked by black circles. The CNOT gate is written in circuit notation in figure 1. 3 Figure 1. A CNOT gate. and as an example, the talfoli gate, which takes three qubits and flips the third on the condition that the two control qubits are equal to 1. Figure 2. A Taffoli gate which flips the target qubit if and only if both of it's control qubits evaluate to 1. We conclude this section by stating a result of DiVincenzo that single Qubit gates and CNOT gates are universal that is any unitary operation in quantum computation may be decomposed into sequences of operations on single qubits and CNOT operations [3]. Implementations of Quantum Circuits in such a fashion are by no means garunteed to be efficient, however this result tells us that in general, CNOT gates are all we need along with the single qubit operations to perform quantum computation, lending to the importance of the physical realization of a CNOT gate. 4 Deutsch-Jozsa Algorithm At this point we find ourself with the notions of operators and qubits. However we are not equipped with a real notion of how these tools may be implemented to perform a task in a more efficient manner then a classical computer. The Deutsch-Jozsa algorithm, proposed in 1998, while of limited practical use serves as a good pedagogical example due to it's relatively straightforward nature of a problem for which a quantum computational solution is exponentially more efficient at solving then it's classical counterpart. Here we will follow a slightly cleaned up version of the algorithm that appears in Isaac and Chuang's Quantum Computation and Quantum Information. We consider the following problem. Alice wishes to determine if a function f(x): f0; 1;::: 2n −1g ! f0; 1g possessed by Bob is either constant or balanced (the function is guaranteed to be one or the other).
Recommended publications
  • Completeness of the ZX-Calculus
    Completeness of the ZX-calculus Quanlong Wang Wolfson College University of Oxford A thesis submitted for the degree of Doctor of Philosophy Hilary 2018 Acknowledgements Firstly, I would like to express my sincere gratitude to my supervisor Bob Coecke for all his huge help, encouragement, discussions and comments. I can not imagine what my life would have been like without his great assistance. Great thanks to my colleague, co-auhor and friend Kang Feng Ng, for the valuable cooperation in research and his helpful suggestions in my daily life. My sincere thanks also goes to Amar Hadzihasanovic, who has kindly shared his idea and agreed to cooperate on writing a paper based one his results. Many thanks to Simon Perdrix, from whom I have learned a lot and received much help when I worked with him in Nancy, while still benefitting from this experience in Oxford. I would also like to thank Miriam Backens for loads of useful discussions, advertising for my talk in QPL and helping me on latex problems. Special thanks to Dan Marsden for his patience and generousness in answering my questions and giving suggestions. I would like to thank Xiaoning Bian for always being ready to help me solve problems in using latex and other softwares. I also wish to thank all the people who attended the weekly ZX meeting for many interesting discussions. I am also grateful to my college advisor Jonathan Barrett and department ad- visor Jamie Vicary, thank you for chatting with me about my research and my life. I particularly want to thank my examiners, Ross Duncan and Sam Staton, for their very detailed and helpful comments and corrections by which this thesis has been significantly improved.
    [Show full text]
  • IJSRP, Volume 2, Issue 7, July 2012 Edition
    International Journal of Scientific and Research Publications, Volume 2, Issue 7, July 2012 1 ISSN 2250-3153 OF QUANTUM GATES AND COLLAPSING STATES- A DETERMINATE MODEL APRIORI AND DIFFERENTIAL MODEL APOSTEORI 1DR K N PRASANNA KUMAR, 2PROF B S KIRANAGI AND 3 PROF C S BAGEWADI ABSTRACT : We Investigate The Holistic Model With Following Composition : ( 1) Mpc (Measurement Based Quantum Computing)(2) Preparational Methodologies Of Resource States (Application Of Electric Field Magnetic Field Etc.)For Gate Teleportation(3) Quantum Logic Gates(4) Conditionalities Of Quantum Dynamics(5) Physical Realization Of Quantum Gates(6) Selective Driving Of Optical Resonances Of Two Subsystems Undergoing Dipole-Dipole Interaction By Means Of Say Ramsey Atomic Interferometry(7) New And Efficient Quantum Algorithms For Computation(8) Quantum Entanglements And No localities(9) Computation Of Minimum Energy Of A Given System Of Particles For Experimentation(10) Exponentially Increasing Number Of Steps For Such Quantum Computation(11) Action Of The Quantum Gates(12) Matrix Representation Of Quantum Gates And Vector Constitution Of Quantum States. Stability Conditions, Analysis, Solutional Behaviour Are Discussed In Detailed For The Consummate System. The System Of Quantum Gates And Collapsing States Show Contrast With The Documented Information Thereto. Paper may be extended to exponential time with exponentially increasing steps in the computation. INTRODUCTION: LITERATURE REVIEW: Double quantum dots: interdot interactions, co-tunneling, and Kondo resonances without spin (See for details Qing-feng Sun, Hong Guo ) Authors show that through an interdot off-site electron correlation in a double quantum-dot (DQD) device, Kondo resonances emerge in the local density of states without the electron spin-degree of freedom.
    [Show full text]
  • Arxiv:2010.14788V2 [Quant-Ph] 16 Jan 2021 Detection of Ancillary Photons
    Heralded non-destructive quantum entangling gate with single-photon sources Jin-Peng Li,1, 2 Xuemei Gu,1, 2 Jian Qin,1, 2 Dian Wu,1, 2 Xiang You,1, 2 Hui Wang,1, 2 Christian Schneider,3, 4 Sven H¨ofling,2, 4 Yong-Heng Huo,1, 2 Chao-Yang Lu,1, 2 Nai-Le Liu,1, 2 Li Li,1, 2, ∗ and Jian-Wei Pan1, 2 1Hefei National Laboratory for Physical Sciences at Microscale and Department of Modern Physics, University of Science and Technology of China, Hefei, Anhui 230026, China 2CAS Center for Excellence and Synergetic Innovation Center in Quantum Information and Quantum Physics, University of Science and Technology of China, Shanghai 201315, China 3Institute of Physics, Carl von Ossietzky University, 26129 Oldenburg, Germany 4Technische Physik, Physikalische Institut and Wilhelm Conrad R¨ontgen-Centerfor Complex Material Systems, Universit¨atW¨urzburg, Am Hubland, D-97074 W¨urzburg, Germany (Dated: January 19, 2021) Heralded entangling quantum gates are an essential element for the implementation of large-scale optical quantum computation. Yet, the experimental demonstration of genuine heralded entangling gates with free-flying output photons in linear optical system, was hindered by the intrinsically probabilistic source and double-pair emission in parametric down-conversion. Here, by using an on-demand single-photon source based on a semiconductor quantum dot embedded in a micro-pillar cavity, we demonstrate a heralded controlled-NOT (CNOT) operation between two single photons for the first time. To characterize the performance of the CNOT gate, we estimate its average quantum gate fidelity of (87:8 ± 1:2)%.
    [Show full text]
  • On the Significance of the Gottesman-Knill Theorem
    On the Significance of the Gottesman-Knill Theorem∗;y Michael E. Cuffaro Munich Center for Mathematical Philosophy Ludwig Maximilians Universit¨atM¨unchen 1 Introduction Toil in the field of quantum computation promises a bountiful harvest, both to the pragmatic-minded researcher seeking to develop new and efficient solutions to practi- cal problems of immediate and transparent significance, as well as to those of us moved more by philosophical concerns: we who toil in the mud and black earth, ever desirous of those remote and yet more profound insights at the root of scientific inquiry. Some of us have seen in quantum computation the promise of a solution to the interpretational debates which have characterised the foundations and philosophy of quantum mechanics since its inception. Some of us have seen the prospects for a deeper understanding of the nature of computation as such. Others have seen quantum computation as potentially illuminating our understanding of the nature and capacities of the human mind.1 An arguably more modest position (see, e.g., Aaronson, 2013; Timpson, 2013) regard- ing the philosophical interest of quantum computation (and related fields like quantum information), is that its study contributes to our understanding of the foundations of quantum mechanics and computer science mainly by offering us different perspectives on old foundational questions|fresh opportunities, that is, to reconsider just what we mean in asking these questions. One of my goals in this paper is to provide such a different perspective, on the Bell inequalities in particular. Specifically I will be arguing that the ∗Note: this is the submitted version of an article that is to appear in The British Journal for the Philosophy of Science, published by Oxford University Press.
    [Show full text]
  • Classifying Reversible Logic Gates with Ancillary Bits
    University of Calgary PRISM: University of Calgary's Digital Repository Graduate Studies The Vault: Electronic Theses and Dissertations 2019-07-23 Classifying reversible logic gates with ancillary bits Comfort, Cole Robert Comfort, C. R. (2019). Classifying reversible logic gates with ancillary bits (Unpublished master's thesis). University of Calgary, Calgary, AB. http://hdl.handle.net/1880/110665 master thesis University of Calgary graduate students retain copyright ownership and moral rights for their thesis. You may use this material in any way that is permitted by the Copyright Act or through licensing that has been assigned to the document. For uses that are not allowable under copyright legislation or licensing, you are required to seek permission. Downloaded from PRISM: https://prism.ucalgary.ca UNIVERSITY OF CALGARY Classifying reversible logic gates with ancillary bits by Cole Robert Comfort A THESIS SUBMITTED TO THE FACULTY OF GRADUATE STUDIES IN PARTIAL FULFILLMENT OF THE REQUIREMENTS FOR THE DEGREE OF MASTER OF SCIENCE GRADUATE PROGRAM IN COMPUTER SCIENCE CALGARY, ALBERTA JULY, 2019 c Cole Robert Comfort 2019 Abstract In this thesis, two models of reversible computing are classified, and the relation of reversible computing to quantum computing is explored. First, a finite, complete set of identities is given for the symmetric monoidal category generated by the computational ancillary bits along with the controlled-not gate. In doing so, it is proven that this category is equivalent to the category of partial isomorphisms between non-empty finitely-generated commutative torsors of characteristic 2. Next, a finite, complete set of identities is given for the symmetric monoidal category generated by the computational ancillary bits along with the Toffoli gate.
    [Show full text]
  • Lecture 1: Introduction to the Quantum Circuit Model September 9, 2015 Lecturer: Ryan O’Donnell Scribe: Ryan O’Donnell
    Quantum Computation (CMU 18-859BB, Fall 2015) Lecture 1: Introduction to the Quantum Circuit Model September 9, 2015 Lecturer: Ryan O'Donnell Scribe: Ryan O'Donnell 1 Overview of what is to come 1.1 An incredibly brief history of quantum computation The idea of quantum computation was pioneered in the 1980s mainly by Feynman [Fey82, Fey86] and Deutsch [Deu85, Deu89], with Albert [Alb83] independently introducing quantum automata and with Benioff [Ben80] analyzing the link between quantum mechanics and reversible classical computation. The initial idea of Feynman was the following: Although it is perfectly possible to use a (normal) computer to simulate the behavior of n-particle systems evolving according to the laws of quantum, it seems be extremely inefficient. In particular, it seems to take an amount of time/space that is exponential in n. This is peculiar because the actual particles can be viewed as simulating themselves efficiently. So why not call the particles themselves a \computer"? After all, although we have sophisticated theoretical models of (normal) computation, in the end computers are ultimately physical objects operating according to the laws of physics. If we simply regard the particles following their natural quantum-mechanical behavior as a computer, then this \quantum computer" appears to be performing a certain computation (namely, simulating a quantum system) exponentially more efficiently than we know how to perform it with a normal, \classical" computer. Perhaps we can carefully engineer multi-particle systems in such a way that their natural quantum behavior will do other interesting computations exponentially more efficiently than classical computers can.
    [Show full text]
  • Thesis Submitted to Attain the Degree of DOCTOR of SCIENCE of ETH ZURICH¨ (Dr
    DISS. ETH NO. 23051 Transport Quantum Logic Gates for Trapped Ions A thesis submitted to attain the degree of DOCTOR OF SCIENCE of ETH ZURICH¨ (Dr. sc. ETH ZURICH)¨ presented by LUDWIG ERASMUS DE CLERCQ MSc. Phys., Univerity of Stellenbosch born on 15.01.1986 citizen of Republic of South Africa Accepted on the recommendation of Prof. Dr. J. P. Home Prof. Dr. T. Sch¨atz 2015 Abstract One of the most promising methods for scaling up quantum informa- tion processing with trapped ions is the quantum CCD architecture [Wineland 98, Kielpinski 02], in which ions are shuttled between many zones of a multiplexed ion trap processor. A primary element of this design is the parallel operation of gates in multiple regions, presenting a formidable challenge for scaling of optical control. In this thesis, I demon- strate a new route which could dramatically reduce these requirements, by transporting ions through laser beams [D. Leibfried 07]. The thesis covers the hardware, software and experiments which were required in order to achieve this goal. In order to perform these experiments I have developed several hard- ware and software solutions which are more widely applicable. Firstly, the Electronically Variable Interactive Lockbox (EVIL) which is widely used in our laboratory as a PI-controller. Secondly, the Direct Ether- net Adjustable Transport Hardware (DEATH) developed specifically for the transport experiments. Finally, I devised a simple method to cre- ate complex transport experiments which require control over multiple independent potential wells. The main achievement of this thesis is the demonstration of parallel quan- tum logic gates involving transport of ions.
    [Show full text]
  • Quantum Computing: Lecture Notes
    Quantum Computing: Lecture Notes Ronald de Wolf Preface These lecture notes were formed in small chunks during my “Quantum computing” course at the University of Amsterdam, Feb-May 2011, and compiled into one text thereafter. Each chapter was covered in a lecture of 2 45 minutes, with an additional 45-minute lecture for exercises and × homework. The first half of the course (Chapters 1–7) covers quantum algorithms, the second half covers quantum complexity (Chapters 8–9), stuff involving Alice and Bob (Chapters 10–13), and error-correction (Chapter 14). A 15th lecture about physical implementations and general outlook was more sketchy, and I didn’t write lecture notes for it. These chapters may also be read as a general introduction to the area of quantum computation and information from the perspective of a theoretical computer scientist. While I made an effort to make the text self-contained and consistent, it may still be somewhat rough around the edges; I hope to continue polishing and adding to it. Comments & constructive criticism are very welcome, and can be sent to [email protected] Attribution and acknowledgements Most of the material in Chapters 1–6 comes from the first chapter of my PhD thesis [71], with a number of additions: the lower bound for Simon, the Fourier transform, the geometric explanation of Grover. Chapter 7 is newly written for these notes, inspired by Santha’s survey [62]. Chapters 8 and 9 are largely new as well. Section 3 of Chapter 8, and most of Chapter 10 are taken (with many changes) from my “quantum proofs” survey paper with Andy Drucker [28].
    [Show full text]
  • Chapter 2 Quantum Gates
    Chapter 2 Quantum Gates “When we get to the very, very small world—say circuits of seven atoms—we have a lot of new things that would happen that represent completely new opportunities for design. Atoms on a small scale behave like nothing on a large scale, for they satisfy the laws of quantum mechanics. So, as we go down and fiddle around with the atoms down there, we are working with different laws, and we can expect to do different things. We can manufacture in different ways. We can use, not just circuits, but some system involving the quantized energy levels, or the interactions of quantized spins.” – Richard P. Feynman1 Currently, the circuit model of a computer is the most useful abstraction of the computing process and is widely used in the computer industry in the design and construction of practical computing hardware. In the circuit model, computer scien- tists regard any computation as being equivalent to the action of a circuit built out of a handful of different types of Boolean logic gates acting on some binary (i.e., bit string) input. Each logic gate transforms its input bits into one or more output bits in some deterministic fashion according to the definition of the gate. By compos- ing the gates in a graph such that the outputs from earlier gates feed into the inputs of later gates, computer scientists can prove that any feasible computation can be performed. In this chapter we will look at the types of logic gates used within circuits and how the notions of logic gates need to be modified in the quantum context.
    [Show full text]
  • A Verified Optimizer for Quantum Circuits
    A Verified Optimizer for Quantum Circuits KESHA HIETALA, University of Maryland, USA ROBERT RAND, University of Chicago, USA SHIH-HAN HUNG, University of Maryland, USA XIAODI WU, University of Maryland, USA MICHAEL HICKS, University of Maryland, USA We present voqc, the first fully verified optimizer for quantum circuits, written using the Coq proof assistant. Quantum circuits are expressed as programs in a simple, low-level language called sqir, a simple quantum intermediate representation, which is deeply embedded in Coq. Optimizations and other transformations are expressed as Coq functions, which are proved correct with respect to a semantics of sqir programs. sqir uses a semantics of matrices of complex numbers, which is the standard for quantum computation, but treats matrices symbolically in order to reason about programs that use an arbitrary number of quantum bits. sqir’s careful design and our provided automation make it possible to write and verify a broad range of optimizations in voqc, including full-circuit transformations from cutting-edge optimizers. CCS Concepts: • Hardware → Quantum computation; Circuit optimization; • Software and its engineering → Formal software verification. Additional Key Words and Phrases: Formal Verification, Quantum Computing, Circuit Optimization, Certified Compilation, Programming Languages ACM Reference Format: Kesha Hietala, Robert Rand, Shih-Han Hung, Xiaodi Wu, and Michael Hicks. 2021. A Verified Optimizer for Quantum Circuits. Proc. ACM Program. Lang. 5, POPL, Article 37 (January 2021), 29 pages. https://doi.org/10. 1145/3434318 1 INTRODUCTION Programming quantum computers will be challenging, at least in the near term. Qubits will be 37 scarce and gate pipelines will need to be short to prevent decoherence.
    [Show full text]
  • An Introduction to Quantum Information and Quantum Circuits
    An introduction to quantum information and quantum circuits John Watrous Institute for Quantum Computing University of Waterloo June 22, 2011 1 Introduction This is an introductory paper on quantum information and quantum circuits. It is intended pri- marily for theoretical computer scientists (and especially complexity theorists) who know little or nothing about quantum computing and would like to have a better grasp of the basic aspects of the subject. A familiarity with basic computational complexity, including topics such as Boolean circuits, Turing machines and randomized computation, is assumed. 1.1 Motivation This paper was (at least partly) inspired by a recent posting on Dick Lipton’s blog G¨odel’s Lost Letter andP=NP, titled “Is Factoring Really in BQP? Really?” In this posting, as well as in its comments and in the follow-up posting titled “Factoring is in BQP,” Lipton expressed the desire to see a careful proof that the integer factoring problem, appropriately phrased as a decision problem, is contained in the complexity class BQP (short for bounded-error quantum polynomial time). To be clear, Lipton was not doubting or challenging the claim that integer factoring is in BQP—he just wanted to see a detailed and carefully written proof. As the reader likely knows, quantum computers (as modeled by quantum circuits or quan- tum Turing machines) can factor integers in polynomial time. This fact, first proved in 1994 by Peter Shor [Sho94, Sho97], is largely responsible for the broad interest in quantum computing that exists today. Shor’s quantum algorithm for factoring integers has been studied extensively, and there is no shortage of careful and detailed presentations of it and its analysis.
    [Show full text]
  • Quantum Computing with Trapped Ions
    Quantum computing with trapped ions H. H¨affner a,b,c,d C. F. Roos a,b R. Blatt a,b aInstitut f¨ur Quantenoptik und Quanteninformation, Osterreichische¨ Akademie der Wissenschaften, Technikerstraße 21a, A-6020 Innsbruck, Austria bInstitut f¨ur Experimentalphysik, Universit¨at Innsbruck, Technikerstraße 25, A-6020 Innsbruck, Austria cDept. of Physics, University of California, Berkeley, CA 94720, USA dMaterials Sciences Division, Lawrence Berkeley National Laboratory, Berkeley, CA 94720, USA Abstract Quantum computers hold the promise to solve certain computational task much more efficiently than classical computers. We review the recent experimental ad- vancements towards a quantum computer with trapped ions. In particular, various implementations of qubits, quantum gates and some key experiments are discussed. Furthermore, we review some implementations of quantum algorithms such as a deterministic teleportation of quantum information and an error correction scheme. Key words: Quantum computing and information, entanglement, ion traps Contents 1 Introduction 3 arXiv:0809.4368v1 [quant-ph] 25 Sep 2008 2 Ion trap quantum computers 5 2.1 Principles of ion-trap quantum computers 6 2.2 The basic Hamiltonian 8 2.3 Choice of qubit ions 10 2.4 Initialization and read-out 13 2.5 Single-qubit gates 16 ∗ Corresponding author. Email address: [email protected] (H. H¨affner). Preprint submitted to Physics Reports 25 September 2008 2.6 Two-qubit gates 21 2.7 Apparative requirements 33 3 Decoherence in ion trap quantum computers 39 3.1 Sources
    [Show full text]