Metadata-Version: 2.3
Name: laboneq
Version: 2.42.0
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering
Requires-Dist: engineering-notation >=0.10.0
Requires-Dist: flask >=3.0.2
Requires-Dist: intervaltree >=3.1.0
Requires-Dist: jsonschema >=4.21.1
Requires-Dist: matplotlib >=3.8.3
Requires-Dist: cycler >=0.12.1
Requires-Dist: numpy >=1.26.4, <2.0
Requires-Dist: openpulse ~=1.0.1
Requires-Dist: openqasm3 ~=1.0.0
Requires-Dist: orjson >=3.9.15
Requires-Dist: pybase64 >=1.3.2
Requires-Dist: pycparser >=2.21
Requires-Dist: python-box >=7.1.1
Requires-Dist: pyyaml >=6.0.1
Requires-Dist: requests >=2.31.0
Requires-Dist: rich >=13.7.1
Requires-Dist: scipy >=1.12.0
Requires-Dist: sqlitedict >=2.1.0
Requires-Dist: sortedcollections >=2.1.0
Requires-Dist: lagom >=2.6.0
Requires-Dist: attrs >=20.1.0
Requires-Dist: sortedcontainers >=2.4.0
Requires-Dist: typing-extensions >=4.10.0
Requires-Dist: zhinst-core ~=24.10.65175
Requires-Dist: zhinst-toolkit ==0.7.0
Requires-Dist: zhinst-utils ==0.5.0
Requires-Dist: zhinst-timing-models ~=24.10.64896
Requires-Dist: labone ==3.2.0
Requires-Dist: unsync ==1.4.0
Requires-Dist: pygments >=2.18.0
License-File: LICENSE
License-File: AUTHORS
Summary: Zurich Instruments LabOne Q software framework for quantum computing control
Keywords: quantum,sdk,zhinst
Author: Zurich Instruments AG <info@zhinst.com>
Author-email: Zurich Instruments Development Team <info@zhinst.com>
License: Apache 2.0
Requires-Python: >=3.9
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Homepage, https://github.com/zhinst/laboneq

![LabOne Q logo](https://github.com/zhinst/laboneq/raw/main/docs/images/Logo_LabOneQ.png)


# LabOne Q

[LabOne Q](https://www.zhinst.com/quantum-computing-systems/labone-q) is Zurich
Instrument’s software framework to accelerate progress in quantum computing. Its
Python-based, high-level programming interface enables users to concentrate on
intuitive, efficient experiment design, while automatically accounting for their
instrumentation details and maximizing useful computation time. Tight system
integration between software and hardware ensures a seamless user experience
from setups with a single qubit to those with 100 and more.

## Requirements

> ⚠️ **This software requires Python 3.9 or higher.** We assume that
> `pip` and `python` use a corresponding Python version.

> 💡 To ease the maintenance of multiple installations, we recommended to
> use Python environments through e.g. **venv**, **pipenv** or **conda**.

## Installation

The following commands will make the latest release of LabOne Q available in
your current environment.

```sh
$ pip install --upgrade laboneq
```

This will fetch the latest release from [PyPI](https://pypi.org/project/laboneq/).
If you instead would like to install from source, you will additionally need to install
a Rust toolchain. For this, follow the instructions on [rustup.rs](https://rustup.rs/).

## Documentation

Find the LabOne Q Manual here:
<https://docs.zhinst.com/labone_q_user_manual/>

Dive right into using LabOne Q and generate your first pulse sequence:
<https://docs.zhinst.com/labone_q_user_manual/core/getting_started/hello_world.html>

The API Documentation is published here:
<https://docs.zhinst.com/labone_q_user_manual/core/reference/simple.html>

## Architecture

![Overview of the LabOne Q Software Stack](https://github.com/zhinst/laboneq/raw/main/docs/images/flowchart_QCCS.png)

