Package library with utility functions and demonstration notebooks especially suited for the superconducting hardware backends of the cloud quantum computing platform Quantum Inspire.
Project description
QuantumInspireUtilities
This repository contains utility functions and demonstration notebooks that supplement the Quantum Inspire 2.0 Python SDK, tailored for the superconducting backends of the platform, hosted in the DiCarlo lab in QuTech.
It is primarily intended for researchers, students, and developers who use Quantum Inspire’s superconducting backends and want reusable utilities and worked examples beyond the core SDK.
Useful links relating to our superconducting backends:
- Tuna Backends Operational Specifics
- Backend Performance Dashboards [live updates]
- Join our Slack community!
1. Installation instructions
1.1. Beginner-friendly installation
Note: this installation method is typically not recommended, but is nevertheless suggested due to its relative simplicity. In principle it avoids installing and using pipx, which some users have experienced difficulties in doing so.
- Install Anaconda or Miniconda (lightweight version of Anaconda) in your computer
- Open Anaconda Prompt (or Terminal in UNIX)
- Run the following commands
- conda create -n quantuminspire python=3.12 (creates a new conda environment)
- conda activate quantuminspire (activates the environment)
- pip install quantuminspire
- pip install qi-utilities (installs this repository)
- pip install jupyterlab
- pip install notebook
Installing quantuminspire within the conda environment restricts the command 'qi login' to be recognized and used only within the created environment.
1.2. Advanced installation (recommended)
- Install pipx (used when installing quantuminspire package)
- Install quantuminspire repository (used for login)
- Install Anaconda or Miniconda (lightweight version of Anaconda) in your computer
- Open Anaconda Prompt (or Terminal in UNIX)
- Run the following commands
- conda create -n quantuminspire python=3.12 (creates a new conda environment)
- conda activate quantuminspire (activates the environment)
- pip install qi-utilities (installs this repository)
- pip install jupyterlab
- pip install notebook
Note: in order to run the method backend.coupling_map.draw(), you will need to install Graphviz in your computer. Make sure during installation to add Graphviz to the system PATH, so that your Python environment can recognize it.
2. Cloning and installing from source
In order to install this repository from source, you will need a GitHub account to be able to pull the project. For new users, we recommend downloading GitHub Desktop, and then cloning the repository by using the link https://github.com/DiCarloLab-Delft/QuantumInspireUtilities.git.
After creating a working Python environment (see instructions above), open Anaconda Prompt to activate the environment, navigate to the repository directory, and use the following pip command to install,
python -m pip install -e .
The '-e' flag makes the package configurable.
In order to create your first quantum circuit using the Quantum Inspire SDK, visit https://qutech-delft.github.io/qiskit-quantuminspire/getting_started/submitting.html.
3. TODOs
[2026-01-20] Current list of targeted upcoming new features:
- Create utility functions and a demonstration notebook guide on variational quantum algorithms.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file qi_utilities-0.2.1.tar.gz.
File metadata
- Download URL: qi_utilities-0.2.1.tar.gz
- Upload date:
- Size: 20.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2bed8852930886a972565eb21c8ea28ada076554448cb08ae611507b49d064c6
|
|
| MD5 |
1d9e6969587bb5189fc090d220c40148
|
|
| BLAKE2b-256 |
c3536a7dbc0ab9bdfbef50a5aa5ac3d1d11a7ef8da1465a4ed59c3378d2fcde5
|
File details
Details for the file qi_utilities-0.2.1-py3-none-any.whl.
File metadata
- Download URL: qi_utilities-0.2.1-py3-none-any.whl
- Upload date:
- Size: 23.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d438442fb35444196f6141234dccad184be58883909b7d250a8c4c4248ee18df
|
|
| MD5 |
352785865d662e3062b3f8e951137522
|
|
| BLAKE2b-256 |
6d0853fd663d60b3d6f70fcacd3bdec4d8d62eb3297ddea506881339a7db8e11
|