quantify


Namequantify JSON
Version 0.0.3 PyPI version JSON
download
home_pageNone
SummaryA framework for controlling quantum computing and solid-state physics experiments.
upload_time2025-07-23 08:55:47
maintainerNone
docs_urlNone
authorNone
requires_pythonNone
licenseNone
keywords quantum quantify
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Quantify

![Quantify logo](https://gitlab.com/quantify-os/quantify/-/raw/main/docs/source/images/QUANTIFY_LANDSCAPE.svg)

[![Pipeline Status](https://gitlab.com/quantify-os/quantify/badges/main/pipeline.svg)](https://gitlab.com/quantify-os/quantify/-/pipelines)
[![Coverage](https://gitlab.com/quantify-os/quantify/badges/main/coverage.svg)](https://quantify-os.org/quantify/coverage/)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/bd24bae47c5d4c66855d78ad3b217f51)](https://app.codacy.com/gl/quantify-os/quantify/dashboard?utm_source=gl&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
[![Code style: ruff](https://img.shields.io/badge/code%20style-ruff-005FFF.svg)](https://github.com/astral-sh/ruff)
[![PyPi](https://img.shields.io/pypi/v/quantify.svg)](https://pypi.org/pypi/quantify)
[![Docs](https://img.shields.io/badge/docs-latest-blue.svg)](https://quantify-os.gitlab.io/quantify/)
[![Slack](https://img.shields.io/badge/slack-chat-green.svg)](https://quantify-os.org/slack.html)
[![Contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg)](CONTRIBUTING.md)
[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://gitlab.com/quantify-os/quantify/-/blob/main/LICENSE)

Quantify is a Python-based data acquisition framework focused on Quantum Computing and
solid-state physics experiments.
Currently it is a metapackage for [quantify-core](https://pypi.org/project/quantify-core/)
([git repo](https://gitlab.com/quantify-os/quantify-core/))
and [quantify-scheduler](https://pypi.org/project/quantify-scheduler/)
([git repo](https://gitlab.com/quantify-os/quantify-scheduler/)).
They are built on top of [QCoDeS](https://qcodes.github.io/Qcodes/) and are a spiritual
successor of [PycQED](https://github.com/DiCarloLab-Delft/PycQED_py3).

Take a look at the latest documentation for
[quantify-core](https://quantify-quantify-core.readthedocs-hosted.com/) and
[quantify-scheduler](https://quantify-quantify-scheduler.readthedocs-hosted.com/)
for the usage instructions.

## Overview and Community

For a general overview of Quantify and connecting to its open-source community,
see [quantify-os.org](https://quantify-os.org/).
Quantify is maintained by the Quantify Consortium consisting of Qblox and
Orange Quantum Systems.

[<img src="https://gitlab.com/quantify-os/quantify/-/raw/main/docs/source/images/Qblox_logo.svg" alt="Qblox logo" width=200px/>](https://qblox.com)
&nbsp;
&nbsp;
&nbsp;
&nbsp;
[<img src="https://gitlab.com/quantify-os/quantify/-/raw/main/docs/source/images/OQS_logo_with_text.svg" alt="Orange Quantum Systems logo" width=200px/>](https://orangeqs.com)

&nbsp;

The software is licensed under a [BSD 3-clause license](https://gitlab.com/quantify-os/quantify/-/raw/main/LICENSE).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "quantify",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": "Olga Lebiga <olga@orangeqs.com>, Amirtha Varshiny Arumugam <amirthavarshiny@orangeqs.com>, Gabriel Chatelain <gabriel@orangeqs.com>",
    "keywords": "quantum, quantify",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/cf/05/18b98c72ddcbfe8a9c5c7d32d8262241229ba4826f593275bc40c15d168b/quantify-0.0.3.tar.gz",
    "platform": null,
    "description": "# Quantify\n\n![Quantify logo](https://gitlab.com/quantify-os/quantify/-/raw/main/docs/source/images/QUANTIFY_LANDSCAPE.svg)\n\n[![Pipeline Status](https://gitlab.com/quantify-os/quantify/badges/main/pipeline.svg)](https://gitlab.com/quantify-os/quantify/-/pipelines)\n[![Coverage](https://gitlab.com/quantify-os/quantify/badges/main/coverage.svg)](https://quantify-os.org/quantify/coverage/)\n[![Codacy Badge](https://app.codacy.com/project/badge/Grade/bd24bae47c5d4c66855d78ad3b217f51)](https://app.codacy.com/gl/quantify-os/quantify/dashboard?utm_source=gl&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)\n[![Code style: ruff](https://img.shields.io/badge/code%20style-ruff-005FFF.svg)](https://github.com/astral-sh/ruff)\n[![PyPi](https://img.shields.io/pypi/v/quantify.svg)](https://pypi.org/pypi/quantify)\n[![Docs](https://img.shields.io/badge/docs-latest-blue.svg)](https://quantify-os.gitlab.io/quantify/)\n[![Slack](https://img.shields.io/badge/slack-chat-green.svg)](https://quantify-os.org/slack.html)\n[![Contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg)](CONTRIBUTING.md)\n[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://gitlab.com/quantify-os/quantify/-/blob/main/LICENSE)\n\nQuantify is a Python-based data acquisition framework focused on Quantum Computing and\nsolid-state physics experiments.\nCurrently it is a metapackage for [quantify-core](https://pypi.org/project/quantify-core/)\n([git repo](https://gitlab.com/quantify-os/quantify-core/))\nand [quantify-scheduler](https://pypi.org/project/quantify-scheduler/)\n([git repo](https://gitlab.com/quantify-os/quantify-scheduler/)).\nThey are built on top of [QCoDeS](https://qcodes.github.io/Qcodes/) and are a spiritual\nsuccessor of [PycQED](https://github.com/DiCarloLab-Delft/PycQED_py3).\n\nTake a look at the latest documentation for\n[quantify-core](https://quantify-quantify-core.readthedocs-hosted.com/) and\n[quantify-scheduler](https://quantify-quantify-scheduler.readthedocs-hosted.com/)\nfor the usage instructions.\n\n## Overview and Community\n\nFor a general overview of Quantify and connecting to its open-source community,\nsee [quantify-os.org](https://quantify-os.org/).\nQuantify is maintained by the Quantify Consortium consisting of Qblox and\nOrange Quantum Systems.\n\n[<img src=\"https://gitlab.com/quantify-os/quantify/-/raw/main/docs/source/images/Qblox_logo.svg\" alt=\"Qblox logo\" width=200px/>](https://qblox.com)\n&nbsp;\n&nbsp;\n&nbsp;\n&nbsp;\n[<img src=\"https://gitlab.com/quantify-os/quantify/-/raw/main/docs/source/images/OQS_logo_with_text.svg\" alt=\"Orange Quantum Systems logo\" width=200px/>](https://orangeqs.com)\n\n&nbsp;\n\nThe software is licensed under a [BSD 3-clause license](https://gitlab.com/quantify-os/quantify/-/raw/main/LICENSE).\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A framework for controlling quantum computing and solid-state physics experiments.",
    "version": "0.0.3",
    "project_urls": {
        "Documentation": "https://quantify-os.org/quantify",
        "Issue tracker": "https://gitlab.com/quantify-os/quantify/-/issues",
        "Slack": "https://join.slack.com/t/quantify-hq/shared_invite/zt-1nd78r4e9-rbWdna53cW4DO_YbtMhVuA",
        "Source": "https://gitlab.com/quantify-os/quantify",
        "Website": "https://quantify-os.org"
    },
    "split_keywords": [
        "quantum",
        " quantify"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8c544fb3ab2eff46f024891d58d247e01ceca3e9746f63a7d83739b408341147",
                "md5": "b0254c28ab5085f9757fb46153592891",
                "sha256": "4cb8a5af5ce6cb5f2499a1f59d8bd2b621a41d2f3aeb657978a3d495d6ef6705"
            },
            "downloads": -1,
            "filename": "quantify-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b0254c28ab5085f9757fb46153592891",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 313939,
            "upload_time": "2025-07-23T08:55:46",
            "upload_time_iso_8601": "2025-07-23T08:55:46.764383Z",
            "url": "https://files.pythonhosted.org/packages/8c/54/4fb3ab2eff46f024891d58d247e01ceca3e9746f63a7d83739b408341147/quantify-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cf0518b98c72ddcbfe8a9c5c7d32d8262241229ba4826f593275bc40c15d168b",
                "md5": "0ce5ffc1f1c19fceb5a630a27ea72dc6",
                "sha256": "af7f3f3a4755ac659c4e9dc2eb5687cd8ea557aca1cd418d21e75ebc9d19ed42"
            },
            "downloads": -1,
            "filename": "quantify-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "0ce5ffc1f1c19fceb5a630a27ea72dc6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 260983,
            "upload_time": "2025-07-23T08:55:47",
            "upload_time_iso_8601": "2025-07-23T08:55:47.964221Z",
            "url": "https://files.pythonhosted.org/packages/cf/05/18b98c72ddcbfe8a9c5c7d32d8262241229ba4826f593275bc40c15d168b/quantify-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-23 08:55:47",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "quantify-os",
    "gitlab_project": "quantify",
    "lcname": "quantify"
}
        
Elapsed time: 1.63606s