IQM Client
Client-side Python library for connecting to an IQM quantum computer.
Includes as an optional feature Qiskit and Cirq adapters for IQM's quantum computers, which allow you to:
- Transpile arbitrary quantum circuits for IQM quantum architectures
- Simulate execution on IQM quantum architectures with IQM-specific noise models (currently only the Qiskit adapter contains IQM noise models)
- Run quantum circuits on an IQM quantum computer
Migration from legacy packages
If you have previously installed the (now obsolete) qiskit-iqm
or cirq-iqm packages in your Python environment, you should first
uninstall them:
uv pip uninstall qiskit-iqm cirq-iqm
Then reinstall iqm-client with the --force-reinstall option to ensure
a clean state:
uv pip install --force-reinstall "iqm-client[qiskit,cirq]"
Installation
Note: uv is highly recommended for practical Python environment and package management. The supported Python versions are
=3.11, <3.15.
uv pip install iqm-client
Optional extras
The following optional extras are available:
cirq: Cirq adapter for IQM quantum computersqiskit: Qiskit adapter for IQM quantum computersqrisp: Qrisp adapter for IQM quantum computers
All extras are inter-compatible and each adds more dependencies on top of the base install. To install all of them:
uv pip install "iqm-client[cirq,qiskit,qrisp]"
Reproducible installations
For reproducible installations, pinned dependency extras are available:
pin-iqm: pins inter-IQM package dependencies to exact co-released versions.pin-all: likepin-iqm, but additionally pins all transitive third-party dependencies.
These can be combined with other extras. The following combined extras are available:
cirq-pin-iqmqiskit-pin-iqmqrisp-pin-iqmcirq-pin-allqiskit-pin-allqrisp-pin-all
For example:
uv pip install "iqm-client[cirq-pin-all]"
All extras are inter-compatible, so you can combine multiple extras with pinning as needed.
Note: This package was tested at release time for clean installation with
uv 0.11.20andpip 25.1.1. Other versions are likely to work but are not verified per release.
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 iqm_client-35.0.0.tar.gz.
File metadata
- Download URL: iqm_client-35.0.0.tar.gz
- Upload date:
- Size: 197.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
14621243c2e40e3b7a21ade6c139f3421fe31f93f116d56f715946c594e7ec53
|
|
| MD5 |
90bf2ba8e2315a5506745b3b26905b2a
|
|
| BLAKE2b-256 |
a214cd7533ee4122cabccecc768e4a9ca788b76b5765c1b71b80c47eec98d25d
|
File details
Details for the file iqm_client-35.0.0-py3-none-any.whl.
File metadata
- Download URL: iqm_client-35.0.0-py3-none-any.whl
- Upload date:
- Size: 251.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
92925d0975e6a4954a11932d141e9c4cc5127a0c9bf1b9446536efe8fcee2c95
|
|
| MD5 |
d1f985965d5c7b4510f20e1ba76aab02
|
|
| BLAKE2b-256 |
465a519b3716c68d5db775837b5fd2b9e51a075d96752193c10b63981971b82e
|