diskit


Namediskit JSON
Version 0.0.1.post2 PyPI version JSON
download
home_pagehttps://github.com/Interlin-q/diskit
SummaryDistributed circuit remapping for Qiskit
upload_time2023-03-22 14:40:28
maintainer
docs_urlNone
authorAnuranan Das, Stephen DiAdamo
requires_python>=3.6
licenseApache
keywords quantum distributed simulator qiskit diskit
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Distibuted QC for Qiskit

Distributed quantum computing is a concept that proposes to connect multiple quantum computers in a network to leverage a collection of more, but physically separated, qubits. In order to perform distributed quantum computing, it is necessary to add the addition of classical communication and entanglement distribution so that the control information from one qubit can be applied to another that is located on another quantum computer. For more details on distributed quantum computing, see this blog post: [Distributed Quantum Computing: A path to large scale quantum computing](https://medium.com/@stephen.diadamo/distributed-quantum-computing-1c5d38a34c50)

In this project, we aim to validate distributed quantum algorithms using Qiskit. Because Qiskit does not yet come with networking features, we embed a "virtual network topology" into large circuits to mimic distributed quantum computing. The idea is to take a monolithic quantum circuit developed in the Qiskit language and distribute the circuit according to an artificially segmented version of a quantum processor. The inputs to the library are a quantum algorithm written monolithically (i.e., in a single circuit) and a topology parameter that represents the artificial segmentation of the single quantum processor.

The algorithm takes these two inputs and remaps the Qiskit circuit to the specified segmentation, adding all necessary steps to perform an equivalent distributed quantum circuit. Our algorithm for achieving this is based on the work: [Distributed Quantum Computing and Network Control for Accelerated VQE](https://ieeexplore.ieee.org/document/9351762). The algorithm output is another Qiskit circuit with the equivalent measurement statistics but with all of the additional logic needed to perform a distributed version.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Interlin-q/diskit",
    "name": "diskit",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "quantum,distributed,simulator,qiskit,diskit",
    "author": "Anuranan Das, Stephen DiAdamo",
    "author_email": "stephen.diadamo@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/36/e6/7755be333cddf3f846f3431584154cda651662ba678fb818080b3884bbeb/diskit-0.0.1.post2.tar.gz",
    "platform": null,
    "description": "# Distibuted QC for Qiskit\n\nDistributed quantum computing is a concept that proposes to connect multiple quantum computers in a network to leverage a collection of more, but physically separated, qubits. In order to perform distributed quantum computing, it is necessary to add the addition of classical communication and entanglement distribution so that the control information from one qubit can be applied to another that is located on another quantum computer. For more details on distributed quantum computing, see this blog post: [Distributed Quantum Computing: A path to large scale quantum computing](https://medium.com/@stephen.diadamo/distributed-quantum-computing-1c5d38a34c50)\n\nIn this project, we aim to validate distributed quantum algorithms using Qiskit. Because Qiskit does not yet come with networking features, we embed a \"virtual network topology\" into large circuits to mimic distributed quantum computing. The idea is to take a monolithic quantum circuit developed in the Qiskit language and distribute the circuit according to an artificially segmented version of a quantum processor. The inputs to the library are a quantum algorithm written monolithically (i.e., in a single circuit) and a topology parameter that represents the artificial segmentation of the single quantum processor.\n\nThe algorithm takes these two inputs and remaps the Qiskit circuit to the specified segmentation, adding all necessary steps to perform an equivalent distributed quantum circuit. Our algorithm for achieving this is based on the work: [Distributed Quantum Computing and Network Control for Accelerated VQE](https://ieeexplore.ieee.org/document/9351762). The algorithm output is another Qiskit circuit with the equivalent measurement statistics but with all of the additional logic needed to perform a distributed version.\n",
    "bugtrack_url": null,
    "license": "Apache",
    "summary": "Distributed circuit remapping for Qiskit",
    "version": "0.0.1.post2",
    "split_keywords": [
        "quantum",
        "distributed",
        "simulator",
        "qiskit",
        "diskit"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8ad9abf3ea11fe41abbfeb80adc9662df451fe7a84b7e9ed3a679b37fa5face0",
                "md5": "21f020593fc7bc1476e025504329ab48",
                "sha256": "9490a225939a2749bd09f64436baf70bca927f69f2b241fc2a5ce7b1c8f458ee"
            },
            "downloads": -1,
            "filename": "diskit-0.0.1.post2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "21f020593fc7bc1476e025504329ab48",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 12866,
            "upload_time": "2023-03-22T14:40:23",
            "upload_time_iso_8601": "2023-03-22T14:40:23.897450Z",
            "url": "https://files.pythonhosted.org/packages/8a/d9/abf3ea11fe41abbfeb80adc9662df451fe7a84b7e9ed3a679b37fa5face0/diskit-0.0.1.post2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "36e67755be333cddf3f846f3431584154cda651662ba678fb818080b3884bbeb",
                "md5": "817e5567559540663dbfe4123214d58a",
                "sha256": "9b6fcbbeb7318b47824beec00b4089c5229e9768713762695eca87d12f990627"
            },
            "downloads": -1,
            "filename": "diskit-0.0.1.post2.tar.gz",
            "has_sig": false,
            "md5_digest": "817e5567559540663dbfe4123214d58a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 13820,
            "upload_time": "2023-03-22T14:40:28",
            "upload_time_iso_8601": "2023-03-22T14:40:28.931461Z",
            "url": "https://files.pythonhosted.org/packages/36/e6/7755be333cddf3f846f3431584154cda651662ba678fb818080b3884bbeb/diskit-0.0.1.post2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-22 14:40:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "Interlin-q",
    "github_project": "diskit",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "diskit"
}
        
Elapsed time: 0.26540s