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

Initial Distributed Quantum Support #274

Merged
merged 7 commits into from
Sep 13, 2024
Merged

Initial Distributed Quantum Support #274

merged 7 commits into from
Sep 13, 2024

Conversation

edyounis
Copy link
Member

@edyounis edyounis commented Sep 9, 2024

This PR changes the CouplingGraph class to accommodate distributed quantum computing (DQC) machine models. It allows custom edge weights on the graph, which can be used to signify remote connections. Additionally, several DQC utility functions are provided for the CouplingGraph.

Changes:

  • Changed coupling graph edge weights from int to float
  • Added remote_edges parameter to CouplingGraph.__init__ to signify distributed graphs
  • Added default_weight, default_remote_weight, and edge_weights_overrides to allow custom edge weights on the graph. These can be used for bias mapping.
  • Implemented several utility methods in the CouplingGraph class.

@edyounis edyounis merged commit 6371b7e into main Sep 13, 2024
17 checks passed
@edyounis edyounis deleted the dqc branch September 13, 2024 13:47
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

Successfully merging this pull request may close these issues.

1 participant