Be among the first to explore QoolQit, Pasqal's new open-source, hardware-agnostic Python framework for quantum programming. QoolQit lets you focus on designing quantum experiments while abstracting away the complexities of the underlying hardware.
Over the course of 3 weeks, you'll follow a guided learning journey designed to take you from zero experience with QoolQit to running your first quantum experiment with it.
What to expect
📅 A new exercise released every week
🧑💻 Hands-on learning through practical examples
💡 Solutions shared the following week so you can review your work
📝 An opportunity to provide feedback that will help shape future QoolQit releases
As a participant, you'll also receive
- 🎤 Recognition during the official QoolQit launch webinar
- ☁️ Complimentary Pasqal Cloud emulation credits upon completion
First, create and activate a virtual environment, then install the package. Examples below use pip and uv, but feel free to use your favorite package manager instead.
With pip:
python -m venv .venv
source .venv/bin/activate
pip install .With uv:
uv venv
source .venv/bin/activate
uv pip install .This installs QoolQit 1.4 and Jupyter so you can run the exercise notebooks with jupyter lab or jupyter notebook.