Bulletin of the American Physical Society
2024 APS March Meeting
Monday–Friday, March 4–8, 2024; Minneapolis & Virtual
Session G52: Quantum Circuit Compilation and SynthesisFocus Session
|
Hide Abstracts |
Sponsoring Units: DQI Chair: Alexandru Paler, Aalto University Room: 201AB |
Tuesday, March 5, 2024 11:30AM - 11:42AM |
G52.00001: Oral: Optimizing Quantum Circuits Consisting of Millions of Gates Ioana Moflic, Alexandru Paler
|
Tuesday, March 5, 2024 11:42AM - 11:54AM |
G52.00002: Synthesizing Quantum-Circuit Optimizers Amanda Xu, Abtin Molavi, Lauren Pick, Swamit Tannu, Aws Albarghouthi Near-term quantum computers are expected to work in an environment where each operation is noisy, with no error correction. Therefore, quantum-circuit optimizers are applied to minimize the number of noisy operations. Today, physicists are constantly experimenting with novel devices and architectures. For every new physical substrate and for every modification of a quantum computer, we need to modify or rewrite major pieces of the optimizer to run successful experiments. Prior work uses manually derived or domain specific optimizations, which require experts to discover and verify. This work presents QUESO, an efficient approach for automatically synthesizing a quantum-circuit optimizer for a given quantum device. For instance, in 1.2 minutes, QUESO can synthesize an optimizer with high-probability correctness guarantees for IBM computers that significantly outperforms leading compilers, such as IBM's Qiskit and TKET, on the majority (85%) of the circuits in a diverse benchmark suite. |
Tuesday, March 5, 2024 11:54AM - 12:06PM |
G52.00003: Choosing an Optimal Pass Set for Quantum Transpilation Siddharth Dangwal, Gokul Subramanian Ravi, Lennart Maximilian Seifert, Frederic T Chong In order to increase the fidelity of quantum programs running on NISQ devices, a variety of optimizations have been proposed. These optimizations are usually incorporated into a quantum transpiler as passes. Popular transpilers such as IBM Qiskit, and Google Cirq make use of these extensively. |
Tuesday, March 5, 2024 12:06PM - 12:18PM |
G52.00004: Abstract Withdrawn
|
Tuesday, March 5, 2024 12:18PM - 12:30PM |
G52.00005: Qubit Mapping and Routing via MaxSAT Abtin Molavi, Amanda Xu, Martin Diges, Lauren Pick, Swamit Tannu, Aws Albarghouthi Near-term quantum computers will operate in a noisy environment, without error correction. A critical problem for near-term quantum computing is laying out a logical circuit onto a physical device with limited connectivity between qubits. This is known as qubit mapping and routing (QMR), an intractable combinatorial problem. It is important to solve QMR as optimally as possible to reduce the amount of added noise, which may render a quantum computation useless. In this work, we develop a novel approach for optimally solving the QMR problem via a reduction to the maximum satisfiability problem (MAXSAT). Additionally, we present two novel relaxation ideas that shrink the size of the MAXSAT constraints by exploiting the structure of a quantum circuit. The first relaxation slices the circuit horizontally into a number of consecutive subcircuits and solves a set of smaller MAXSAT problems for each of them. The second relaxation allows for efficient mapping of cyclic circuits, like in quantum approximate optimization algorithms (QAOA). Cyclic circuits are those where the same subcircuit is repeated more than once. Instead of generating one large set of constraints for the entire circuit, we solve a special set of MAXSAT constraints only for the repeated subcircuit in isolation, and then stitch the subcircuits back together to generate a mapping for the entire circuit. Our thorough empirical evaluation demonstrates (1) the scalability of our approach compared to state-of-the-art optimal QMR techniques, (2) the significant cost reduction compared to state-of-the-art heuristic approaches, and (3) the power of our proposed constraint relaxations. |
Tuesday, March 5, 2024 12:30PM - 12:42PM |
G52.00006: Multi-mode Cavity Centric Architectures for Quantum Simulation Samuel A Stein, Fei Hua, Chenxu Liu, Charles Guinn, James Ang, Eddy Z Zhang, Srivatsan Chakram, Yufei Ding, Ang Li Quantum Simulation is an algorithm of interest, however current devices are yet to surpass classical techniques. For problems of interest, large degrees of entanglement are required. Another challenge is that qubits sit idle whilst alternating terms are implemented. 2D planar superconducting are hindered by their nearest neighbor topology and short lifespan. One technology of interest is the multi-mode superconducting resonator. We observe that these cavities have a natural topology that aligns well with quantum simulation, and exhibit longer lifespans in comparison to other superconducting hardware. We discuss the integration of these devices and their implications to quantum simulation. We report the development of a transpiler for quantum simulation, leading to reductions of up to 82% in circuit depths. Additionally, our investigation demonstrates improvements of up to 19.4% in results from Variational Quantum Algorithms. |
Tuesday, March 5, 2024 12:42PM - 1:18PM |
G52.00007: Efficient quantum gate decomposition via adaptive circuit compression Invited Speaker: Zoltan Zimboras We report on a novel quantum gate approximation algorithm based on the application of parametric two-qubit gates in the synthesis process. The utilization of these parametric two-qubit gates in the circuit design allows us to transform the discrete combinatorial problem of circuit synthesis into an optimization problem over continuous variables. The circuit is then compressed by a sequential removal of two-qubit gates from the design, while the remaining building blocks are continuously adapted to the reduced gate structure by iterated learning cycles. We implemented the developed algorithm in the SQUANDER software package and benchmarked it against several state-of-the-art quantum gate synthesis tools. Our numerical experiments revealed outstanding circuit compression capabilities of our compilation algorithm providing the most optimal gate count in the majority of the addressed quantum circuits. |
Tuesday, March 5, 2024 1:18PM - 1:30PM |
G52.00008: QFactor: A Domain-Specific Optimizer for Quantum Circuit Instantiation Ed Younis, Alon Kukliansky, Lukasz Cincio, Costin C Iancu We introduce a domain-specific algorithm for numerical optimization operations used by quantum circuit instantiation, synthesis, and compilation methods. QFactor uses a tensor network formulation together with analytic methods and an iterative local optimization algorithm to reduce the number of problem parameters. Besides tailoring the optimization process, the formulation is amenable to portable parallelization across CPU and GPU architectures, which is usually challenging in general purpose optimizers (GPO). Compared with several GPOs, our algorithm achieves exponential memory and performance savings with similar optimization success rates. While GPOs can handle directly circuits of up to six qubits, QFactor can process circuits with more than 12 qubits. Within the BQSKit optimization framework, we enable optimizations of 100+ qubit circuits using gate deletion algorithms to scale out linearly with the hardware resources allocated for compilation in GPU environments. |
Tuesday, March 5, 2024 1:30PM - 1:42PM |
G52.00009: Introducing Hardware Awareness to PCOAST Synthesis Albert T Schmitz The Pauli-based Circuit Optimization Analysis and Synthesis Toolchain (PCOAST) was recently introduced as a method for the optimization of quantum circuits and implemented as the primary optimization method in the Intel® Quantum Software Development Kit. Though PCOAST includes optimizations on the PCOAST graph representation, the highly efficient outcomes are primarily due to the PCOAST circuit synthesis of the graph. However, PCOAST synthesis as originally introduced is agnostic to hardware constraints such as limited connectivity or faulty gates. In this talk, we discuss the extension of PCOAST synthesis to include constraints by extending the definitions of the synthesis search functions. We adapt common graph-based data structures to choose among the limited set of two-qubit gates when they are generated. This avoids costly SWAPs by leveraging a better realization of arbitrary Pauli operator nodes in the context of the whole circuit as well as the hardware. We also argue that the algorithmic complexity of hardware awareness is on par with PCOAST synthesis without it. |
Tuesday, March 5, 2024 1:42PM - 1:54PM |
G52.00010: Routing quantum circuits with AlphaZero deep exploration (Part 1/2) Marvin Richter, David P Fitzek, Mats Granath, Anton Frisk Kockum Compiling a quantum circuit for specific quantum hardware is a challenging problem, since current quantum processing units (QPUs) generally have low connectivity between physical qubits and limited coherence time. To make optimal use of these constrained resources and to ensure that the quantum circuit is executable on the target QPU, a circuit-transformation process with low depth overhead is essential. Due to the large search space for such circuit transformations, coupled with a high branching factor, the majority of existing algorithms tend to conduct only superficial searches, often resulting in solutions that are at best locally optimal. We propose an AlphaZero-inspired algorithm for systematically averting this limitation. |
Tuesday, March 5, 2024 1:54PM - 2:06PM |
G52.00011: Routing quantum circuits with AlphaZero deep exploration (Part 2/2) David P Fitzek, Marvin Richter, Mats Granath, Anton Frisk Kockum Compiling a quantum circuit for specific quantum hardware is a challenging problem, since current quantum processing units (QPUs) generally have low connectivity between physical qubits and limited coherence time. To make optimal use of these constrained resources and to ensure that the quantum circuit is executable on the target QPU, a circuit-transformation process with low depth overhead is essential. Due to the large search space for such circuit transformations, coupled with a high branching factor, the majority of existing algorithms tend to conduct only superficial searches, often resulting in solutions that are at best locally optimal. We propose an AlphaZero-inspired algorithm for systematically averting this limitation. |
Tuesday, March 5, 2024 2:06PM - 2:18PM |
G52.00012: Model-Based Reinforcement Learning for Quantum Circuit Synthesis Mathias T Weiden, Ed Younis, John D Kubiatowicz, Costin C Iancu Quantum circuit synthesis is a compilation primitive that constructs implementations of algorithms based on functional descriptions. These tools can discover new implementations of algorithms and are powerful circuit optimizers. The run time required to synthesize quantum circuits grows exponentially with the number of qubits. Much of this run time is used to search for parameterized circuit templates or ansatzes that define the structure of the synthesized circuit. Past work has shown how Machine Learning (ML) can be used to accelerate this process by providing seed circuits from which to start synthesis. This work addresses scalability issues present in this previous work. Instead of enumerating possible output circuits, this work demonstrates how techniques in generative ML can be used to produce seed circuit templates. |
Follow Us |
Engage
Become an APS Member |
My APS
Renew Membership |
Information for |
About APSThe American Physical Society (APS) is a non-profit membership organization working to advance the knowledge of physics. |
© 2025 American Physical Society
| All rights reserved | Terms of Use
| Contact Us
Headquarters
1 Physics Ellipse, College Park, MD 20740-3844
(301) 209-3200
Editorial Office
100 Motor Pkwy, Suite 110, Hauppauge, NY 11788
(631) 591-4000
Office of Public Affairs
529 14th St NW, Suite 1050, Washington, D.C. 20045-2001
(202) 662-8700