Skip to content

QoolQit is a Python library for algorithm development in the Rydberg Analog Model.

Installation

QoolQit can be installed from PyPi with pip/pipx/uv as follows

pip install qoolqit
pipx install qoolqit
uv pip install qoolqit

Install from source

If you wish to install directly from the source, for example, if you are developing code for QoolQit, you can:

1) Clone the QoolQit GitHub repository

git clone https://github.com/pasqal-io/qoolqit.git

2) Setup an environment for developing. We recommend using Hatch. From your qoolqit folder run

hatch shell

If you wish to use a different environment manager like conda or venv, activate your environment and run

pip install -e .

Using any pyproject-compatible Python manager

For usage within a project with a corresponding pyproject.toml file, you can add

  "qoolqit"

to the list of dependencies.