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

Feat dwave #180

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Feat dwave #180

wants to merge 3 commits into from

Conversation

smml1996
Copy link

@smml1996 smml1996 commented Mar 2, 2022

Making ground to connect to dwave's quantum computer

@@ -0,0 +1,16 @@
pub struct DWave {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We will need to add mod quantum_annealing to main.rs (or alternatively to lib.rs). Otherwise the compiler won't see it and doesn't compile anything in this directory.

DW_2000Q
}

pub get_solver_qubits(solver: DWaveSolver) -> Vec<i32>{
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could add a very brief comment explaining where these constants came from or how they were generated. Doesn't have to be part of this PR, but eventually we want people to be able to reproduce this file if needed I think.

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.

2 participants