Improving Quantum Computer Performance Through Noise and Error Suppression

Total Page:16

File Type:pdf, Size:1020Kb

Improving Quantum Computer Performance Through Noise and Error Suppression Software tools for quantum control: Improving quantum computer performance through noise and error suppression Harrison Ball, Michael J. Biercuk,∗ Andre Carvalho, Jiayin Chen, Michael Hush, Leonardo A. De Castro, Li Li, Per J. Liebermann, and Harry J. Slatyer Q-CTRL, Sydney, NSW Australia & Los Angeles, CA USA Claire Edmunds, Virginia Frey, Cornelius Hempel, and Alistair Milne ARC Centre for Engineered Quantum Systems, The University of Sydney, NSW Australia (Dated: July 4, 2020) Effectively manipulating quantum computing hardware in the presence of imperfect devices and control systems is a central challenge in realizing useful quantum computers. Susceptibility to noise critically limits the performance and capabilities of today's so-called noisy intermediate-scale quan- tum (NISQ) devices, as well as any future quantum computing technologies. Fortunately, quantum control enables efficient execution of quantum logic operations and quantum algorithms with built- in robustness to errors, and without the need for complex logical encoding. In this manuscript we introduce software tools for the application and integration of quantum control in quantum comput- ing research, serving the needs of hardware R&D teams, algorithm developers, and end users. We provide an overview of a set of python-based classical software tools for creating and deploying op- timized quantum control solutions at various layers of the quantum computing software stack. We describe a software architecture leveraging both high-performance distributed cloud computation and local custom integration into hardware systems, and explain how key functionality is integrable with other software packages and quantum programming languages. Our presentation includes a detailed mathematical overview of central product features including a flexible optimization toolkit, engineering-inspired filter functions for analyzing noise susceptibility in high-dimensional Hilbert spaces, and new approaches to noise and hardware characterization. Pseudocode is presented in order to elucidate common programming workflows for these tasks, and performance benchmarking is reported for numerically intensive tasks, highlighting the benefits of the selected cloud-compute architecture. Finally, we present a series of case studies demonstrating the application of quantum control solutions derived from these tools in real experimental settings using both trapped-ion and superconducting quantum computer hardware. CONTENTS C. Flexible optimization tools for quantum control 12 I. Introduction2 1. Flexible optimizer framework 12 2. Flexible optimizer features 13 II. Software architecture and integrations4 3. Optimizer performance benchmarking 16 A. Cloud-compute architecture4 D. Time-domain simulation tools for realistic B. Package overview4 hardware error processes 16 C. Compatibility with other programming 1. Technical details of simulation languages6 functionality 17 D. Integration with quantum hardware6 2. Simulation example 19 E. Hardware characterization 19 III. Technical functionality overview8 1. Noise spectral estimation 19 A. General quantum-control setting8 1. Optimal quantum control8 2. Hamiltonian parameter estimation 24 2. Robust quantum control9 3. Controllability9 IV. Quantum control case studies 26 B. Performance evaluation for arbitrary A. Open-loop control benefits demonstrated in controls 10 trapped-ion QCs 26 1. Modelling noise and error in D-dimensional B. Simultaneous leakage and noise-robust systems 10 controls for superconducting circuits 28 2. Multi-dimensional filter functions in the C. Robust control for parametrically-driven frequency domain 11 superconducting entangling gates 29 D. Experimental noise characterization of multiqubit circuits on an IBM cloud QC 32 E. Crosstalk-resistant circuit compilation 34 ∗ Also ARC Centre for Engineered Quantum Systems, The Uni- versity of Sydney, NSW Australia V. Conclusion and outlook 37 2 Acknowledgements 37 One of the earliest software methodologies proposed for quantum computing described a 4-phase design flow [8], A. Technical definitions 39 transforming high-level algorithms to mid-level represen- 1. Frobenius inner product and Frobenius norm 39 tations such as QASM (quantum assembly language), ul- 2. Fourier transform 39 timately to be compiled down to device-specific instruc- 3. Power spectral density 39 tions sent to the quantum hardware. Later work out- lined a more detailed layered architecture [9] including a B. Formal definition of the control Hamiltonian 41 pipelined control cycle from the application layer down 1. Generalized formalism 41 to the physical hardware layer, with mid-tier processes 2. Control solutions 41 such as QEC in between. 3. Control segments 42 Since then various QC programming languages, sim- 4. Generic shaped control segments 42 ulators, and compilers have been devised. Starting at 5. Control coordinates 43 the highest levels of the stack, freely-available examples include Quipper [10], a quantum program compiler im- C. Derivation of multidimensional filter functions 45 plemented in Haskell, the LIQUi simulator [11] writ- 1. Magnus expansion 45 ten in F#, and the ScaffCC compilerji [12] designed for 2. Leading order robustness infidelity in terms of a C-style language, which compiles gate sets in QASM filter functions 45 and supports program analysis and low-level optimiza- tions. Further down the stack, efficient scheduling ar- D. Optimization benchmarking 47 chitectures with reduced communication overheads and 1. Optimization tools 47 increased parallelism have been proposed to accommo- 2. Software and hardware versions 47 date the relatively short lifetimes of quantum information 3. Physical systems 47 in quantum hardware [13{15]. Other compiler perfor- a. Single controllable qubit in four-qubit mance gains have been identified by considering device- space 48 specific optimizations, gate set choices and communica- b. Linear array of Rydberg atoms 48 tion topologies [16]. E. Methods for experimental demonstrations of More recently a variety of Python-based languages quantum-control benefits 49 have been developed providing greater integration and 1. Quasi-static error robustness 49 functionality across various abstraction layers. Pro- 2. Suppression of time-varying noise 49 jectQ [17{20] is a toolflow to optimize, simulate and com- 3. Error homogenization characterized via pile quantum programs for different hardware backends. 10-qubit parallel randomized benchmarking 50 Qiskit [2, 21] is a general-purpose compiler framework 4. Mølmer-Sørensen drift measurements 50 generating OpenQASM [22], the language used to cre- ate and compile quantum programs on IBM's Quantum F. Visualizations of noise and control in quantum Experience [23]. pyQuil [4, 24, 25] generates Quil [24], circuits 51 the compiler language used for the Rigetti Computing system. Cirq [5] is Google's software library for writing, References 52 optimizing and running quantum circuits on hardware backends or simulators. Nonetheless, the central impediment to realizing prac- I. INTRODUCTION tical, functional machines in the NISQ-era and beyond remains the influence of noise and error in quantum hard- The emergence of commercially-available quantum ware itself, despite these various advances in quantum computing (QC) hardware at the scale of a few tens of software development. Electromagnetic noise in its vari- qubits has led to an explosion of interest in NISQ (noisy ous forms diminishes coherent lifetimes through the pro- intermediate scalable quantum) devices [1]. There are cess of decoherence, and reduces the fidelity of quan- even now several software stacks allowing end-users and tum logic operations when imperfect quantum devices software developers to explore quantum computing over are manipulated by faulty classical hardware. This crit- the cloud [2{5]. Commensurate with this growth in pro- ically limits the range of useful computations achievable gramming frameworks has been a expansion of efforts on quantum hardware, measured e.g. by circuit depth focused on application mapping and algorithmic devel- or quantum volume [26]. Overwhelmingly, the tools and opment to identify applications yielding any commer- frameworks introduced above focus on the design, imple- cially relevant computational advantage [6]. However, as mentation, and optimization of algorithms near the top in conventional software engineering, functionality and of the quantum computing software stack, and do not computational advantage ultimately rests on lower-level directly address this most fundamental challenge in the abstractions deeper in the computational stack such as field. compilers, and more fundamentally, on hardware device Developing techniques that improve the robustness of performance [7]. quantum hardware against noise and error is critical 3 for pursuing commercially-viable applications. One ap- 1 To advance the performance of real quantum hard- proach to this problem comes through the implemen- ware by delivering optimized control strategies. tation of low-level error-suppression strategies derived More concretely, to enable efficient characterization from the field of quantum control [27{36]. This disci- of error sources, identify and exploit system con- pline draws insights from classical control engineering - trollability, and generate instructions for real hard- frequently associated with the stabilization of unstable ware to suppress the influence of noise and imper- hardware - though successful translation to the quan- fection at the device level. tum domain requires
Recommended publications
  • An Update on Google's Quantum Computing Initiative
    An Update on Google’s Quantum Computing Initiative January 31, 2019 kkissell@google.com Copyright 2018 Google LLC Our Brains are Wired for Newtonian Physics Brains that recognize and anticipate behaviors of Heat, Light, Momentum, Gravity, etc. have an Evolutionary Advantage. Quantum phenomena contradict our intuition. Quantum Phenomena Contradict Intuition Interference, “Erasure”, etc. 0 Quantum Theory Explains ( 1) Cleanly… ...but the Math looks Strange 1 1 1 1 i i How can a Particle be √2 √2 i 1 On Two Paths at the Same Time? 1 1 √2 i P u 1 1 i P ( r) √2 i 1 Copyright 2017-2019 Google LLC Superposed States, Superposed Information l0〉 2 ( |0〉+|1〉 ) |0〉 + |1〉 = |00〉+|01〉+|10〉+|11〉 l1〉 Copyright 2017-2019 Google LLC 01 Macroscopic QM Enables New Technology Control of single quantum systems, to quantum computers 1 nm 1 μm 1 mm H atom wavefunctions: Problem: Light is 1000x larger Large “atom” has room for complex control Copyright 2017-2019 Google LLC Xmon: Direct coupling + Tunable Transmons ● Direct qubit-qubit capacitive coupling ● Turn interaction on and off with frequency g control “OFF” “ON” f10 f 21 Δ Frequency η Frequency Coupling g Qubit Qubit SQUID 2 2 Coupling rate Ωzz ≈ 4ηg / Δ Qubit A Qubit B Copyright 2017-2019 Google LLC Logic Built from Universal Gates Classical circuit: Quantum circuit: 1 bit NOT 1 qubit rotation 2 bit AND 1 Input Gates 2 qubit CNOT Wiring fan-out No copy 2 Input Gates (space+time ) time Copyright 2017-2019 Google LLC Execution of a Quantum Simulation arXiv:1512.06860 Copyright 2017-2019 Google LLC Quantum
    [Show full text]
  • A Tutorial Introduction to Quantum Circuit Programming in Dependently Typed Proto-Quipper
    A tutorial introduction to quantum circuit programming in dependently typed Proto-Quipper Peng Fu1, Kohei Kishida2, Neil J. Ross1, and Peter Selinger1 1 Dalhousie University, Halifax, NS, Canada ffrank-fu,neil.jr.ross,peter.selingerg@dal.ca 2 University of Illinois, Urbana-Champaign, IL, U.S.A. kkishida@illinois.edu Abstract. We introduce dependently typed Proto-Quipper, or Proto- Quipper-D for short, an experimental quantum circuit programming lan- guage with linear dependent types. We give several examples to illustrate how linear dependent types can help in the construction of correct quan- tum circuits. Specifically, we show how dependent types enable program- ming families of circuits, and how dependent types solve the problem of type-safe uncomputation of garbage qubits. We also discuss other lan- guage features along the way. Keywords: Quantum programming languages · Linear dependent types · Proto-Quipper-D 1 Introduction Quantum computers can in principle outperform conventional computers at cer- tain crucial tasks that underlie modern computing infrastructures. Experimental quantum computing is in its early stages and existing devices are not yet suitable for practical computing. However, several groups of researchers, in both academia and industry, are now building quantum computers (see, e.g., [2,11,16]). Quan- tum computing also raises many challenging questions for the programming lan- guage community [17]: How should we design programming languages for quan- tum computation? How should we compile and optimize quantum programs? How should we test and verify quantum programs? How should we understand the semantics of quantum programming languages? In this paper, we focus on quantum circuit programming using the linear dependently typed functional language Proto-Quipper-D.
    [Show full text]
  • COVID-19 Detection on IBM Quantum Computer with Classical-Quantum Transfer Learning
    medRxiv preprint doi: https://doi.org/10.1101/2020.11.07.20227306; this version posted November 10, 2020. The copyright holder for this preprint (which was not certified by peer review) is the author/funder, who has granted medRxiv a license to display the preprint in perpetuity. It is made available under a CC-BY-NC-ND 4.0 International license . Turk J Elec Eng & Comp Sci () : { © TUB¨ ITAK_ doi:10.3906/elk- COVID-19 detection on IBM quantum computer with classical-quantum transfer learning Erdi ACAR1*, Ihsan_ YILMAZ2 1Department of Computer Engineering, Institute of Science, C¸anakkale Onsekiz Mart University, C¸anakkale, Turkey 2Department of Computer Engineering, Faculty of Engineering, C¸anakkale Onsekiz Mart University, C¸anakkale, Turkey Received: .201 Accepted/Published Online: .201 Final Version: ..201 Abstract: Diagnose the infected patient as soon as possible in the coronavirus 2019 (COVID-19) outbreak which is declared as a pandemic by the world health organization (WHO) is extremely important. Experts recommend CT imaging as a diagnostic tool because of the weak points of the nucleic acid amplification test (NAAT). In this study, the detection of COVID-19 from CT images, which give the most accurate response in a short time, was investigated in the classical computer and firstly in quantum computers. Using the quantum transfer learning method, we experimentally perform COVID-19 detection in different quantum real processors (IBMQx2, IBMQ-London and IBMQ-Rome) of IBM, as well as in different simulators (Pennylane, Qiskit-Aer and Cirq). By using a small number of data sets such as 126 COVID-19 and 100 Normal CT images, we obtained a positive or negative classification of COVID-19 with 90% success in classical computers, while we achieved a high success rate of 94-100% in quantum computers.
    [Show full text]
  • Arxiv:1812.09167V1 [Quant-Ph] 21 Dec 2018 It with the Tex Typesetting System Being a Prime Example
    Open source software in quantum computing Mark Fingerhutha,1, 2 Tomáš Babej,1 and Peter Wittek3, 4, 5, 6 1ProteinQure Inc., Toronto, Canada 2University of KwaZulu-Natal, Durban, South Africa 3Rotman School of Management, University of Toronto, Toronto, Canada 4Creative Destruction Lab, Toronto, Canada 5Vector Institute for Artificial Intelligence, Toronto, Canada 6Perimeter Institute for Theoretical Physics, Waterloo, Canada Open source software is becoming crucial in the design and testing of quantum algorithms. Many of the tools are backed by major commercial vendors with the goal to make it easier to develop quantum software: this mirrors how well-funded open machine learning frameworks enabled the development of complex models and their execution on equally complex hardware. We review a wide range of open source software for quantum computing, covering all stages of the quantum toolchain from quantum hardware interfaces through quantum compilers to implementations of quantum algorithms, as well as all quantum computing paradigms, including quantum annealing, and discrete and continuous-variable gate-model quantum computing. The evaluation of each project covers characteristics such as documentation, licence, the choice of programming language, compliance with norms of software engineering, and the culture of the project. We find that while the diversity of projects is mesmerizing, only a few attract external developers and even many commercially backed frameworks have shortcomings in software engineering. Based on these observations, we highlight the best practices that could foster a more active community around quantum computing software that welcomes newcomers to the field, but also ensures high-quality, well-documented code. INTRODUCTION Source code has been developed and shared among enthusiasts since the early 1950s.
    [Show full text]
  • Quantum Approximation for Wireless Scheduling
    applied sciences Article Quantum Approximation for Wireless Scheduling Jaeho Choi 1 , Seunghyeok Oh 2 and Joongheon Kim 2,* 1 School of Computer Science and Engineering, Chung-Ang University, Seoul 06974, Korea; bearsteak@cau.ac.kr 2 School of Electrical Engineering, Korea University, Seoul 02841, Korea; seunghyeokoh@korea.ac.kr * Correspondence: joongheon@korea.ac.kr; Tel.: +82-2-3290-3223 Received: 2 September 2020; Accepted: 6 October 2020; Published: 13 October 2020 Abstract: This paper proposes an application algorithm based on a quantum approximate optimization algorithm (QAOA) for wireless scheduling problems. QAOA is one of the promising hybrid quantum-classical algorithms to solve combinatorial optimization problems and it provides great approximate solutions to non-deterministic polynomial-time (NP) hard problems. QAOA maps the given problem into Hilbert space, and then it generates the Hamiltonian for the given objective and constraint. Then, QAOA finds proper parameters from the classical optimization loop in order to optimize the expectation value of the generated Hamiltonian. Based on the parameters, the optimal solution to the given problem can be obtained from the optimum of the expectation value of the Hamiltonian. Inspired by QAOA, a quantum approximate optimization for scheduling (QAOS) algorithm is proposed. The proposed QAOS designs the Hamiltonian of the wireless scheduling problem which is formulated by the maximum weight independent set (MWIS). The designed Hamiltonian is converted into a unitary operator and implemented as a quantum gate operation. After that, the iterative QAOS sequence solves the wireless scheduling problem. The novelty of QAOS is verified with simulation results implemented via Cirq and TensorFlow-Quantum.
    [Show full text]
  • Heuristics for Quantum Compiling with a Continuous Gate Set Marc Grau Davis, Ethan Smith, Ana Tudor, Koushik Sen, Irfan Siddiqi, Costin Iancu
    Heuristics for Quantum Compiling with a Continuous Gate Set Marc Grau Davis, Ethan Smith, Ana Tudor, Koushik Sen, Irfan Siddiqi, Costin Iancu Abstract factor in the near future of NISQ devices, this metric has been We present an algorithm for compiling arbitrary unitaries targeted by others [25, 28, 50, 56]. into a sequence of gates native to a quantum processor. As The algorithm is inspired by the A* [22] search strategy accurate CNOT gates are hard for the foreseeable Noisy- and works as follows. Given the unitary associated with a Intermediate-Scale Quantum devices era, our A* inspired quantum transformation, we attempt to alternate layers of algorithm attempts to minimize their count, while accounting single qubit gates and CNOT gates. For each layer of single for connectivity. We discuss the search strategy together with qubit gates we assign the parameterized single qubit unitary to “metrics” to expand the solution frontier. For a workload of all the qubits. We then try to place a CNOT gate wherever the circuits with complexity appropriate for the NISQ era, we pro- chip connectivity allows, and add another layer of single qubit duce solutions well within the best upper bounds published in gates. We pass the parameterized circuit into an optimizer [44], literature and match or exceed hand tuned implementations, which instantiates the parameters for the partial solution such as well as other existing synthesis alternatives. In particular, that it minimizes a distance function. At each step of the when comparing against state-of-the-art available synthesis search, the solution with the shortest “heuristic” distance from packages we show 2:4× average (up to 5:3×) reduction in the original unitary is expanded.
    [Show full text]
  • Resource-Efficient Quantum Computing By
    Resource-Efficient Quantum Computing by Breaking Abstractions Fred Chong Seymour Goodman Professor Department of Computer Science University of Chicago Lead PI, the EPiQC Project, an NSF Expedition in Computing NSF 1730449/1730082/1729369/1832377/1730088 NSF Phy-1818914/OMA-2016136 DOE DE-SC0020289/0020331/QNEXT With Ken Brown, Ike Chuang, Diana Franklin, Danielle Harlow, Aram Harrow, Andrew Houck, John Reppy, David Schuster, Peter Shor Why Quantum Computing? n Fundamentally change what is computable q The only means to potentially scale computation exponentially with the number of devices n Solve currently intractable problems in chemistry, simulation, and optimization q Could lead to new nanoscale materials, better photovoltaics, better nitrogen fixation, and more n A new industry and scaling curve to accelerate key applications q Not a full replacement for Moore’s Law, but perhaps helps in key domains n Lead to more insights in classical computing q Previous insights in chemistry, physics and cryptography q Challenge classical algorithms to compete w/ quantum algorithms 2 NISQ Now is a privileged time in the history of science and technology, as we are witnessing the opening of the NISQ era (where NISQ = noisy intermediate-scale quantum). – John Preskill, Caltech IBM IonQ Google 53 superconductor qubits 79 atomic ion qubits 53 supercond qubits (11 controllable) Quantum computing is at the cusp of a revolution Every qubit doubles computational power Exponential growth in qubits … led to quantum supremacy with 53 qubits vs. Seconds Days Double exponential growth! 4 The Gap between Algorithms and Hardware The Gap between Algorithms and Hardware The Gap between Algorithms and Hardware The EPiQC Goal Develop algorithms, software, and hardware in concert to close the gap between algorithms and devices by 100-1000X, accelerating QC by 10-20 years.
    [Show full text]
  • EU–US Collaboration on Quantum Technologies Emerging Opportunities for Research and Standards-Setting
    Research EU–US collaboration Paper on quantum technologies International Security Programme Emerging opportunities for January 2021 research and standards-setting Martin Everett Chatham House, the Royal Institute of International Affairs, is a world-leading policy institute based in London. Our mission is to help governments and societies build a sustainably secure, prosperous and just world. EU–US collaboration on quantum technologies Emerging opportunities for research and standards-setting Summary — While claims of ‘quantum supremacy’ – where a quantum computer outperforms a classical computer by orders of magnitude – continue to be contested, the security implications of such an achievement have adversely impacted the potential for future partnerships in the field. — Quantum communications infrastructure continues to develop, though technological obstacles remain. The EU has linked development of quantum capacity and capability to its recovery following the COVID-19 pandemic and is expected to make rapid progress through its Quantum Communication Initiative. — Existing dialogue between the EU and US highlights opportunities for collaboration on quantum technologies in the areas of basic scientific research and on communications standards. While the EU Quantum Flagship has already had limited engagement with the US on quantum technology collaboration, greater direct cooperation between EUPOPUSA and the Flagship would improve the prospects of both parties in this field. — Additional support for EU-based researchers and start-ups should be provided where possible – for example, increasing funding for representatives from Europe to attend US-based conferences, while greater investment in EU-based quantum enterprises could mitigate potential ‘brain drain’. — Superconducting qubits remain the most likely basis for a quantum computer. Quantum computers composed of around 50 qubits, as well as a quantum cloud computing service using greater numbers of superconducting qubits, are anticipated to emerge in 2021.
    [Show full text]
  • Arxiv:2003.02989V2 [Quant-Ph] 26 Aug 2021
    TensorFlow Quantum: A Software Framework for Quantum Machine Learning Michael Broughton,1, 5, ∗ Guillaume Verdon,1, 2, 4, 6, y Trevor McCourt,1, 7 Antonio J. Martinez,1, 2, 4, 8 Jae Hyeon Yoo,2, 3 Sergei V. Isakov,1 Philip Massey,3 Ramin Halavati,3 Murphy Yuezhen Niu,1 Alexander Zlokapa,9, 1 Evan Peters,4, 6, 10 Owen Lockwood,11 Andrea Skolik,12, 13, 14, 15 Sofiene Jerbi,16 Vedran Dunjko,13 Martin Leib,12 Michael Streif,12, 14, 15, 17 David Von Dollen,18 Hongxiang Chen,19, 20 Shuxiang Cao,19, 21 Roeland Wiersema,22, 23 Hsin-Yuan Huang,1, 24, 25 Jarrod R. McClean,1 Ryan Babbush,1 Sergio Boixo,1 Dave Bacon,1 Alan K. Ho,1 Hartmut Neven,1 and Masoud Mohseni1, z 1Google Quantum AI, Mountain View, CA 2Sandbox@Alphabet, Mountain View, CA 3Google, Mountain View, CA 4Institute for Quantum Computing, University of Waterloo, Waterloo, Ontario, N2L 3G1, Canada 5School of Computer Science, University of Waterloo, Waterloo, Ontario, N2L 3G1, Canada 6Department of Applied Mathematics, University of Waterloo, Waterloo, Ontario, N2L 3G1, Canada 7Department of Mechanical & Mechatronics Engineering, University of Waterloo, Waterloo, Ontario, N2L 3G1, Canada 8Department of Physics & Astronomy, University of Waterloo, Waterloo, Ontario, N2L 3G1, Canada 9Division of Physics, Mathematics and Astronomy, Caltech, Pasadena, CA 91125 10Fermi National Accelerator Laboratory, P.O. Box 500, Batavia, IL, 605010 11Department of Computer Science, Rensselaer Polytechnic Institute, Troy, NY 12180, USA 12Data:Lab, Volkswagen Group, Ungererstr. 69, 80805 München, Germany 13Leiden University, Niels Bohrweg 1, 2333 CA Leiden, Netherlands 14Quantum Artificial Intelligence Laboratory, NASA Ames Research Center (QuAIL) 15USRA Research Institute for Advanced Computer Science (RIACS) 16Institute for Theoretical Physics, University of Innsbruck, Technikerstr.
    [Show full text]
  • Quantum Approximation for Wireless Scheduling Jaeho Choi, Seunghyeok Oh, and Joongheon Kim
    1 Quantum Approximation for Wireless Scheduling Jaeho Choi, Seunghyeok Oh, and Joongheon Kim Abstract This paper proposes a quantum approximate optimization algorithm (QAOA) method for wireless scheduling problems. The QAOA is one of the promising hybrid quantum-classical algorithms for many applications and it provides highly accurate optimization solutions in NP-hard problems. QAOA maps the given problems into Hilbert spaces, and then it generates Hamiltonian for the given objectives and constraints. Then, QAOA finds proper parameters from classical optimization approaches in order to optimize the expectation value of generated Hamiltonian. Based on the parameters, the optimal solution to the given problem can be obtained from the optimum of the expectation value of Hamiltonian. Inspired by QAOA, a quantum approximate optimization for scheduling (QAOS) algorithm is proposed. First of all, this paper formulates a wireless scheduling problem using maximum weight independent set (MWIS). Then, for the given MWIS, the proposed QAOS designs the Hamiltonian of the problem. After that, the iterative QAOS sequence solves the wireless scheduling problem. This paper verifies the novelty of the proposed QAOS via simulations implemented by Cirq and TensorFlow-Quantum. Index Terms Quantum Approximate Optimization Algorithm (QAOA), Maximum Weight Independent Set (MWIS), NP-Hard, Wireless Scheduling, Quantum Application I. INTRODUCTION Nowadays, quantum computing and communications have received a lot of attention from academia and industry research communities. In particular, quantum computing based NP-hard problem solving is of great interest [1]–[4]. Among them, quantum approximate optimization algorithm (QAOA) is one of the well-known quantum computing based optimization solvers, and it has been verified that the QAOA outperforms the others in many combinatorial problems which is closed related to wireless scheduling problems [5]–[9].
    [Show full text]
  • Classical Optimizers for Noisy Intermediate-Scale Quantum Devices
    Lawrence Berkeley National Laboratory Recent Work Title Classical Optimizers for Noisy Intermediate-Scale Quantum Devices Permalink https://escholarship.org/uc/item/9022q1tm Authors Lavrijsen, W Tudor, A Muller, J et al. Publication Date 2020-10-01 DOI 10.1109/QCE49297.2020.00041 Peer reviewed eScholarship.org Powered by the California Digital Library University of California Classical Optimizers for Noisy Intermediate-Scale antum Devices Wim Lavrijsen, Ana Tudor, Juliane Müller, Costin Iancu, Wibe de Jong Lawrence Berkeley National Laboratory {wlavrijsen,julianemueller,cciancu,wadejong}@lbl.gov, anamtudor@berkeley.edu ABSTRACT of noise on both the classical and quantum parts needs to be taken We present a collection of optimizers tuned for usage on Noisy Inter- into account. In particular, the performance and mathematical guar- mediate-Scale Quantum (NISQ) devices. Optimizers have a range of antees, regarding convergence and optimality in the number of applications in quantum computing, including the Variational Quan- iterations, of commonly used classical optimizers rest on premises tum Eigensolver (VQE) and Quantum Approximate Optimization that are broken by the existence of noise in the objective function. (QAOA) algorithms. They have further uses in calibration, hyperpa- Consequently, they may converge too early, not nding the global rameter tuning, machine learning, etc. We employ the VQE algorithm minimum, get stuck in a noise-induced local minimum, or even fail as a case study. VQE is a hybrid algorithm, with a classical minimizer to converge at all. step driving the next evaluation on the quantum processor. While For chemistry, the necessity of developing robust classical op- most results to date concentrated on tuning the quantum VQE circuit, timizers for VQE in the presence of hardware noise has already our study indicates that in the presence of quantum noise the clas- been recognized [20].
    [Show full text]
  • A Practical Introduction to Quantum Computing: from Qubits to Quantum Machine Learning and Beyond
    A Practical Introduction to Quantum Computing: From Qubits to Quantum Machine Learning and Beyond El´ıas F. Combarro combarro@gmail.com CERN openlab (Geneva, Switzerland) - University of Oviedo (Oviedo, Spain) CERN - November/December 2020 Part I Introduction: quantum computing... the end of the world as we know it? 2 / 30 I, for one, welcome our new quantum overlords Image credits: sciencenews.org 3 / 30 Philosophy of the course Image credits: Modified from an Instagram image by Bob MacGuffie 4 / 30 Tools and resources • Jupyter Notebooks • Web application to create and execute notebooks that include code, images, text and formulas • They can be used locally (Anaconda) or in the cloud (mybinder.org, Google Colab...) • IBM Quantum Experience • Free online access to quantum simulators (up to 32 qubits) and actual quantum computers (1, 5 and 15 qubits) with different topologies • Programmable with a visual interface and via different languages (python, qasm, Jupyter Notebooks) • Launched in May 2016 • https://quantum-computing.ibm.com/ Image credits: IBM 5 / 30 Tools and resources (2) • Quirk • Online simulator (up to 16 qubits) • Lots of different gates and visualization options • http://algassert.com/quirk • D-Wave Leap • Access to D-Wave quantum computers • Ocean: python library for quantum annealing • Problem specific (QUBO, Ising model...) • https://www.dwavesys.com/take-leap 6 / 30 The shape of things to come Image credits: Created with wordclouds.com 7 / 30 What is quantum computing? Quantum computing Quantum computing is a computing
    [Show full text]