Reverse Annealing Example
I tried to do the "Reverse Annealing Schedule Tuples: Example" from https://docs.dwavesys.com/docs/latest/c_qpu_annealing.html#reverse-annealing
EmbeddingComposite(DWaveSampler().sample_qubo(bqm, num_reads=10000 anneal_schedule=[(0.0, 1.0), (2.5, 0.5), (27.5, 0.5), (30.0, 1.0)]).
But I received this error: "SolverFailureError: Annealing waveform PWL error: must start at (0.0, 0.0)", but the doc says "For a reverse anneal, however, the anneal fraction must start and end at s=1."
I'm not sure how to implement the Reverse Annealing, seems that the documentation is lacking an example about that.
Someone can help with this example?
Thank you,
Comments
Hi Thiago,
We just added a new Jupyter Notebook about Reverse Annealing!
Here is a link to one of our community posts talking about it:
https://support.dwavesys.com/hc/en-us/articles/360021500814-New-Jupyter-Notebook-Reverse-Annealing
You just need to go to your Leap page and go to Resources > Learning and Docs.
Here is a link to the page for convenience:
https://cloud.dwavesys.com/learning/
You might have to start the Jupyter Hub server by clicking the button on that page.
I hope this helps!
Please sign in to leave a comment.