Skip to main content

Showing 1–7 of 7 results for author: Zhang, E Z

Searching in archive cs. Search in all archives.
.
  1. arXiv:2402.09705  [pdf, other

    quant-ph cs.AR

    Linear Depth QFT over IBM Heavy-hex Architecture

    Authors: Xiangyu Gao, Yuwei **, Minghao Guo, Henry Chen, Eddy Z. Zhang

    Abstract: Compiling a given quantum algorithm into a target hardware architecture is a challenging optimization problem. The compiler must take into consideration the coupling graph of physical qubits and the gate operation dependencies. The existing noise in hardware architectures requires the compilation to use as few running cycles as possible. Existing approaches include using SAT solver or heuristics t… ▽ More

    Submitted 14 February, 2024; originally announced February 2024.

  2. arXiv:2207.05751  [pdf, other

    quant-ph cs.CL

    A Synergistic Compilation Workflow for Tackling Crosstalk in Quantum Machines

    Authors: Fei Hua, Yuwei **, Ang Li, Chenxu Liu, Meng Wang, Yanhao Chen, Chi Zhang, Ari Hayes, Samuel Stein, Minghao Guo, Yipeng Huang, Eddy Z. Zhang

    Abstract: Near-term quantum systems tend to be noisy. Crosstalk noise has been recognized as one of several major types of noises in superconducting Noisy Intermediate-Scale Quantum (NISQ) devices. Crosstalk arises from the concurrent execution of two-qubit gates on nearby qubits, such as \texttt{CX}. It might significantly raise the error rate of gates in comparison to running them individually. Crosstalk… ▽ More

    Submitted 8 December, 2023; v1 submitted 12 July, 2022; originally announced July 2022.

  3. arXiv:2011.13080  [pdf, other

    cs.CV math.NA

    Photoacoustic Reconstruction Using Sparsity in Curvelet Frame: Image versus Data Domain

    Authors: Bolin Pan, Simon R. Arridge, Felix Lucka, Ben T. Cox, Nam Huynh, Paul C. Beard, Edward Z. Zhang, Marta M. Betcke

    Abstract: Curvelet frame is of special significance for photoacoustic tomography (PAT) due to its sparsifying and microlocalisation properties. We derive a one-to-one map between wavefront directions in image and data spaces in PAT which suggests near equivalence between the recovery of the initial pressure and PAT data from compressed/subsampled measurements when assuming sparsity in Curvelet frame. As the… ▽ More

    Submitted 6 August, 2021; v1 submitted 25 November, 2020; originally announced November 2020.

    Comments: 06 August 2021 (Accepted Version)

  4. arXiv:2009.02346  [pdf, other

    cs.ET

    SlackQ : Approaching the Qubit Map** Problem with A Slack-aware Swap Insertion Scheme

    Authors: Chi Zhang, Yanhao Chen, Yuwei **, Wonsun Ahn, Youtao Zhang, Eddy Z. Zhang

    Abstract: The rapid progress of physical implementation of quantum computers paved the way for the design of tools to help users write quantum programs for any given quantum device. The physical constraints inherent in current NISQ architectures prevent most quantum algorithms from being directly executed on quantum devices. To enable two-qubit gates in the algorithm, existing works focus on inserting SWAP… ▽ More

    Submitted 4 September, 2020; originally announced September 2020.

  5. arXiv:2002.07289  [pdf, other

    cs.ET quant-ph

    A Depth-Aware Swap Insertion Scheme for the Qubit Map** Problem

    Authors: Chi Zhang, Yanhao Chen, Yuwei **, Wonsun Ahn, Youtao Zhang, Eddy Z. Zhang

    Abstract: The rapid progress of physical implementation of quantum computers paved the way of realising the design of tools to help users write quantum programs for any given quantum devices. The physical constraints inherent to the current NISQ architectures prevent most quantum algorithms from being directly executed on quantum devices. To enable two-qubit gates in the algorithm, existing works focus on i… ▽ More

    Submitted 17 February, 2020; originally announced February 2020.

  6. arXiv:1906.06504  [pdf, other

    cs.DC

    Accelerating Concurrent Heap on GPUs

    Authors: Yanhao Chen, Fei Hua, Chaozhang Huang, Jeremy Bierema, Chi Zhang, Eddy Z. Zhang

    Abstract: Priority queue, often implemented as a heap, is an abstract data type that has been used in many well-known applications like Dijkstra's shortest path algorithm, Prim's minimum spanning tree, Huffman encoding, and the branch-and-bound algorithm. However, it is challenging to exploit the parallelism of the heap on GPUs since the control divergence and memory irregularity must be taken into account.… ▽ More

    Submitted 15 June, 2019; originally announced June 2019.

  7. arXiv:1605.02043  [pdf, other

    cs.DC cs.PL

    A Graph-based Model for GPU Caching Problems

    Authors: Lingda Li, Ari B. Hayes, Stephen A. Hackler, Eddy Z. Zhang, Mario Szegedy, Shuaiwen Leon Song

    Abstract: Modeling data sharing in GPU programs is a challenging task because of the massive parallelism and complex data sharing patterns provided by GPU architectures. Better GPU caching efficiency can be achieved through careful task scheduling among different threads. Traditionally, in the field of parallel computing, graph partition models are used to model data communication and guide task scheduling.… ▽ More

    Submitted 6 May, 2016; originally announced May 2016.

    Comments: Currently under submission