Skip to content

choi95/awesome-quantum-compilers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 

Repository files navigation

Awesome-quantum-compilers

Must read research papers and useful links on quantum compiler. This repo was created voluntarily for me and the research community.

This repo is still in the process of being edited (In the future, I plan to add a GitHub repo corresponding to each paper)

Contents

  • paper
    • Survey
    • Unified Compilation Framework for Quantum Control
    • Quantum Intermediate Representation
    • Program Representation
    • Instruction scheduling
    • Quantum Program Optimization
    • Quantum ISA
    • Qubit mapping, Qubit allocation
    • Distributed Quantum Computing
  • Books
  • Software
  • Benchmarks and Datasets
  • Conferences
  • Journals

Papers

Survey

  • Quantum Compiling - Marco Maronese, Lorenzo Moro, Lorenzo Rocutto, Enrico Prati, 2021



Unified Compilation Framework for Quantum Control



Quantum Intermediate Representation



Program Representation



Instruction scheduling



Quantum Program Optimization



Quantum ISA



Qubit mapping, Qubit allocation



Distributed Quantum Computing



Software

C++

  • QCOR - C++ language extension and associated compiler implementation for hybrid quantum-classical programming.
  • ScaffCC - Compilation, analysis and optimization framework for the Scaffold quantum programming language.
  • tweedledum - C++17 library for analysis, compilation/synthesis, and optimization of quantum circuits.

Mathematica

  • UniversalQCompiler - Synthesis of isometries (including unitaries and state preparation), channels and POVMs.

Julia

  • QuantumCircuitOpt.jl - Julia package for provably optimal decompositions and compilations of quantum circuits

Python

  • Arline Benchmarks - Automated benchmarking platform for quantum compilers, quantum hardware and quantum algorithms.
  • BQSKit - Berkeley Quantum Synthesis Toolkit is an optimizing quantum compiler and related tool-set.
  • Mitiq - Cross-platform, error-mitigating quantum compiler from Unitary Fund.
  • NchooseK - Constraint-programming system that compiles to both circuit-model quantum computers and quantum annealers.
  • PyZX - Python library for quantum circuit rewriting and optimisation using the ZX-calculus.
  • QEDA - Quantum electronic design automation software for optical circuits using QASM.
  • QGL2 Compiler - Language compiler for imperative Quantum Gate Language (QGL).
  • Qiskit Terra - Python library for quantum circuit rewriting and optimization (supported by IBM).
  • Qubiter - Quantum compiler with Python wrapper for LAPACK's CS Decomposition to build a binary tree of matrices.
  • SAT Circuits Engine - Qiskit-based high-level quantum circuits synthesis engine for n-SAT problems.

Common Lisp

  • quilc - Rigetti's optimizing Quil compiler.

Books

Conference

  • HPCA, ASPLOS, ISCA, MICRO, ICCAD, DAC, CC
  • QCE(Quantum Computing and Engineering)
  • CF(Computing Frontiers)

Journal

  • IEEE Transactions on Quantum Engineering
  • Quantum Information & Computation
  • Quantum Science and Technology
  • ACM on Programming Languages
  • Journal of Mathematical Physic
  • Quantum Information and Computation
  • IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems
  • ACM Transactions on Quantum Computing
  • Computing Research Repository(CoRR)
  • Nature npj Quantum Information
  • Transactions on Computer-Aided Design of Integrated Circuits and Systems
  • OOPSLA