C.2 Quantum Gates

Total Page:16

File Type:pdf, Size:1020Kb

C.2 Quantum Gates Quantum computation 21 104 CHAPTER III. QUANTUM COMPUTATION = = NOT = = AND > > (a) (b) = = = OR > = XOR > > > (c) (d) = (e) = NAND > = > = (f) = NOR > = > Figure 1.6. On the left are some standard single and multiple bit gates, while on the right is the prototypical Figuremultiple III.9: qubit gate, Left: the controlled- classical gates..Thematrixrepresentationofthecontrolled- Right: controlled-Not gate., UCN [from,iswrittenwith Nielsen respect to the amplitudes for 00 , 01 , 10 ,and 11 ,inthatorder. & Chuang (2010, Fig.| 1.6)] | | | qubit. The action of the gate may be described as follows. If the control qubit is set to C.20, then Quantum the target qubit gatesis left alone. If the control qubit is set to 1, then the target qubit is flipped. In equations: Quantum gates are analogous to ordinary logic gates (the fundamental build- ing blocks of circuits),00 00 but; 01 they must01 ; 10 be unitary11 ; 11 transformations10 . (see(1.18) Fig. III.9, left, for ordinarty| i!| i logic| i! gates).| i | Fortunately,i!| i | i! Bennett,| i Fredkin, and ToAnother↵oli have way already of describing shown the howis all as the a generalization usual logic of the operations classical cangate, be since done reversibly.the action Inof the this gate section may be you summarized will learn as A, the B mostA, important B A ,where quantumis addition gates. modulo two, which is exactly what the gate| does.i! That| is,⊕ thei control qubit⊕ and the C.2.atarget qubitSingle-qubit are ed and gates stored in the target qubit. Yet another way of describing the action of the is to give a matrix represen- Thetation, NOT as showngate is in simple the bottom because right of it Figure is reversible: 1.6. You canNOT easily0 verify= 1 , that NOT the1 first= | i | i | i 0 column.Itsdesiredbehaviorcanberepresented: of UCN describes the transformation that occurs to 00 ,andsimilarlyforthe | iother computational basis states, 01 , 10 ,and 11 . As for| thei single qubit case, the | i | i | i requirement that probability beNOT conserved : is0 expressed1 in the fact that U is a unitary | i 7! | i CN matrix,thatis,UCN† UCN = I. 1 0 . We noticed that the can be regarded| i 7! as a type| i of generalized- gate. Can Noteother that classical defining gates such it on as a the basis definesor the regular it on all quantumgate be understood states. Thereforeas unitary it cangates be in awritten sense similar as a sumto the of way dyads the quantum (outer products):gate represents the classical gate? It turns out that this is not possible. The reason is because the and gates are essentially irreversible or non-invertibleNOT = 1 .Forexample,giventheoutput0 + 0 1 . A B from | ih | | ih | ⊕ an gate, it is not possible to determine what the inputs A and B were; there is an You can read this, “return 1 if the input is 0 ,andreturn 0 if the input irretrievable loss of information associated with the irreversible action of the gate. is 1 .” Recall that in the| standardi basis 0| i=(10)T and| i1 =(01)T. On| i the other hand, unitary quantum gates are always| i invertible, since the| i inverse of a unitary matrix is also a unitary matrix, and thus a quantum gate can always be inverted by another quantum gate. Understanding how to do classical logic in this reversible or invertible sense will be a crucial step in understanding how to harness the power of C. QUANTUM INFORMATION 105 Therefore NOT can be represented in the standard basis by computing the outer products: 0 1 00 01 01 NOT = (1 0) + (0 1) = + = . 1 0 10 00 10 ✓ ◆ ✓ ◆ ✓ ◆ ✓ ◆ ✓ ◆ The first column represents the result for 0 ,whichis 1 ,andthesecond represents the result for 1 ,whichis 0 . | i | i Although NOT is defined| i in terms| ofi the computational basis vectors, it applies to any qubit, in particular to superpositions of 0 and 1 : | i | i NOT(a 0 + b 1 )=aNOT 0 + bNOT 1 = a 1 + b 0 = b 0 + a 1 . | i | i | i | i | i | i | i | i Therefore, NOT exchanges the amplitudes of 0 and 1 . In quantum mechanics, the NOT transformation| i is| i usually called X.It is one of four useful unitary operations, called the Pauli matrices,whichare worth remembering. In the standard basis: def def 10 I = σ = (III.10) 0 01 ✓ ◆ def def def 01 X = σ = σ = (III.11) x 1 10 ✓ ◆ def def def 0 i Y = σ = σ = (III.12) y 2 i 0 ✓ − ◆ def def def 10 Z = σ = σ = (III.13) z 3 0 1 ✓ − ◆ We have seen that X is NOT, and I is obviously the identity gate. Z leaves 0 unchanged and maps 1 to 1 . It is called the phase-flip operator because| i it flips the phase of the| i 1 −component| i by ⇡ relative to the 0 component. (Recall that global/absolute| i phase doesn’t matter.) The Pauli| matricesi span the space of 2 2 complex matrices (Exer. III.18). Note that Z⇥+ = and Z = + .Itisthustheanaloginthesign basis of X (NOT)| i in the|i computational|i | basis.i What is the e↵ect of Y on the computational basis vectors? (Exer. III.12) Note that there is an alternative definition of Y that di↵ers only in global phase: def 01 Y = . 10 ✓ − ◆ 106 CHAPTER III. QUANTUM COMPUTATION This is a 90◦ = ⇡/2counterclockwiserotation:Y (a 0 + b 1 )=b 0 a 1 . Draw a diagram to make sure you see this. | i | i | i | i Note that the Pauli operations apply to any state, not just basis states. The X, Y ,andZ operators get their names from the fact that they reflect state vectors along the x, y, z axes of the Bloch-sphere representation of a qubit, which we will not use in this book. Since they are reflections, they are Hermitian (their own inverses). C.2.b Multiple-qubit gates We know that any logic circuit can be built up from NAND gates. Can we do the same for quantum logic, that is, is there a universal quantum logic gate? We can’t use NAND, because it’s not reversible, but we will see that there are universal sets of quantum gates. The controlled-NOT or CNOT gate has two inputs: the first determines what it does to the second (negate it or not). CNOT : 00 00 | i 7! | i 01 01 | i 7! | i 10 11 | i 7! | i 11 10 . | i 7! | i Its first argument is called the control and its second is called the target, controlled,ordata qubit. It is a simple example of conditional quantum computation. CNOT can be translated into a sum-of-dyads representation (Sec. A.2.d), which can be written in matrix form (Ex. III.21, p. 194): CNOT = 00 00 | ih | + 01 01 | ih | + 11 10 | ih | + 10 11 | ih | We can also define it (for x, y 2), CNOT xy = xz ,wherez = x y, the exclusive OR of x and y. That2 is, CNOT| ix, y | = i x, x y CNOT⊕ is the only non-trivial 2-qubit reversible logic gate.| Notei that| CNOT⊕ i is unitary since obviously CNOT = CNOT† (which you can show using its dyadic representation or its matrix representation, Ex. III.21, p. 194). See the right Introduction to Quantum Computing 15 · gates are unitary. For example 0 1 01 YY = = I. ⇤ 10− 10 ✓ ◆✓− ◆ The controlled-NOT gate, Cnot,operatesontwoqubitsasfollows:itchangesthesecond bit if the first bit is 1 and leaves this bit unchanged otherwise. The vectors 00 , 01 , 10 ,and 11 form an orthonormal basis for the state space of a two-qubit system,| i | a 4i- dimensional| i | complexi vector space. In order to represent transformations of this space in matrix notation we need to choose an isomorphism between thisspaceandthespaceof complex four tuples. There is no reason, other than convention, to pick one isomorphism over another. The one we use here associates 00 , 01 , 10 ,and 11 to the standard 4- T T | T i | i | i T | i tuple basis (1, 0, 0, 0) , (0, 1, 0, 0) , (0, 0, 1, 0) and (0, 0, 0, 1) ,inthatorder.TheCnot transformation has representations Cnot : 00 00 1000 |01i!|01i 0100 . |10i!|11i 0 00011 | i!| i 11 10 B 0010C | i!| i B C @ A The transformation Cnot is unitary since Cnot⇤ = Cnot and CnotCnot = I.TheCnot gate cannot be decomposed into a tensor product of two single-bit transformations. It is useful to have graphical representations of quantum state transformations, especially when several transformations are combined. The controlled-NOT gate Cnot is typically represented by a circuit of the form . b ⇥ The open circle indicates the control bit, and the indicates the conditional negation of the subject bit. In general there can be multiple control⇥ bits. Some authors use a solid circle to indicate negative control, in which the subject bit is toggled when the control bit is 0. Similarly, the controlled-controlled-NOT,whichnegatesthelastbitofthreeifandonly if the first two are both 1,hasthefollowinggraphicalrepresentation. C. QUANTUM INFORMATION 107 b b ⇥ Figure III.10: Diagram for CCNOT or To↵oli gate [fig. from Nielsen & Single bit operationsChuang are (2010)]. graphically Sometimes the representedis replaced by because by appro CCNOTpriatelyxyz = labelled boxes as x, y, xy z . ⇥ ⊕ | i shown. | ⊕ i panel of Fig. III.9 (p. 104) for the matrix and note the diagram notation for CNOT. Y CNOT can be used to produce an entangled state: 1 1 1 CNOT ( 0 + 1 ) 0 = CNOT ( 00 + 10 )= ( 00 + 11 )= β00 . p2 | i | i | i Zp2 | i | i p2 | i | i | i Note also that CNOT x, 0 = x, x , that is, FAN-OUT, which would seem to violate the No-cloning| Theorem,i | i but it works as expected only for x 2.
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]
  • Optimization of Reversible Circuits Using Toffoli Decompositions with Negative Controls
    S S symmetry Article Optimization of Reversible Circuits Using Toffoli Decompositions with Negative Controls Mariam Gado 1,2,* and Ahmed Younes 1,2,3 1 Department of Mathematics and Computer Science, Faculty of Science, Alexandria University, Alexandria 21568, Egypt; [email protected] 2 Academy of Scientific Research and Technology(ASRT), Cairo 11516, Egypt 3 School of Computer Science, University of Birmingham, Birmingham B15 2TT, UK * Correspondence: [email protected]; Tel.: +203-39-21595; Fax: +203-39-11794 Abstract: The synthesis and optimization of quantum circuits are essential for the construction of quantum computers. This paper proposes two methods to reduce the quantum cost of 3-bit reversible circuits. The first method utilizes basic building blocks of gate pairs using different Toffoli decompositions. These gate pairs are used to reconstruct the quantum circuits where further optimization rules will be applied to synthesize the optimized circuit. The second method suggests using a new universal library, which provides better quantum cost when compared with previous work in both cost015 and cost115 metrics; this proposed new universal library “Negative NCT” uses gates that operate on the target qubit only when the control qubit’s state is zero. A combination of the proposed basic building blocks of pairs of gates and the proposed Negative NCT library is used in this work for synthesis and optimization, where the Negative NCT library showed better quantum cost after optimization compared with the NCT library despite having the same circuit size. The reversible circuits over three bits form a permutation group of size 40,320 (23!), which Citation: Gado, M.; Younes, A.
    [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]
  • Reversible Circuit Compilation with Space Constraints Alex Parent, Martin Roetteler, and Krysta M
    1 Reversible circuit compilation with space constraints Alex Parent, Martin Roetteler, and Krysta M. Svore Abstract We develop a framework for resource efficient compilation of higher-level programs into lower-level reversible circuits. Our main focus is on optimizing the memory footprint of the resulting reversible networks. This is motivated by the limited availability of qubits for the foreseeable future. We apply three main techniques to keep the number of required qubits small when computing classical, irreversible computations by means of reversible networks: first, wherever possible we allow the compiler to make use of in-place functions to modify some of the variables. Second, an intermediate representation is introduced that allows to trace data dependencies within the program, allowing to clean up qubits early. This realizes an analog to “garbage collection” for reversible circuits. Third, we use the concept of so-called pebble games to transform irreversible programs into reversible programs under space constraints, allowing for data to be erased and recomputed if needed. We introduce REVS, a compiler for reversible circuits that can translate a subset of the functional programming language F# into Toffoli networks which can then be further interpreted for instance in LIQuiji, a domain-specific language for quantum computing and which is also embedded into F#. We discuss a number of test cases that illustrate the advantages of our approach including reversible implementations of SHA-2 and other cryptographic hash-functions, reversible integer arithmetic, as well as a test-bench of combinational circuits used in classical circuit synthesis. Compared to Bennett’s method, REVS can reduce space complexity by a factor of 4 or more, while having an only moderate increase in circuit size as well as in the time it takes to compile the reversible networks.
    [Show full text]
  • Toffoli Gates) – This Is Done by Physicists and Material Science People, – Requires Deep Understanding of Quantum Mechanics, – Big Costs, Expensive Labs
    ReversibleReversible ComputingComputing forfor BeginnersBeginners Lecture 3. Marek Perkowski Some slides from Hugo De Garis, De Vos, Margolus, Toffoli, Vivek Shende & Aditya Prasad Reversible Computing • In the 60s and beyond, CS-physicists considered the ultimate limits of computing, e.g. • What is the maximum bit processing rate of a cubic centimeter of material? • What is the minimum amount of heat generated per bit processed? etc. • This led to the fundamental developments in computing - reversible logic. TheThe MostMost ImportantImportant aspectaspect ofof researchresearch isis MotivationMotivation Why I have motivation to work on Reversible Logic? ReasonsReasons toto workwork onon ReversibleReversible LogicLogic •Build Intelligent Robots •Save Power •Save our Civilization •and supremacy of advanced nations? HowHow toto buildbuild extremelyextremely largelarge finitefinite statestate machinesmachines withwith smallsmall powerpower consumption??consumption?? …and…and thisthis leadsleads usus toto thethe secondsecond reason…..reason….. SaveSave ourour CivilizationCivilization QuantumQuantum ComputersComputers willwill bebe reversiblereversible QuantumQuantum ComputersComputers willwill solvesolve NP-NP- hardhard problemsproblems inin polynomialpolynomial timetime IfIf QuantumQuantum ComputersComputers willwill bebe notnot build,build, USAUSA andand thethe worldworld willwill bebe inin troubletrouble Motivation for this work: Quantum Logic touches the future of our civilization • We live in a very exciting time. • US economy grows, despite crisis • World economy grows • Thanks to advances in information-processing technology. • Usefulness of computers has been enabled primarily by semiconductor-based electronic transistors. Moore’s Law • In 1965, Gordon Moore observed a trend of increasing performance in the first few generations of integrated-circuit technology. • He predicted that in fact it would continue to improve at an exponential rate - with the performance per unit cost increasing by a factor of 2 every 18 months or so - for at least the next 10 years.
    [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]