Density Matrix Quantum Circuit Simulation Via the BSP Machine on Modern GPU Clusters

Total Page:16

File Type:pdf, Size:1020Kb

Density Matrix Quantum Circuit Simulation Via the BSP Machine on Modern GPU Clusters Industrial and Systems Engineering Density Matrix Quantum Circuit Simulation via the BSP Machine on Modern GPU Clusters ANG LI1,OMER SUBASI1,XIU YANG2, AND SRIRAM KRISHNAMOORTHY3 1Pacific Northwest National Laboratory (PNNL), Richland, WA, 99354, USA 2Department of Industrial and Systems Engineering, Lehigh University, Bethlehem, PA, USA 3Washington State University, Pullman, WA, 99164, USA ISE Technical Report 20T-029 Density Matrix Quantum Circuit Simulation via the BSP Machine on Modern GPU Clusters † ‡ Ang Li∗, Omer Subasi∗, Xiu Yang∗ and Sriram Krishnamoorthy∗ ∗Pacific Northwest National Laboratory (PNNL), Richland, WA, 99354, USA †Lehigh University, Bethlehem, PA, 18015, USA ‡Washington State University, Pullman, WA, 99164, USA Email: [email protected], [email protected], [email protected], [email protected] ________ L Abstract—As quantum computers evolve, simulations of quan- j0 = 0 H H tum programs on classical computers will be essential in vali- | i | i • • • _____ ___ ______L __ dating quantum algorithms, understanding the effect of system j1 = 0 H S H noise, and designing applications for future quantum computers. | i | i • • _ ____ ___ ______L __ In this paper, we first propose a new multi-GPU programming j2 = 0 H T S H methodology called MG-BSP which constructs a virtual BSP | i | i • _ ____ ___ machine on top of modern multi-GPU platforms, and apply s this methodology to build a multi-GPU density matrix quantum 0 | i U 4 U 2 U simulator called DM-Sim. We propose a new formulation that s1 can significantly reduce communication overhead, and show | i that this formula transformation can conserve the semantics Fig. 1: Quantum circuit. The horizontal lines represent qubits. The despite noise being introduced. We build the tool-chain for the blocks along the lines represent gates. Execution is from left to right. simulator to run open standard quantum assembly code, execute synthesized quantum circuits, and perform ultra-deep and large- for quantum-inspired algorithms where an algorithm derived scale simulations. We evaluated DM-Sim on several state-of-the- for QC is reversely deployed on a classical computer [59]. art multi-GPU platforms including NVIDIA’s Pascal/Volta DGX- 1, DGX-2, and ORNL’s Summit supercomputer. In particular, we A variety of quantum circuit simulators on classical com- have demonstrated the simulation of one million general gates puters have been proposed [1]. However, most of them target in 94 minutes on DGX-2, far deeper circuits than has been logical qubits in an ideal isolated environment where full demonstrated in prior works. Our simulator is more than 10x gate fidelity can be asserted, rather than physical qubits in faster with respect to the corresponding state-vector quantum simulators on GPUs and other platforms. The DM-Sim simulator a practical open environment with unavoidable noise. Since is released at: http://github.com/pnnl/DM-Sim. QC simulation demands huge amount of memory [11], these 2n 1 simulators often rely on state vector ψ = ∑ − αi i to | i i=0 | i I. INTRODUCTION conserve the pure quantum states. The transformation by Despite holding substantial promise, quantum computing applying a quantum gate described as an unitary operator U thus is ψ U ψ . However, when noise is introduced, (QC) based on today’s noisy-intermediate-scale-quantum de- | i → | i vices (NISQ) [72] is still distant from beating classical super- we have to deal with a mixed state comprising a statistical computers. One major limitation is the error, particularly the ensemble of multiple distinct quantum systems in a density decoherence of qubits which introduces significant uncertainty matrix. In an ensemble, if the M different quantum systems are in states ψ j with probability Pj (1 j M), the density to the quantum states and corrupts the functionality of the | i M ≤ ≤ matrix can be expressed as ρ = ∑ Pj ψ j ψ j . However, Pj quantum circuit. The stable coherence duration varies across j=1 | ih | different QC technologies, from microseconds to seconds with in a real quantum physical system is typically statistical rather different error rate [2] and readout fidelity [3]. Consequently, than determinable. Sometimes it is unknown on purpose [9]. identifying how the introduced error propagates among qubits There are two fundamental types of quantum gate errors: (i) and along the circuit becomes a critical issue for QC research. Coherent errors conserve the purity of the input state. Instead Directly inspecting the intermediate states of a physical of executing U, another unitary operation U is essentially quantum computer is, however, infeasible. Due to fundamen- applied. (ii) Incoherent errors do not conserve the purity of tal quantum rules, whenever a measurement is applied to the input state. As a result, the state transitione can only be certain qubits, it destroys the superposition state and alters described through a density matrix [65], which contains all the computation logic. Consequently, simulating the quantum information necessary to decide the probability of any out- circuit (see Figure 1) through classical computers becomes a come of the circuit in any future measurement. Therefore, to necessary approach to unfold the black-box, investigate the simulate quantum circuits for NISQ devices lacking quantum error, and validate the quantum algorithm and hardware in a error correction (QEC) support, being able to simulate using more tractable approach. This is particularly the case when density matrix can be crucial, sometimes inevitable [9], [35]. theoretical bounds are inherently imprecise (e.g., Trotter error The major difference between density matrix and state bounds for time evolution of a Hamiltonian [8]). Furthermore, vector simulation is that: to simulate the same amount of efficient classical simulations can also form the starting point qubits n, the memory access and occupation, the computation, SC20, November 9-19, 2020, Is Everywhere We Are U.S. Government work not protected by U.S. copyright the network data exchange all scale in O(4n) rather than while the processing of a single gate is in a streaming manner O(2n), leading to great pressure on the hardware resources with rare data reuse. Traditionally, GPUs lack whole-device consumption and dramatically expanded simulation time. In inter-thread-block synchronization mechanism and GPU-side- fact, existing work simulates n-qubits density-matrix through initiated communication mechanism. As a result, existing 2n-qubits state vector [33]. Due to the different simulation pur- designs tend to simulate one gate per GPU kernel followed by poses, in this work we do not seek to simulate more qubits than CPU-side communication or synchronization, introducing con- state-of-the-art state-vector simulators [13], [68], [84] through siderable overhead from repeated kernel invocation & release techniques such as using secondary storage [68], presuming [22] (GPU kernel start latency can be as long as 20µs [36]), particular gates [13], and lossy compression [84]. Rather, this and frequent CPU-GPU execution transition. This overhead work attempts to tackle three major challenges: (i) Circuit is further amplified with multi-GPUs and multi-nodes; (III) depth: As a well-known approach, quantum simulators tend Interconnect. Despite this being the first simulator using multi- to decompose each multi-qubits gate into a sequence of 1- GPUs for density matrix simulation, an existing work has qubit or 2-qubits gates [4], [6], [7], [15], [22]–[24], [26], already applied multi-GPUs for state vector simulation [86]. [27], [34], the actual circuit for useful quantum algorithms However, it did not leverage the recent advancement in GPU can be extremely deep, such as quantum chemistry simulation interconnect, partially due to the CPU-centric programming (e.g., 1014 gates [73], 1018 gates [65]), quantum approximate model where all GPUs are managed by a master CPU and data optimization algorithm (QAOA) [17], and quantum neural exchange is only between CPU and GPUs; (IV) Optimization. networks [18]. This is exacerbated when hardware constraints Traditional simulators tend to precisely reflect particular QC are taken into consideration [51]. However, existing simulators technology parameters [66], rather than formulating the pro- often simulate from a single gate to a few hundreds of cess from an efficient simulation angle, leading to redundant gates [15], [22], [24], [26], [34], [68]. (ii) Performance: computation and communication. Due to the large problem size, density matrix simulation In this paper, we propose a new programming methodology can be remarkably slow. This condition can be even worse called MG-BSP that constructs a virtual Bulk-Synchronous- with very deep circuits and the fact that simulations are Parallel machine on top of modern multi-GPU platforms. We often repeated many times to, for example, obtain converged demonstrate its programmability and efficiency by applying distribution sampling, study the influence of hyper-parameters it to the density matrix quantum circuit simulation problem, and noise, and train a quantum machine learning model, etc. and evaluate the performance on several multi-GPU platforms, (iii) Programming flexibility: Although the major target is to including NVIDIA DGX-1 [61], DGX-2 [63] and ORNL support arbitrary density matrices for error study, defining new Summit HPC. The results demonstrate the effectiveness, flex- gates with advanced optimization should be straightforward. In ibility and scalability of MG-BSP and the DM-Sim simulator. other words, the simulator should ensure the programmability Particularly, we show that a 15-qubit density matrix simulation of the quantum gates while conserving execution efficiency. (i.e., the same scale as a 30-qubit state vector simulation) with Due to massive fine-grained parallelism, intensive double- 1 million arbitrary gates can be accomplished in 94 minutes precision compute, scarce memory bandwidth demand and ex- ( 5.6 ms/gate) on the NVIDIA DGX-2 system with 16 Volta haustive inter-processor communication, state-of-the-art multi- V100≈ GPUs, far deeper and quicker than has been demon- GPU HPC systems become the ideal platforms for density ma- strated before.
Recommended publications
  • Simulating Quantum Field Theory with a Quantum Computer
    Simulating quantum field theory with a quantum computer John Preskill Lattice 2018 28 July 2018 This talk has two parts (1) Near-term prospects for quantum computing. (2) Opportunities in quantum simulation of quantum field theory. Exascale digital computers will advance our knowledge of QCD, but some challenges will remain, especially concerning real-time evolution and properties of nuclear matter and quark-gluon plasma at nonzero temperature and chemical potential. Digital computers may never be able to address these (and other) problems; quantum computers will solve them eventually, though I’m not sure when. The physics payoff may still be far away, but today’s research can hasten the arrival of a new era in which quantum simulation fuels progress in fundamental physics. Frontiers of Physics short distance long distance complexity Higgs boson Large scale structure “More is different” Neutrino masses Cosmic microwave Many-body entanglement background Supersymmetry Phases of quantum Dark matter matter Quantum gravity Dark energy Quantum computing String theory Gravitational waves Quantum spacetime particle collision molecular chemistry entangled electrons A quantum computer can simulate efficiently any physical process that occurs in Nature. (Maybe. We don’t actually know for sure.) superconductor black hole early universe Two fundamental ideas (1) Quantum complexity Why we think quantum computing is powerful. (2) Quantum error correction Why we think quantum computing is scalable. A complete description of a typical quantum state of just 300 qubits requires more bits than the number of atoms in the visible universe. Why we think quantum computing is powerful We know examples of problems that can be solved efficiently by a quantum computer, where we believe the problems are hard for classical computers.
    [Show full text]
  • Quantum Computing: Principles and Applications
    Journal of International Technology and Information Management Volume 29 Issue 2 Article 3 2020 Quantum Computing: Principles and Applications Yoshito Kanamori University of Alaska Anchorage, [email protected] Seong-Moo Yoo University of Alabama in Huntsville, [email protected] Follow this and additional works at: https://scholarworks.lib.csusb.edu/jitim Part of the Communication Technology and New Media Commons, Computer and Systems Architecture Commons, Information Security Commons, Management Information Systems Commons, Science and Technology Studies Commons, Technology and Innovation Commons, and the Theory and Algorithms Commons Recommended Citation Kanamori, Yoshito and Yoo, Seong-Moo (2020) "Quantum Computing: Principles and Applications," Journal of International Technology and Information Management: Vol. 29 : Iss. 2 , Article 3. Available at: https://scholarworks.lib.csusb.edu/jitim/vol29/iss2/3 This Article is brought to you for free and open access by CSUSB ScholarWorks. It has been accepted for inclusion in Journal of International Technology and Information Management by an authorized editor of CSUSB ScholarWorks. For more information, please contact [email protected]. Journal of International Technology and Information Management Volume 29, Number 2 2020 Quantum Computing: Principles and Applications Yoshito Kanamori (University of Alaska Anchorage) Seong-Moo Yoo (University of Alabama in Huntsville) ABSTRACT The development of quantum computers over the past few years is one of the most significant advancements in the history of quantum computing. D-Wave quantum computer has been available for more than eight years. IBM has made its quantum computer accessible via its cloud service. Also, Microsoft, Google, Intel, and NASA have been heavily investing in the development of quantum computers and their applications.
    [Show full text]
  • A Scanning Transmon Qubit for Strong Coupling Circuit Quantum Electrodynamics
    ARTICLE Received 8 Mar 2013 | Accepted 10 May 2013 | Published 7 Jun 2013 DOI: 10.1038/ncomms2991 A scanning transmon qubit for strong coupling circuit quantum electrodynamics W. E. Shanks1, D. L. Underwood1 & A. A. Houck1 Like a quantum computer designed for a particular class of problems, a quantum simulator enables quantitative modelling of quantum systems that is computationally intractable with a classical computer. Superconducting circuits have recently been investigated as an alternative system in which microwave photons confined to a lattice of coupled resonators act as the particles under study, with qubits coupled to the resonators producing effective photon–photon interactions. Such a system promises insight into the non-equilibrium physics of interacting bosons, but new tools are needed to understand this complex behaviour. Here we demonstrate the operation of a scanning transmon qubit and propose its use as a local probe of photon number within a superconducting resonator lattice. We map the coupling strength of the qubit to a resonator on a separate chip and show that the system reaches the strong coupling regime over a wide scanning area. 1 Department of Electrical Engineering, Princeton University, Olden Street, Princeton 08550, New Jersey, USA. Correspondence and requests for materials should be addressed to W.E.S. (email: [email protected]). NATURE COMMUNICATIONS | 4:1991 | DOI: 10.1038/ncomms2991 | www.nature.com/naturecommunications 1 & 2013 Macmillan Publishers Limited. All rights reserved. ARTICLE NATURE COMMUNICATIONS | DOI: 10.1038/ncomms2991 ver the past decade, the study of quantum physics using In this work, we describe a scanning superconducting superconducting circuits has seen rapid advances in qubit and demonstrate its coupling to a superconducting CPWR Osample design and measurement techniques1–3.
    [Show full text]
  • Simulating Quantum Field Theory with a Quantum Computer
    Simulating quantum field theory with a quantum computer John Preskill Bethe Lecture, Cornell 12 April 2019 Frontiers of Physics short distance long distance complexity Higgs boson Large scale structure “More is different” Neutrino masses Cosmic microwave Many-body entanglement background Supersymmetry Phases of quantum Dark matter matter Quantum gravity Dark energy Quantum computing String theory Gravitational waves Quantum spacetime particle collision molecular chemistry entangled electrons A quantum computer can simulate efficiently any physical process that occurs in Nature. (Maybe. We don’t actually know for sure.) superconductor black hole early universe Opportunities in quantum simulation of quantum field theory Exascale digital computers will advance our knowledge of QCD, but some challenges will remain, especially concerning real-time evolution and properties of nuclear matter and quark-gluon plasma at nonzero temperature and chemical potential. Digital computers may never be able to address these (and other) problems; quantum computers will solve them eventually, though I’m not sure when. The physics payoff may still be far away, but today’s research can hasten the arrival of a new era in which quantum simulation fuels progress in fundamental physics. Collaborators: Stephen Jordan, Keith Lee, Hari Krovi arXiv: 1111.3633, 1112.4833, 1404.7115, 1703.00454, 1811.10085 Work in progress: Alex Buser, Junyu Liu, Burak Sahinoglu ??? Quantum Supremacy! Quantum computing in the NISQ Era The (noisy) 50-100 qubit quantum computer is coming soon. (NISQ = noisy intermediate-scale quantum .) NISQ devices cannot be simulated by brute force using the most powerful currently existing supercomputers. Noise limits the computational power of NISQ-era technology.
    [Show full text]
  • Quantum Simulation Using Photons
    Quantum Simulation Using Photons Philip Walther Faculty of Physics Enrico Fermi Summer School University of Vienna Varenna, Italy Austria 24-25 July 2016 Lecture I: Quantum Photonics Experimental Groups doing Quantum Computation & Simulation QuantumComputing@UniWien . Atoms (Harvard, MIT, MPQ, Hamburg,…) : single atoms in optical lattices transition superfluid → Mott insulator . Trapped Ions (Innsbruck, NIST, JQI Maryland, Ulm…): quantum magnets Dirac’s Zitterbewegung frustrated spin systems open quantum systems . NMR (Rio, SaoPaulo, Waterloo, MIT, Hefei,…): simulation of quantum dynamics ground state simulation of few (2-3) qubits . Superconducting Circuits (ETH, Yale, Santa Barbara,…): phase qudits for measuring Berry phase gate operations . Single Photons (Queensland, Rome, Bristol, Vienna,…) simulation of H2 potential (Nat.Chem 2, 106 (2009)) quantum random walks (PRL 104, 153602 (2010)) spin frustration Architecture race for quantum computers QuantumComputing@UniWien • UK: 270 M₤ • Netherlands: 135 M€ Why Photons ? QuantumComputing@UniWien . only weak interaction with environment (good coherence) . high-speed (c), low-loss transmission (‘flying qubits”) . good single-qubit control with standard optical components (waveplates, beamsplitters, mirrors,…) . feasible hardware requirements (no vaccuum etc.) . disadvantage: weak two-photon interactions (requires non-linear medium -> two-qubit gates are hard) Outlook of the Course QuantumComputing@UniWien (1) Quantum Photonics Concepts and Technology (2) Quantum Simulation (3) Photonic Quantum Simulation Examples . Analog Quantum Simulator . Digital Quantum Simulator . Intermediate Quantum Computation (4) Schemes based on superposition of gate orders Basic Elements in Photonic Quantum Computing and Quantum Simulation Literature Suggestion QuantumComputing@UniWien (1) Five Lectures on Optical Quantum Computing (P. Kok) http://arxiv.org/abs/0705.4193v1 (2007) (2) Linear optical quantum computing with photonic qubits Rev.
    [Show full text]
  • Arxiv:2103.11307V1 [Quant-Ph] 21 Mar 2021
    QuClassi: A Hybrid Deep Neural Network Architecture based on Quantum State Fidelity Samuel A. Stein1,4, Betis Baheri2, Daniel Chen3, Ying Mao1, Qiang Guan2, Ang Li4, Shuai Xu3, and Caiwen Ding5 1 Computer and Information Science Department, Fordham University, {sstein17, ymao41}@fordham.edu 2 Department of Computer Science, Kent State University, {bbaheri, qguan}@kent.edu 3 Computer and Data Sciences Department,Case Western Reserve University, {txc461, sxx214}@case.edu 4 Pacific Northwest National Laboratory (PNNL), Email: {samuel.stein, ang.li}@pnnl.gov 5 University of Connecticut, Email: [email protected] Abstract increasing size of data sets raises the discussion on the future of DL and its limitations [42]. In the past decade, remarkable progress has been achieved in In parallel with the breakthrough of DL in the past years, deep learning related systems and applications. In the post remarkable progress has been achieved in the field of quan- Moore’s Law era, however, the limit of semiconductor fab- tum computing. In 2019, Google demonstrated Quantum rication technology along with the increasing data size have Supremacy using a 53-qubit quantum computer, where it spent slowed down the development of learning algorithms. In par- 200 seconds to complete a random sampling task that would allel, the fast development of quantum computing has pushed cost 10,000 years on the largest classical computer [5]. Dur- it to the new ear. Google illustrates quantum supremacy by ing this time, quantum computing has become increasingly completing a specific task (random sampling problem), in 200 available to the public. IBM Q Experience, launched in 2016, seconds, which is impracticable for the largest classical com- offers quantum developers to experience the state-of-the-art puters.
    [Show full text]
  • Off-The-Shelf Components for Quantum Programming and Testing
    Off-the-shelf Components for Quantum Programming and Testing Cláudio Gomesa, Daniel Fortunatoc, João Paulo Fernandesa and Rui Abreub aCISUC — Departamento de Engenharia Informática da Universidade de Coimbra, Portugal bFaculty of Engineering of the University of Porto, Portugal cInstituto Superior Técnico, University of Lisbon, Portugal Abstract In this position paper, we argue that readily available components are much needed as central contribu- tions towards not only enlarging the community of quantum computer programmers, but also in order to increase their efficiency and effectiveness. We describe the work we intend to do towards providing such components, namely by developing and making available libraries of quantum algorithms and data structures, and libraries for testing quantum programs. We finally argue that Quantum Computer Programming is such an effervescent area that synchronization efforts and combined strategies within the community are demanded to shorten the time frame until quantum advantage is observed and can be explored in practice. Keywords Quantum Computing, Software Engineering, Reusable Components 1. Introduction There is a large body of compelling evidence that Computation as we have known and used for decades is under challenge. As new models for computation emerge, its limits are being pushed beyond what pragmatically had been seen in practice. In this line, Quantum Computing (QC) has received renewed worldwide attention. Having its foundations been thoroughly studied, mainly from the point of view of its physical implementation, their potential has, even if preliminarily, is currently being witnessed. A quantum computer can potentially solve various problems that a classical computer cannot solve efficiently; this is known as Quantum Supremacy.
    [Show full text]
  • Student User Experience with the IBM Qiskit Quantum Computing Interface
    Proceedings of Student-Faculty Research Day, CSIS, Pace University, May 4th, 2018 Student User Experience with the IBM QISKit Quantum Computing Interface Stephan Barabasi, James Barrera, Prashant Bhalani, Preeti Dalvi, Ryan Kimiecik, Avery Leider, John Mondrosch, Karl Peterson, Nimish Sawant, and Charles C. Tappert Seidenberg School of CSIS, Pace University, Pleasantville, New York Abstract - The field of quantum computing is rapidly Schrödinger [11]. Quantum mechanics states that the position expanding. As manufacturers and researchers grapple with the of a particle cannot be predicted with precision as it can be in limitations of classical silicon central processing units (CPUs), Newtonian mechanics. The only thing an observer could quantum computing sheds these limitations and promises a know about the position of a particle is the probability that it boom in computational power and efficiency. The quantum age will be at a certain position at a given time [11]. By the 1980’s will require many skilled engineers, mathematicians, physicists, developers, and technicians with an understanding of quantum several researchers including Feynman, Yuri Manin, and Paul principles and theory. There is currently a shortage of Benioff had begun researching computers that operate using professionals with a deep knowledge of computing and physics this concept. able to meet the demands of companies developing and The quantum bit or qubit is the basic unit of quantum researching quantum technology. This study provides a brief information. Classical computers operate on bits using history of quantum computing, an in-depth review of recent complex configurations of simple logic gates. A bit of literature and technologies, an overview of IBM’s QISKit for information has two states, on or off, and is represented with implementing quantum computing programs, and two a 0 or a 1.
    [Show full text]
  • Simulating Quantum Field Theory with A
    Simulating quantum field theory with a quantum computer PoS(LATTICE2018)024 John Preskill∗ Institute for Quantum Information and Matter Walter Burke Institute for Theoretical Physics California Institute of Technology, Pasadena CA 91125, USA E-mail: [email protected] Forthcoming exascale digital computers will further advance our knowledge of quantum chromo- dynamics, but formidable challenges will remain. In particular, Euclidean Monte Carlo methods are not well suited for studying real-time evolution in hadronic collisions, or the properties of hadronic matter at nonzero temperature and chemical potential. Digital computers may never be able to achieve accurate simulations of such phenomena in QCD and other strongly-coupled field theories; quantum computers will do so eventually, though I’m not sure when. Progress toward quantum simulation of quantum field theory will require the collaborative efforts of quantumists and field theorists, and though the physics payoff may still be far away, it’s worthwhile to get started now. Today’s research can hasten the arrival of a new era in which quantum simulation fuels rapid progress in fundamental physics. The 36th Annual International Symposium on Lattice Field Theory - LATTICE2018 22-28 July, 2018 Michigan State University, East Lansing, Michigan, USA. ∗Speaker. c Copyright owned by the author(s) under the terms of the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License (CC BY-NC-ND 4.0). https://pos.sissa.it/ Simulating quantum field theory with a quantum computer John Preskill 1. Introduction My talk at Lattice 2018 had two main parts. In the first part I commented on the near-term prospects for useful applications of quantum computing.
    [Show full text]
  • Spin Foam Vertex Amplitudes on Quantum Computer—Preliminary Results
    universe Article Spin Foam Vertex Amplitudes on Quantum Computer—Preliminary Results Jakub Mielczarek 1,2 1 CPT, Aix-Marseille Université, Université de Toulon, CNRS, F-13288 Marseille, France; [email protected] 2 Institute of Physics, Jagiellonian University, Łojasiewicza 11, 30-348 Cracow, Poland Received: 16 April 2019; Accepted: 24 July 2019; Published: 26 July 2019 Abstract: Vertex amplitudes are elementary contributions to the transition amplitudes in the spin foam models of quantum gravity. The purpose of this article is to make the first step towards computing vertex amplitudes with the use of quantum algorithms. In our studies we are focused on a vertex amplitude of 3+1 D gravity, associated with a pentagram spin network. Furthermore, all spin labels of the spin network are assumed to be equal j = 1/2, which is crucial for the introduction of the intertwiner qubits. A procedure of determining modulus squares of vertex amplitudes on universal quantum computers is proposed. Utility of the approach is tested with the use of: IBM’s ibmqx4 5-qubit quantum computer, simulator of quantum computer provided by the same company and QX quantum computer simulator. Finally, values of the vertex probability are determined employing both the QX and the IBM simulators with 20-qubit quantum register and compared with analytical predictions. Keywords: Spin networks; vertex amplitudes; quantum computing 1. Introduction The basic objective of theories of quantum gravity is to calculate transition amplitudes between configurations of the gravitational field. The most straightforward approach to the problem is provided by the Feynman’s path integral Z i (SG+Sf) hY f jYii = D[g]D[f]e } , (1) where SG and Sf are the gravitational and matter actions respectively.
    [Show full text]
  • Arxiv:2010.00046V2 [Hep-Ph] 13 Oct 2020
    IPPP/20/41 Towards a Quantum Computing Algorithm for Helicity Amplitudes and Parton Showers Khadeejah Bepari,a Sarah Malik,b Michael Spannowskya and Simon Williamsb aInstitute for Particle Physics Phenomenology, Department of Physics, Durham University, Durham DH1 3LE, U.K. bHigh Energy Physics Group, Blackett Laboratory, Imperial College, Prince Consort Road, London, SW7 2AZ, United Kingdom E-mail: [email protected], [email protected], [email protected], [email protected] Abstract: The interpretation of measurements of high-energy particle collisions relies heavily on the performance of full event generators. By far the largest amount of time to predict the kinematics of multi-particle final states is dedicated to the calculation of the hard process and the subsequent parton shower step. With the continuous improvement of quantum devices, dedicated algorithms are needed to exploit the potential quantum computers can provide. We propose general and extendable algorithms for quantum gate computers to facilitate calculations of helicity amplitudes and the parton shower process. The helicity amplitude calculation exploits the equivalence between spinors and qubits and the unique features of a quantum computer to compute the helicities of each particle in- volved simultaneously, thus fully utilising the quantum nature of the computation. This advantage over classical computers is further exploited by the simultaneous computation of s and t-channel amplitudes for a 2 2 process. The parton shower algorithm simulates ! collinear emission for a two-step, discrete parton shower. In contrast to classical imple- mentations, the quantum algorithm constructs a wavefunction with a superposition of all shower histories for the whole parton shower process, thus removing the need to explicitly keep track of individual shower histories.
    [Show full text]
  • Introduction to Quantum Programming
    Introduction to Quantum Programming Jaros law Miszczak IITiS PAN April 27, 2018 QIPLSIGML|Machine Learning meets Quantum Computation Introduction to Quantum Programming 1/40 Our goals Quantum programming Manipulation of quantum gates Programming QRAM High-level programming What next? Q? Introduction to Quantum Programming 2/40 I Introduce various approaches to quantum programming. I Write some code. Our goals I Understand the difference between quantum and classical programming. Introduction to Quantum Programming 3/40 I Write some code. Our goals I Understand the difference between quantum and classical programming. I Introduce various approaches to quantum programming. Introduction to Quantum Programming 3/40 Our goals I Understand the difference between quantum and classical programming. I Introduce various approaches to quantum programming. I Write some code. Introduction to Quantum Programming 3/40 Our goals I Understand the difference between quantum and classical programming. I Introduce various approaches to quantum programming. I Write some code. ( Talk is cheap. Show me the quantum code.) ≡ Introduction to Quantum Programming 3/40 Quantum programming Introduction to Quantum Programming 4/40 Quantum programming What is quantum programming? Quantum programming is a process that leads from an original formulation of a computing problem to executable quantum computer programs. Introduction to Quantum Programming 5/40 I The process of preparing programs for a quantum computer is especially attractive because it not only can be economically and scientifically rewarding, it can also be an aesthetic experience much like composing poetry or music. I Only the modern quantum computer has made quantum programming both challenging and relevant. Quantum programming What is quantum programming? I The only way to learn a new quantum programming language is by writing programs in it.
    [Show full text]