Solving Satisfiability Problem by Quantum Annealing

Solving Satisfiability Problem by Quantum Annealing

UNIVERSITY OF CALIFORNIA Los Angeles Towards Quantum Computing: Solving Satisfiability Problem by Quantum Annealing A dissertation submitted in partial satisfaction of the requirements for the degree Doctor of Philosophy in Electrical Engineering by Juexiao Su 2018 c Copyright by Juexiao Su 2018 ABSTRACT OF THE DISSERTATION Towards Quantum Computing: Solving Satisfiability Problem by Quantum Annealing by Juexiao Su Doctor of Philosophy in Electrical Engineering University of California, Los Angeles, 2018 Professor Lei He, Chair To date, conventional computers have never been able to efficiently handle certain tasks, where the number of computation steps is likely to blow up as the problem size increases. As an emerging technology and new computing paradigm, quantum computing has a great potential to tackle those hard tasks efficiently. Among all the existing quantum computation models, quantum annealing has drawn significant attention in recent years due to the real- ization of the commercialized quantum annealer, sparking research interests in developing applications to solve problems that are intractable for classical computers. However, designing and implementing algorithms that manage to harness the enormous computation power from quantum annealer remains a challenging task. Generally, it requires mapping of the given optimization problem into quadratic unconstrained binary optimiza- tion(QUBO) problem and embedding the subsequent QUBO onto the physical architecture of quantum annealer. Additionally, practical quantum annealers are susceptible to errors leading to low probability of the correct solution. In this study, we focus on solving Boolean satisfiability (SAT) problem using quantum annealer while addressing practical limitations. We have proposed a mapping technique that maps SAT problem to QUBO, and we have further devised a tool flow that embeds the QUBO onto the architecture of a quantum annealing device. Additionally, We have optimized the proposed embedding flow to reduce run-time in addition to shortening the ii qubit chain length, leading to robust quantum annealing. To further improve the reliability of quantum annealing, we have also developed a post processing embedding technique that enlarges the energy gap between ground state and the first excited state. To demonstrate the effectiveness of proposed methods, we have conducted experiments on real quantum annealing devices manufactured by D-Wave Systems, showing compelling result of using quantum annealer to solve SAT problem. iii The dissertation of Juexiao Su is approved. Todd D. Millstein Sudhakar Pamarti Puneet Gupta Lei He, Committee Chair University of California, Los Angeles 2018 iv I dedicate my PhD dissertation to my wife, my son and my parents. v TABLE OF CONTENTS 1 Introduction :::::::::::::::::::::::::::::::::::::: 1 1.1 Quantum Annealing . 1 1.2 D-Wave Quantum Annealer . 2 1.3 Thesis Outline . 3 2 SAT Problem and Quantum Annealing ::::::::::::::::::::: 4 2.1 Chapter Introduction . 4 2.2 Ising Model and QUBO . 5 2.3 Ising Model for Boolean Function . 5 2.3.1 Gate Ising Model . 6 2.3.2 Chain Ising Model . 8 2.4 Boolean Satisfiability . 9 3 Embedding :::::::::::::::::::::::::::::::::::::: 12 3.1 Chapter Introduction . 12 3.2 D-Wave Architecture . 13 3.3 Local Embedding . 14 3.4 Placement . 15 3.5 Routing . 17 3.5.1 Routing Graph . 17 3.5.2 Routing Algorithm . 18 3.5.3 Routing Tune-up . 19 3.6 Configuration . 20 3.7 Experiments . 20 vi 3.8 Conclusions . 24 4 Fast Embedding with Chain Length Optimization :::::::::::::: 25 4.1 Chapter Introduction . 25 4.2 Challenges in Embedding . 26 4.3 Embedding Flow . 26 4.3.1 Placement Improvements . 27 4.3.2 Chain Routing . 29 4.3.3 Rip-up and Reroute . 32 4.4 Experiments . 33 4.4.1 C100 Chimera . 34 4.4.2 Ground State Probability Improvement . 35 4.5 Conclusions . 36 5 Post Embedding Optimization :::::::::::::::::::::::::: 37 5.1 Chapter Introduction . 37 5.2 Improving Ground State Probability . 38 5.2.1 Auxiliary Qubit . 39 5.2.2 MIQCP Formulation . 41 5.2.3 Post Processing Embedding Optimization . 43 5.2.4 Variable Elimination . 46 5.2.5 Annealing between Gate and Interconnect . 47 5.3 Tool Flow and Testing Harness . 48 5.4 Experiments . 50 5.4.1 Test Case . 50 5.4.2 Ground State Probability . 50 vii 5.4.3 Discussion . 53 5.5 Conclusions . 54 6 Summary ::::::::::::::::::::::::::::::::::::::: 58 References ::::::::::::::::::::::::::::::::::::::::: 59 viii LIST OF FIGURES 2.1 This is an example showing the conversion of gate network to Ising model. 9 (a) Gate network . 9 (b) Two Ising gates . 9 (c) Connected Ising gates . 9 (d) Ising model with forced output . 9 3.1 D-Wave Chimera Graph with 2 × 4 cells . 13 3.2 Cell with Logic Qubits . 14 3.3 Routing Graphs of Used and Unused Cell . 17 3.4 Partial Routing Graph of 4 Cells . 18 3.5 The Configuration of a Majority Voter . 21 3.6 Utilization Rate on 12 x 12 Cells . 22 3.7 Runtime for 12 x 12 Cells . 22 4.1 Routing Supply Update . 28 4.2 Winner Tree Chain Size Update . 29 4.3 The Shortest Path . 31 4.4 Chain Size Prediction . 32 4.5 Rip-up and Reroute Flow . 33 5.1 Auxiliary Qubit in Embedding . 40 (a) without auxiliary qubit . 40 (b) with auxiliary qubit . 40 5.2 AND gate with unused qubits . 44 5.3 Chain Embedding on Chimera Graph . 45 ix 5.4 Embedding Pattern for Inter-cell Coupler . 47 5.5 Variable Elimination for Inter-Cell Chain . 48 5.6 Tool Flow . 49 5.7 Ground State Probability w/o Post-processing . 52 5.8 Ground State Probability Post w/ Post-processing . 53 5.9 Ground State Probability Improvement . 54 5.10 Ising Gate Success Rate w/o Post-processing . 55 5.11 Ising Gate Success Rate w/ Post-processing . 56 5.12 Chain Success Rate w/o Post-processing . 56 5.13 Chain Success Rate w/ Post-processing . 57 x LIST OF TABLES 2.1 Energy Landscape for NAND Ising Model . 7 2.2 Basic Ising Primitives . 8 3.1 Experiments on Architecture with 100 x 100 Cells . 23 4.1 Embedding Experiment on D-Wave 2X . 34 4.2 Placement Experiments on Architecture with 100 x 100 Cells . 35 4.3 Routing Experiments on Architecture with 100 x 100 Cells . 36 5.1 Energy Landscape for Two-qubit Chain . 40 5.2 Energy Landscape with Auxiliary Qubit . 41 5.3 Truth Table for 2-Input Gate . 42 5.4 Test Case Resource Utilization . 51 xi ACKNOWLEDGMENTS I would like to express my gratitude to my advisor, Prof. Lei He, for his guidance and support in my research and career development. I would like to thank Prof. Puneet Gupta, Prof. Sudhakar Pamarti, and Prof. Todd D. Millstein for their support, guidance, patience, and many valuable comments that improved the contents of this dissertation. My thanks also go to Dr. Aidan Roy, for his insightful comments and encouragement, as well as for the great help which enables me to conduct experiments on a real quantum annealer. I am also grateful to my fellow PhD students, Ju-Yueh Lee, Tianheng Tu, Min Gao, Yunxuan Yu, Wei Wu, Xiao Shi for their help, comments, and stimulating discussions we have had in the last five years. Last but not the least, I would like to thank my family: my parents, my mother-in-law, and my father-in-law for their support and encouragement. I would also like to thank my son James Su, who has inspired me with his love. At the end, I would like to express appreciation to my beloved wife Dr. Xiaowen Xu, for her determination and constant encouragement. xii VITA 2007-2011 Bachelor of Engineering, School of Astronautics, Beihang University, Bei- jing, China. 2011{2013 Master of Science, Mechanical and Aerospace Engineering Department, University of California, Los Angeles, California PUBLICATIONS J. Su and L. He, Fast Embedding of Constrained Satisfaction Problem to Quantum Annealer with Minimizing Chain Length, in Proceedings of the 54th Annual Design Automation Con- ference 2017, New York, NY, USA, 2017, p. 77:177:6. J. Su, J. Y. Lee, C. Wu, and L. He, In-place LUT polarity inVersion to mitigate soft errors for FPGAs, in 2016 IEEE International Symposium on Defect and Fault Tolerance in VLSI and Nanotechnology Systems (DFT), 2016, pp. 8186. J. Su, T. Tu, and L. He, A Quantum Annealing Approach for Boolean Satisfiability Problem, in Proceedings of the 53rd Annual Design Automation Conference, New York, NY, USA, 2016, p. 148:1148:6. J. Y. Lee et al., Heterogeneous configuration memory scrubbing for soft error mitigation in FPGAs, in 2012 International Conference on Field-Programmable Technology (FPT), 2012, pp. 2328..

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    78 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us