dwave-examples / hybrid-computing-notebook

Create and use hybrid workflows to solve problems.
Apache License 2.0
11 stars 14 forks source link

Add support for Pegasus topology #8

Closed JoelPasvolsky closed 4 years ago

JoelPasvolsky commented 4 years ago

An alternative would be to add a QPUSubproblemDWaveCliqueSampler in dwave-hybrid, though the current method of using minorminer.busclique directly has the advantage of not needing to set a direct solver name (sampler_qpu = DWaveSampler(solver={'qpu': True}) followed by sampler_qpu = DWaveCliqueSampler(solver=sampler_qpu.solver.name) to ensure both branches use the same QPU).

CC @mdecandia