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,

0

Comments

1 comment

Please sign in to leave a comment.

Didn't find what you were looking for?

New post