Qiskit / ecosystem

The Ecosystem consists of projects, tools, utilities, libraries and tutorials from a broad community of developers and researchers. The goal of the Ecosystem is to recognize, support and accelerate development of quantum technologies using Qiskit.
https://www.ibm.com/quantum/ecosystem
Apache License 2.0
96 stars 50 forks source link

[Submission]: Diskit Python library for distributed quantum computing #334

Closed 1ucian0 closed 1 year ago

1ucian0 commented 1 year ago

Resubmission of https://github.com/qiskit-community/ecosystem/issues/322

Github repo

https://github.com/Interlin-q/diskit

Description

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

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. 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.

Email

stephen.diadamo@gmail.com, anuranan.fifa14@gmail.com

Alternatives

Interlin-q: https://github.com/Interlin-q/Interlin-q

A similar library but uses QuNetSim to simulate the network communication for distributed quantum computing.

License

Apache License 2.0

Affiliations

No response

Tags

plugin, circuit, converter

github-actions[bot] commented 1 year ago

Submission PR #335 has been created with errors in tests :warning: See logs: https://github.com/qiskit-community/ecosystem/actions/runs/4303587838 Please follow minimal requirements for project or/and add ecosystem.json configuration in the root of the project Read more here https://github.com/qiskit-community/ecosystem/blob/main/docs/project_overview.md#adding-project-to-the-ecosystem