openpulse


Nameopenpulse JSON
Version 0.4.2 PyPI version JSON
download
home_pagehttps://github.com/openqasm/openpulse/
SummaryReference OpenPulse AST in Python
upload_time2023-04-07 20:17:29
maintainer
docs_urlNone
authorOpenQASM Contributors
requires_python
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": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "openqasm quantum openpulse",
    "author": "OpenQASM Contributors",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/6a/63/6db48eb9a3b43f8cb50bf7a362f98600706984c8ee0f976a8b67de7a5416/openpulse-0.4.2.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": "0.4.2",
    "split_keywords": [
        "openqasm",
        "quantum",
        "openpulse"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "10aec183853d895ce511647351eb52ea985590fc70071ce01c7def15767cbc49",
                "md5": "0bbf8a3755ff65d8a7ee955ff5fbb665",
                "sha256": "16634b102f3f1783292d24e5e13f6d430021edabba173993e08e9ca1e12009b1"
            },
            "downloads": -1,
            "filename": "openpulse-0.4.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0bbf8a3755ff65d8a7ee955ff5fbb665",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 377037,
            "upload_time": "2023-04-07T20:17:27",
            "upload_time_iso_8601": "2023-04-07T20:17:27.481434Z",
            "url": "https://files.pythonhosted.org/packages/10/ae/c183853d895ce511647351eb52ea985590fc70071ce01c7def15767cbc49/openpulse-0.4.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6a636db48eb9a3b43f8cb50bf7a362f98600706984c8ee0f976a8b67de7a5416",
                "md5": "31d790408f51aafc5f39ace7995cf39a",
                "sha256": "77b8724216abdbe47e086f64bea15c8c6369f62f954d90e9f4e88f065d2ab36e"
            },
            "downloads": -1,
            "filename": "openpulse-0.4.2.tar.gz",
            "has_sig": false,
            "md5_digest": "31d790408f51aafc5f39ace7995cf39a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 364831,
            "upload_time": "2023-04-07T20:17:29",
            "upload_time_iso_8601": "2023-04-07T20:17:29.138951Z",
            "url": "https://files.pythonhosted.org/packages/6a/63/6db48eb9a3b43f8cb50bf7a362f98600706984c8ee0f976a8b67de7a5416/openpulse-0.4.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-07 20:17:29",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "openqasm",
    "github_project": "openpulse",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "openpulse"
}
        
Elapsed time: 0.05359s