Advantage 2 prototype

How would I call advantage 2 prototype for optimization as solver.

0

Comments

2 comments
  • Hello,

    There are a couple of ways to do this.
    One is by using feature-based solver selection:

    zephyr_sampler = DWaveSampler(solver=dict(topology__type='zephyr'))

    Or you can select the solver explicitly:

    sampler = DWaveSampler(solver='Advantage2_prototype2.3'))

    This second method does not account for changing solver names or accommodating for a solver coming offline.

    Also remember to use some kind of adapter like an EmbeddingComposite if you are not planning on formulating your problem for the QPU topology directly:

    sampler = EmbeddingComposite(DWaveSampler())
    1
    Comment actions Permalink
  • Thanks, David, for the help.

    0
    Comment actions Permalink

Please sign in to leave a comment.

Didn't find what you were looking for?

New post