clelandlab-quick


Nameclelandlab-quick JSON
Version 0.5.10 PyPI version JSON
download
home_pagehttps://github.com/clelandlab/quick
SummaryQuICK is a useful wrap of QICK.
upload_time2025-10-28 19:25:17
maintainerNone
docs_urlNone
authorCleland Lab
requires_python<4,>=3.6
licenseNone
keywords qick quantum experiment measurement qubit control readout fpga
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # QuICK

QuICK is a useful wrap of [QICK](https://github.com/openquantumhardware/qick).

<div style="display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; align-items: center;">
  <a style="margin: 0.25rem; display: block;" href="https://clelandlab-quick.readthedocs.io/en/latest/"><img src="https://img.shields.io/readthedocs/clelandlab-quick?style=for-the-badge&logo=readthedocs&logoColor=white"></a>
  <a style="margin: 0.25rem; display: block;" href="https://pypi.org/project/clelandlab-quick/"><img src="https://img.shields.io/pypi/v/clelandlab-quick?style=for-the-badge&logo=pypi&logoColor=white"></a>
  <a style="margin: 0.25rem; display: block;" href="https://github.com/clelandlab/quick"><img src="https://img.shields.io/github/stars/clelandlab/quick?style=for-the-badge&logo=github"></a>
</div>

## Installation

> This is the installation on your PC. For QICK Board setup, see [here](https://clelandlab-quick.readthedocs.io/en/latest/Tutorials/qick).

Install this package with `pip`:

```
pip install clelandlab-quick
```

Then you can import it in your Python code:

```python
import quick
```

## Layers

QuICK has several layers of complexity.

- `quick.auto` Automation of Qubit Measurements
- `quick.experiment` Experiment Routines for Qubit Measurements
- `quick.Mercator` Mercator Protocol for Pulse Sequence Program
- `qick` the QICK firmware

![](https://clelandlab-quick.readthedocs.io/en/latest/Images/overview.png)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/clelandlab/quick",
    "name": "clelandlab-quick",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4,>=3.6",
    "maintainer_email": null,
    "keywords": "QICK, quantum, experiment, measurement, qubit, control, readout, fpga",
    "author": "Cleland Lab",
    "author_email": "clelandlab@proton.me",
    "download_url": "https://files.pythonhosted.org/packages/fa/39/859358c18ef926e8485d1f8c111984b8cd0f03c3dd53c1957a0d00c31236/clelandlab_quick-0.5.10.tar.gz",
    "platform": null,
    "description": "# QuICK\n\nQuICK is a useful wrap of [QICK](https://github.com/openquantumhardware/qick).\n\n<div style=\"display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; align-items: center;\">\n  <a style=\"margin: 0.25rem; display: block;\" href=\"https://clelandlab-quick.readthedocs.io/en/latest/\"><img src=\"https://img.shields.io/readthedocs/clelandlab-quick?style=for-the-badge&logo=readthedocs&logoColor=white\"></a>\n  <a style=\"margin: 0.25rem; display: block;\" href=\"https://pypi.org/project/clelandlab-quick/\"><img src=\"https://img.shields.io/pypi/v/clelandlab-quick?style=for-the-badge&logo=pypi&logoColor=white\"></a>\n  <a style=\"margin: 0.25rem; display: block;\" href=\"https://github.com/clelandlab/quick\"><img src=\"https://img.shields.io/github/stars/clelandlab/quick?style=for-the-badge&logo=github\"></a>\n</div>\n\n## Installation\n\n> This is the installation on your PC. For QICK Board setup, see [here](https://clelandlab-quick.readthedocs.io/en/latest/Tutorials/qick).\n\nInstall this package with `pip`:\n\n```\npip install clelandlab-quick\n```\n\nThen you can import it in your Python code:\n\n```python\nimport quick\n```\n\n## Layers\n\nQuICK has several layers of complexity.\n\n- `quick.auto` Automation of Qubit Measurements\n- `quick.experiment` Experiment Routines for Qubit Measurements\n- `quick.Mercator` Mercator Protocol for Pulse Sequence Program\n- `qick` the QICK firmware\n\n![](https://clelandlab-quick.readthedocs.io/en/latest/Images/overview.png)\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "QuICK is a useful wrap of QICK.",
    "version": "0.5.10",
    "project_urls": {
        "Documentation": "https://clelandlab-quick.readthedocs.io/en/latest/",
        "Homepage": "https://github.com/clelandlab/quick",
        "Source": "https://github.com/clelandlab/quick",
        "Tracker": "https://github.com/clelandlab/quick/issues"
    },
    "split_keywords": [
        "qick",
        " quantum",
        " experiment",
        " measurement",
        " qubit",
        " control",
        " readout",
        " fpga"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7f863a876c5ad85eef78bae1682eef11198c0680f74c9c59d849367cdb862672",
                "md5": "4b2e7d80066ddb682140ebf437376548",
                "sha256": "c90bac6e47856319d55c936f87d70d38e6a83a69285cf7bdbf932fbbcf875c5e"
            },
            "downloads": -1,
            "filename": "clelandlab_quick-0.5.10-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4b2e7d80066ddb682140ebf437376548",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4,>=3.6",
            "size": 23983,
            "upload_time": "2025-10-28T19:25:15",
            "upload_time_iso_8601": "2025-10-28T19:25:15.984674Z",
            "url": "https://files.pythonhosted.org/packages/7f/86/3a876c5ad85eef78bae1682eef11198c0680f74c9c59d849367cdb862672/clelandlab_quick-0.5.10-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fa39859358c18ef926e8485d1f8c111984b8cd0f03c3dd53c1957a0d00c31236",
                "md5": "6870b4756782e863ad851d2c6459e06f",
                "sha256": "79293c156c5605d465d92e4898e6003626390d62a322c4d6a739a53a0ce0fb98"
            },
            "downloads": -1,
            "filename": "clelandlab_quick-0.5.10.tar.gz",
            "has_sig": false,
            "md5_digest": "6870b4756782e863ad851d2c6459e06f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4,>=3.6",
            "size": 22220,
            "upload_time": "2025-10-28T19:25:17",
            "upload_time_iso_8601": "2025-10-28T19:25:17.146458Z",
            "url": "https://files.pythonhosted.org/packages/fa/39/859358c18ef926e8485d1f8c111984b8cd0f03c3dd53c1957a0d00c31236/clelandlab_quick-0.5.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-28 19:25:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "clelandlab",
    "github_project": "quick",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "clelandlab-quick"
}
        
Elapsed time: 0.53383s