openpulse


Nameopenpulse JSON
Version 1.0.1 PyPI version JSON
download
home_pagehttps://github.com/openqasm/openpulse/
SummaryReference OpenPulse AST in Python
upload_time2024-10-01 16:59:17
maintainerNone
docs_urlNone
authorOpenQASM Contributors
requires_pythonNone
licenseApache 2.0 Software License
keywords openqasm quantum openpulse
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # OpenPulse Python Reference

[![License](https://img.shields.io/github/license/openqasm/openqasm.svg)](https://opensource.org/licenses/Apache-2.0)<!-- long-description-skip-begin -->[![Release](https://img.shields.io/pypi/v/openpulse)](https://pypi.org/project/openpulse)<!-- long-description-skip-end -->

OpenPulse is a concrete implementation of pulse grammar for `cal` and `defcal` body.
It reuses the classical types and statements from openqasm3.

The package is structured similarly to `openqasm3` with the modules:

* `openpulse.ast`: The AST nodes. Identical nodes from `openqasm3.ast` are re-exported.

* `openpulse.parser`: A parser similar to `openqasm3.parser`, but for OpenPulse.

* `tests`: A set of unit tests.

* No visitor module as `openqasm3.visitor` can be reused.

The OpenPulse grammar introduce the following:

* Pulse types: `port`, `frame` and `waveform`.
* Extension to OpenQASM 3 classical type to consume the pulse types.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/openqasm/openpulse/",
    "name": "openpulse",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "openqasm quantum openpulse",
    "author": "OpenQASM Contributors",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/4b/41/0cdb6190148de664b7b200b65496a20a54b952567eb4d040e3f4117b4473/openpulse-1.0.1.tar.gz",
    "platform": null,
    "description": "# OpenPulse Python Reference\n\n[![License](https://img.shields.io/github/license/openqasm/openqasm.svg)](https://opensource.org/licenses/Apache-2.0)<!-- long-description-skip-begin -->[![Release](https://img.shields.io/pypi/v/openpulse)](https://pypi.org/project/openpulse)<!-- long-description-skip-end -->\n\nOpenPulse is a concrete implementation of pulse grammar for `cal` and `defcal` body.\nIt reuses the classical types and statements from openqasm3.\n\nThe package is structured similarly to `openqasm3` with the modules:\n\n* `openpulse.ast`: The AST nodes. Identical nodes from `openqasm3.ast` are re-exported.\n\n* `openpulse.parser`: A parser similar to `openqasm3.parser`, but for OpenPulse.\n\n* `tests`: A set of unit tests.\n\n* No visitor module as `openqasm3.visitor` can be reused.\n\nThe OpenPulse grammar introduce the following:\n\n* Pulse types: `port`, `frame` and `waveform`.\n* Extension to OpenQASM 3 classical type to consume the pulse types.\n",
    "bugtrack_url": null,
    "license": "Apache 2.0 Software License",
    "summary": "Reference OpenPulse AST in Python",
    "version": "1.0.1",
    "project_urls": {
        "Homepage": "https://github.com/openqasm/openpulse/"
    },
    "split_keywords": [
        "openqasm",
        "quantum",
        "openpulse"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7541429b613fe56124f5714f0d7ff5c1a2c74913e3db2fdde3fd13bf732a116f",
                "md5": "7accba5b44f832fb81967e320206f157",
                "sha256": "75fb2d4d7f74db3a86027719744541fcb725e1f5b79e14b78dc5b34ed8c66e87"
            },
            "downloads": -1,
            "filename": "openpulse-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7accba5b44f832fb81967e320206f157",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 537758,
            "upload_time": "2024-10-01T16:59:15",
            "upload_time_iso_8601": "2024-10-01T16:59:15.568763Z",
            "url": "https://files.pythonhosted.org/packages/75/41/429b613fe56124f5714f0d7ff5c1a2c74913e3db2fdde3fd13bf732a116f/openpulse-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4b410cdb6190148de664b7b200b65496a20a54b952567eb4d040e3f4117b4473",
                "md5": "88ef0bce98350084170258241947ba87",
                "sha256": "4c184e3012907ec35f04202ed72621037b1a06d70195769576bfc9e62c01bf94"
            },
            "downloads": -1,
            "filename": "openpulse-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "88ef0bce98350084170258241947ba87",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 519151,
            "upload_time": "2024-10-01T16:59:17",
            "upload_time_iso_8601": "2024-10-01T16:59:17.386867Z",
            "url": "https://files.pythonhosted.org/packages/4b/41/0cdb6190148de664b7b200b65496a20a54b952567eb4d040e3f4117b4473/openpulse-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-01 16:59:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "openqasm",
    "github_project": "openpulse",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "openpulse"
}
        
Elapsed time: 0.93064s