Skip to main content

IQM Pulla

Pulla (pulse-level access) is a client-side Python library which enables the generation and execution of pulse-level jobs on an IQM quantum computer. Within the existing IQM QCCSW stack, Pulla is somewhere between circuit-level execution and EXA experiments.

An interactive user guide is available as a Jupyter notebook in the docs folder.

Testing

If you want to run a particular notebook and see the output cells printed in the terminal, you can use nbconvert with jq like so:

jupyter nbconvert --to notebook --execute  "docs/Quick Start.ipynb" --stdout |
  jq -r '.cells[] | select(.outputs) | .outputs[] | select(.output_type == "stream") | .text[]'

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-pulla

Optional extras

The following optional extras are available:

  • notebook: Jupyter notebook support for running example notebooks
  • qir: QIR (Quantum Intermediate Representation) support
  • qiskit: Qiskit-related features and utilities

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-pulla[notebook,qir,qiskit]"

Reproducible installations

For reproducible installations, pinned dependency extras are available:

  • pin-iqm: pins inter-IQM package dependencies to exact co-released versions.
  • pin-all: like pin-iqm, but additionally pins all transitive third-party dependencies.

These can be combined with other extras. The following combined extras are available:

  • notebook-pin-iqm
  • qir-pin-iqm
  • qiskit-pin-iqm
  • notebook-pin-all
  • qir-pin-all
  • qiskit-pin-all

For example:

uv pip install "iqm-pulla[notebook-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.20 and pip 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

iqm_pulla-14.0.1.tar.gz (143.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

iqm_pulla-14.0.1-py3-none-any.whl (155.3 kB view details)

Uploaded Python 3

File details

Details for the file iqm_pulla-14.0.1.tar.gz.

File metadata

  • Download URL: iqm_pulla-14.0.1.tar.gz
  • Upload date:
  • Size: 143.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for iqm_pulla-14.0.1.tar.gz
Algorithm Hash digest
SHA256 4ff31921da6bf1a39bf794140795e9910daa0e05a31bba7bbb3b6c4ca52c47eb
MD5 14cc11e2eacd8c2e4fc30705ecda0610
BLAKE2b-256 2dd53ecaea71abf29e735743ef8a10aafc6e767f0849b11d6d07a0b39ea5b465

See more details on using hashes here.

File details

Details for the file iqm_pulla-14.0.1-py3-none-any.whl.

File metadata

  • Download URL: iqm_pulla-14.0.1-py3-none-any.whl
  • Upload date:
  • Size: 155.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for iqm_pulla-14.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 3d0fe337edaab21d97b90b8e3868fd26be579631ec01f95f5b34b367d48c7eef
MD5 0afa2a056ba7f36f618d4279b30db292
BLAKE2b-256 deb3b4277afdd235a437e50d9b82857fa0e872207679a91817d70ecb71e7879a

See more details on using hashes here.

Release history Release notifications | RSS feed

14.0.3

2 files

14.0.2

2 files

This release

14.0.1 This release

2 files

14.0.0

2 files

13.0.4

2 files

13.0.3

2 files

13.0.2

2 files

13.0.1

2 files

13.0.0

2 files

12.0.5

2 files

12.0.4

2 files

12.0.3

2 files

12.0.2

2 files

12.0.1

2 files

12.0.0

2 files

11.16.2

2 files

11.16.1

2 files

11.14.1

1 file

11.14.0

2 files

11.12.0

2 files

11.11.0

2 files

11.10.0

2 files

11.9.0

2 files

11.8.0

2 files

11.7.0

2 files

11.6.0

2 files

11.5.0

2 files

11.4.0

2 files

11.3.0

2 files

11.2.0

2 files

11.1.0

2 files

11.0.0

2 files

10.1.0

2 files

10.0.0

2 files

9.9.0

2 files

9.8.0

2 files

9.7.0

2 files

9.6.0

2 files

9.5.0

2 files

9.4.0

2 files

9.3.0

2 files

9.2.0

2 files

9.1.0

2 files

9.0.0

2 files

8.3.0

2 files

8.2.0

2 files

8.1.0

2 files

8.0.0

2 files

7.23.0

2 files

7.22.0

2 files

7.21.0

2 files

7.20.0

2 files

7.19.0

2 files

7.18.0

2 files

7.17.0

2 files

7.16.0

2 files

7.15.0

2 files

7.14.1

2 files

7.14

2 files

7.13

2 files

7.12

2 files

7.11

2 files

7.10

2 files

7.9

2 files

7.8

2 files

7.7

2 files

7.6

2 files

7.5

2 files

7.3

2 files

7.2

2 files

7.1

2 files

7.0

2 files

6.19

2 files

6.18

2 files

6.17

2 files

6.16

2 files

6.15

2 files

6.14

2 files

6.13

2 files

6.12

2 files

6.11

2 files

6.10

2 files

6.9

2 files

6.8

2 files

6.7

2 files

6.6

2 files

6.5

2 files

6.4

2 files

6.3

2 files

6.2

2 files

6.1

2 files

6.0

2 files

5.28

2 files

5.27

2 files

5.26

2 files

5.25

2 files

5.24

2 files

5.23

2 files

5.22

2 files

5.21

2 files

5.20

2 files

5.19

2 files

5.18

2 files

5.17

2 files

5.16

2 files

5.15

2 files

5.14

2 files

5.13

2 files

5.12

2 files

5.11

2 files

5.10

2 files

5.9

2 files

5.8

2 files

5.7

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page