Skip to content
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

Difference b/w D Wave leap hybrid solver and QBsolv? #245

Closed
Qudsiaamir opened this issue May 31, 2021 · 1 comment
Closed

Difference b/w D Wave leap hybrid solver and QBsolv? #245

Qudsiaamir opened this issue May 31, 2021 · 1 comment

Comments

@Qudsiaamir
Copy link

what are the principle differences with D Wave leap hybrid solver and QBsolv?

@randomir
Copy link
Member

Hi @Qudsiaamir,

QBSolv is an optimized hybrid solver based on tabu solver, with QPU used for subproblems. It runs on your machine.

D-Wave Hybrid is a (Python) framework designed for creating classical-quantum hybrid workflows with an emphasis on ease of use. Simplified implementations of QBSolv in dwave-hybrid are provided as a two workflow construction examples. A hybrid workflow will run (i.e. will be orchestrated) from your/local machine, with parts possibly running on a remote system (e.g. Leap). The algorithm and execution flow are completely under developer's control.

Leap hybrid solver service is a collection of optimized hybrid solvers based on various classical algorithms, decomposition and hybridization techniques. They are closed-source, proprietary, and hosted on D-Wave cloud, accessible via Solver API as part of the Leap experience. For more details, you might find some of the following whitepapers interesting:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants