Quantum computing home page

This page provides a comprehensive summary of the things I have done in the field of quantum computing. It excludes the sub-field of quantum error-correction which has its own page.

Projects

An exhaustive list of my quantum computing related projects, in approximate chronological order.

YearProjectDescription
2018quantum-toolsMy very first quantum-related library.
Endianness management, implementation of various gates (QFT, add, optimised rotation, QPE, trivial HHL).
2018qasm2imageMy attempt at visualising quantum circuits when the existing frameworks were limited to circuits with less than 50-ish gates.
2018quantum-hhl-4x4Implementation of the HHL algorithm for a very specific 4 by 4 matrix done during my Master’s thesis.
2018qtoolkitImplementation of the Solovay-Kitaev algorithm and of the Group Leader Optimisation Algorithm (GLOA).
2019QatHSFirst entire implementation of a 1D wave equation solver using quantum algorithms, including oracles and a generic Hamiltonian Simulation implementation based on Trotter decomposition.
2019qprofQuantum program profiler that outputs results in a gprof-compatible format. Used to substantially optimise the implementation of a 1D wave equation solver.
2021qddImplementation of several dynamical decoupling (DD) sequences with Qiskit. Used to explore the improvements of DD on IBM hardware.
2021qcwQuantum Circuit Wrapper, generic interfaces to wrap quantum circuits from multiple frameworks (Qiskit, myQLM, OpenQASM, …).
2022aqcA package that we developed with a colleague for QHack 2022 that performs asynchronous circuit execution for variational quantum algorithms.
2022sqmapSingle Qubit state visualisation with matplotlib. This library has been developed in my internship at LANL to visualise the results from sqt.
2022sqtSingle Qubit state tomography. Implementation of several tomography methods for single-qubit state characterisation.

Research papers

YearPaperDescription
2020A Hardware-Aware Heuristic for the Qubit Mapping Problem in the NISQ EraImproving SABRE mapping algorithm to include hardware calibrations.
2020Quantum circuit design methodology for multiple linear regressionApplication of the code in quantum-hhl-4x4.
2021Practical quantum computing: Solving the wave equation using a quantum approachFirst 1D wave equation solver implemented using quantum computing. Involved both QatHS and qprof projects.
2022Qprof: A gprof-inspired quantum profilerImplementation of a profiler for quantum computing routines. Describes the qprof project.
2022Vector field visualization of single-qubit state tomographyResearch paper about my summer internship at the Los Alamos National Laboratory in 2021.
2023Single-qubit cross platform comparison of quantum computing hardwareSmall research paper about the results obtained from the sqt and sqmap projects.