Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
stephendiadamo opened this issue Feb 16, 2023 · 5 comments
Closed

Comments

@stephendiadamo
Copy link

stephendiadamo commented Feb 16, 2023

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

[email protected], [email protected]

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

@1ucian0
Copy link
Member

1ucian0 commented Feb 23, 2023

Something went wrong with the action should create the PR for it:

  File "/home/runner/work/ecosystem/ecosystem/ecosystem/manager.py", line 177, in parser_issue
    parsed_result = parse_submission_issue(body)
  File "/home/runner/work/ecosystem/ecosystem/ecosystem/utils/submission_parser.py", line 27, in parse_submission_issue
    alternatives = parse[7]
IndexError: list index out of range
Error: Process completed with exit code 1.

I'm taking a look.

@stephendiadamo
Copy link
Author

Thanks, the library isn't yet set up to integrate right with Qiskit, but we can modify it accordingly depending on if this submission is along the right lines for acceptance.

@1ucian0
Copy link
Member

1ucian0 commented Mar 1, 2023

re-triggered by #334

@1ucian0 1ucian0 closed this as completed Mar 1, 2023
@1ucian0
Copy link
Member

1ucian0 commented May 22, 2023

Hello @stephendiadamo ! Here some follow up, in case you are interested:

Welcome to the Qiskit Ecosystem!

@stephendiadamo
Copy link
Author

@1ucian0 Thank you for this information. I'll have a look at those links.

@AnDa-creator Would you be interested to present?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants