-
Notifications
You must be signed in to change notification settings - Fork 227
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
D-Wave examples break during scheduled maintenance windows #117
Comments
Thank you for the call-out @jonbest-aws. For DWave we have two options to prevent the issue Option 1 - Instantiate sampler without specifying the device Option 2 - Use branching logic to find an online solver
For completeness, we are using the Advantage_system4 ARN explicitly in 7 files
As a final note it looks like cell 3 in https://github.com/aws/amazon-braket-examples/blob/main/examples/quantum_annealing/Dwave_MaximumCut.ipynb could just be removed. |
Hi, I'm working on this issue. |
Great! Thank you @JuanGiraldo0212. If you have questions as you go along just post them to this issue and we will provide answers. |
Thanks @christianbmadsen, quick question, some other files have the same cell that you mentioned should be deleted on https://github.com/aws/amazon-braket-examples/blob/main/examples/quantum_annealing/Dwave_MaximumCut.ipynb, should I also delete it in:
|
@JuanGiraldo0212 that would be great! Thanks! |
Thanks @christianbmadsen, do I need some permissions to push the branch and create the PR? |
@JuanGiraldo0212 have you forked the repo? You want to fork the repo, do your development and then create the PR from your fork. |
Sorry I forgot to fork it, my bad. I just created the PR @christianbmadsen |
Thank you for the PR. We will take a look and provide feedback! |
Thanks |
DWave examples were removed in November. Closing this issue. |
At least the max cut example [0] breaks during D-Wave maintenance windows due to the Advantage_system4 ARN being hardcoded. Should these use auto-selection?
[0] https://github.com/aws/amazon-braket-examples/blob/main/examples/quantum_annealing/Dwave_MaximumCut.ipynb
The text was updated successfully, but these errors were encountered: