qiskit-scheduling-extension


Nameqiskit-scheduling-extension JSON
Version 0.2.0 PyPI version JSON
download
home_pagehttps://github.com/qiskit-community/qiskit-scheduling-extension
SummaryQiskit transpiler plugins for advanced scheduling
upload_time2023-10-17 11:22:38
maintainer
docs_urlNone
authorToshinari Itoko
requires_python>=3.8
licenseApache-2
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Qiskit Scheduling Extension Plugin

This repository contains an extension library of pass manager plugins that can be used in the
[scheduling stage](https://qiskit.org/documentation/apidoc/transpiler.html#scheduling-stage)
of Qiskit transpiler.

## Install and Use plugin

To use the scheduling extension plugin first install qiskit-scheduling-extension:

```bash
pip install qiskit-scheduling-extension
```

Once you have the plugin package installed you can use the plugin via the
`scheduling_method` argument on Qiskit's `transpile()` function. For example,
if you wanted to use the `compact` scheduling method to compile a 15 qubit quantum
volume circuit for a backend you would do something like:

```python

from qiskit import transpile
from qiskit.circuit.library import QuantumVolume
from qiskit.providers.fake_provider import FakePrague

qc = QuantumVolume(15)
qc.measure_all()
backend = FakePrague()

transpile(qc, backend, scheduling_method="compact")
```

# Authors and Citation

The qiskit-scheduling-extension is the work of [many people](https://github.com/qiskit-community/qiskit-scheduling-extension/graphs/contributors)
who contribute to the project at different levels.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/qiskit-community/qiskit-scheduling-extension",
    "name": "qiskit-scheduling-extension",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "",
    "author": "Toshinari Itoko",
    "author_email": "itoko@jp.ibm.com",
    "download_url": "https://files.pythonhosted.org/packages/c8/84/97b149d89818adfc8b4244830cbdb0331264914889484d0f0bc6d88bd0ca/qiskit-scheduling-extension-0.2.0.tar.gz",
    "platform": null,
    "description": "# Qiskit Scheduling Extension Plugin\n\nThis repository contains an extension library of pass manager plugins that can be used in the\n[scheduling stage](https://qiskit.org/documentation/apidoc/transpiler.html#scheduling-stage)\nof Qiskit transpiler.\n\n## Install and Use plugin\n\nTo use the scheduling extension plugin first install qiskit-scheduling-extension:\n\n```bash\npip install qiskit-scheduling-extension\n```\n\nOnce you have the plugin package installed you can use the plugin via the\n`scheduling_method` argument on Qiskit's `transpile()` function. For example,\nif you wanted to use the `compact` scheduling method to compile a 15 qubit quantum\nvolume circuit for a backend you would do something like:\n\n```python\n\nfrom qiskit import transpile\nfrom qiskit.circuit.library import QuantumVolume\nfrom qiskit.providers.fake_provider import FakePrague\n\nqc = QuantumVolume(15)\nqc.measure_all()\nbackend = FakePrague()\n\ntranspile(qc, backend, scheduling_method=\"compact\")\n```\n\n# Authors and Citation\n\nThe qiskit-scheduling-extension is the work of [many people](https://github.com/qiskit-community/qiskit-scheduling-extension/graphs/contributors)\nwho contribute to the project at different levels.\n\n",
    "bugtrack_url": null,
    "license": "Apache-2",
    "summary": "Qiskit transpiler plugins for advanced scheduling",
    "version": "0.2.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/qiskit-community/qiskit-scheduling-extension/issues",
        "Homepage": "https://github.com/qiskit-community/qiskit-scheduling-extension"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c36a5bad570c314949dede9de245c0f4b2d5493721251f9faab846db6d8d5868",
                "md5": "d359dc3778f682b6fa026fa19dbb82d5",
                "sha256": "56bcf781796efed98701c1eb86219f68c0c37ec39e921126d6b1b6cd4f45ed96"
            },
            "downloads": -1,
            "filename": "qiskit_scheduling_extension-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d359dc3778f682b6fa026fa19dbb82d5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 10318,
            "upload_time": "2023-10-17T11:22:36",
            "upload_time_iso_8601": "2023-10-17T11:22:36.773368Z",
            "url": "https://files.pythonhosted.org/packages/c3/6a/5bad570c314949dede9de245c0f4b2d5493721251f9faab846db6d8d5868/qiskit_scheduling_extension-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c88497b149d89818adfc8b4244830cbdb0331264914889484d0f0bc6d88bd0ca",
                "md5": "4be18c2379ff3120953208f1552ce62b",
                "sha256": "28fab9ce39e54d8f4372a580b8bac61664a73a817c3b7cc6c59fd4eda1dc1ecc"
            },
            "downloads": -1,
            "filename": "qiskit-scheduling-extension-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "4be18c2379ff3120953208f1552ce62b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 11906,
            "upload_time": "2023-10-17T11:22:38",
            "upload_time_iso_8601": "2023-10-17T11:22:38.389912Z",
            "url": "https://files.pythonhosted.org/packages/c8/84/97b149d89818adfc8b4244830cbdb0331264914889484d0f0bc6d88bd0ca/qiskit-scheduling-extension-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-17 11:22:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "qiskit-community",
    "github_project": "qiskit-scheduling-extension",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "tox": true,
    "lcname": "qiskit-scheduling-extension"
}
        
Elapsed time: 0.14277s