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.2.tar.gz (144.0 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.2-py3-none-any.whl (155.3 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for iqm_pulla-14.0.2.tar.gz
Algorithm Hash digest
SHA256 0c4c532725ae9cc7f7f8942545f4cef636feb564cb5e249f24186eeaf8a03b13
MD5 7bcfa0a8ad30d1b2707c0042d091501a
BLAKE2b-256 ca04dc4ad512679ea999e30a28c9fa8c93f7e98946370cf4e22496d178624507

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iqm_pulla-14.0.2-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.11.14

File hashes

Hashes for iqm_pulla-14.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 dac15ec48ac845f63a085445c5089e35026fae37658c630303c2d1b658c6868a
MD5 c930bd0a96d6d1c9df31ad382f1ebbab
BLAKE2b-256 1e31468f06c268b5d1e45052a8b8f37fb793683a7aac59e8fff3bba36e30dd5d

See more details on using hashes here.

Release history Release notifications | RSS feed

14.0.3

2 files

This release

14.0.2 This release

2 files

14.0.1

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