laboneq


Namelaboneq JSON
Version 2.29.0 PyPI version JSON
download
home_pageNone
SummaryZurich Instruments LabOne Q software framework for quantum computing control
upload_time2024-04-25 09:36:10
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseApache 2.0
keywords quantum sdk zhinst
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ![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
> `pip3` and `python3` 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 LabOne Q available in your current
environment.

```sh
$ pip3 install --upgrade laboneq
```

## 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/getting_started/hello_world/>

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

## Architecture

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

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "laboneq",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "quantum, sdk, zhinst",
    "author": null,
    "author_email": "Zurich Instruments Development Team <info@zhinst.com>",
    "download_url": null,
    "platform": null,
    "description": "![LabOne Q logo](https://github.com/zhinst/laboneq/raw/main/docs/images/Logo_LabOneQ.png)\n\n\n# LabOne Q\n\n[LabOne Q](https://www.zhinst.com/quantum-computing-systems/labone-q) is Zurich\nInstrument\u2019s software framework to accelerate progress in quantum computing. Its\nPython-based, high-level programming interface enables users to concentrate on\nintuitive, efficient experiment design, while automatically accounting for their\ninstrumentation details and maximizing useful computation time. Tight system\nintegration between software and hardware ensures a seamless user experience\nfrom setups with a single qubit to those with 100 and more.\n\n## Requirements\n\n> \u26a0\ufe0f **This software requires Python 3.9 or higher.** We assume that\n> `pip3` and `python3` use a corresponding Python version.\n\n> \ud83d\udca1 To ease the maintenance of multiple installations, we recommended to\n> use Python environments through e.g. **venv**, **pipenv** or **conda**.\n\n## Installation\n\nThe following commands will make LabOne Q available in your current\nenvironment.\n\n```sh\n$ pip3 install --upgrade laboneq\n```\n\n## Documentation\n\nFind the LabOne Q Manual here:\n<https://docs.zhinst.com/labone_q_user_manual/>\n\nDive right into using LabOne Q and generate your first pulse sequence:\n<https://docs.zhinst.com/labone_q_user_manual/getting_started/hello_world/>\n\nThe API Documentation is published here:\n<https://docs.zhinst.com/labone_q_user_manual/reference/simple/>\n\n## Architecture\n\n![Overview of the LabOne Q Software Stack](https://github.com/zhinst/laboneq/raw/main/docs/images/flowchart_QCCS.png)\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "Zurich Instruments LabOne Q software framework for quantum computing control",
    "version": "2.29.0",
    "project_urls": {
        "Homepage": "https://github.com/zhinst/laboneq"
    },
    "split_keywords": [
        "quantum",
        " sdk",
        " zhinst"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "64c208f85947d9005dcb550836744815ec4c0caccce93ee6fa258ada989b313d",
                "md5": "892822c5addc9f695b71d0b23c1603f2",
                "sha256": "f5a6714abfada050dbb4f707ce121baa961dafcd56091326886934c1cf7340e9"
            },
            "downloads": -1,
            "filename": "laboneq-2.29.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "892822c5addc9f695b71d0b23c1603f2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 1144695,
            "upload_time": "2024-04-25T09:36:10",
            "upload_time_iso_8601": "2024-04-25T09:36:10.986128Z",
            "url": "https://files.pythonhosted.org/packages/64/c2/08f85947d9005dcb550836744815ec4c0caccce93ee6fa258ada989b313d/laboneq-2.29.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-25 09:36:10",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "zhinst",
    "github_project": "laboneq",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "laboneq"
}
        
Elapsed time: 0.36631s