LeeQ is a Python package for orchestrating quantum computing experiments with easy-to-use syntax, with a specific focus on superconducting circuits-based quantum computing systems.
To use the Docker image, run the following command:
docker run -p 8888:8888 -p 8050:8050 -v /path/to/local/folder:/home/jovyan/work ghcr.io/shuxiangcao/leeq:latest
Then, open the browser and go to http://localhost:8888
to access the Jupyter notebook. The port 8050
is used for the
live plotting server. To mount the local folder, replace /path/to/local/folder
with the path to the local folder.
See the Quick Start Guide for a 10-minute guide to launch LeeQ. Or the One-hour full tutorial tutorial.
Notebook and configuration examples are prepared in the notebook folder.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
This project was developed by Shuxiang Cao at the University of Oxford Quantum Superconducting Circuits Research Group