Skip to main content

Questions tagged [d-wave]

A quantum computing company, based in Burnaby, British Columbia, Canada, mostly known for their quantum annealing computers. An early rendition of these, D-Wave One, was the first commercially available quantum computer. (Wikipedia)

1 vote
0 answers
38 views

Performance of quantum annealing systems vs gate based ones

Quantum annealers like D-Wave can be used to solve Quadratic Unconstrained Binary Optimization (QUBO) which is a NP Hard problem (see here) while gate based quantum computers, like the ones created by ...
antony paul's user avatar
1 vote
0 answers
15 views

Solving KnapSack problem on D Wave hybrid CQM

I am solving 01 KnapSack problem for 500k items with the help of hybrid CQM solver of D Wave. And for comparison I solved same problem with CPLEX. Solution quality of CPLEX solver is better than D-...
Maths_hawk's user avatar
3 votes
1 answer
68 views

Multiplying two real variables in D Wave

I have two real variables from dimod: from dimod import Real A = Real("A") B = Real("B") However, when I try to multiply them ...
Dilshan Sonnadara's user avatar
2 votes
1 answer
82 views

D-Wave hybrid solver

I am interested in using the D-Wave CQM hybrid solver for solving the job shop problem. I would like to get more information about the internal working of this solver but I have been unable to find ...
Mace's user avatar
  • 21
0 votes
0 answers
21 views

How to add expressions to a Binary Quadratic Model, similar to CQM?

In a constrained quadratic model, we are able to create expressions like this: ...
underdog987's user avatar
1 vote
0 answers
30 views

Who is currently working on coherent Ising machines (classical analog devices)?

Can you share some papers on that subject? Review papers would be highly appreciated. What are limitations in terms of connectivity between different spins?
sycramore's user avatar
  • 323
1 vote
0 answers
40 views

Comparing BQM and CQM solving for a tree-path problem

I'm currently working on a project for my thesis regarding BQM and CQM optimisation for a path problem. Without going too much on the details, here's some info: the structure is a tree, where all the ...
Amedeo Bertuzzi's user avatar
2 votes
0 answers
122 views

Can D-Wave presently solve real-world problems that conventional computers cannot solve?

There are number of threads on this site about the ability of QCs solving real-world problems (see for example What are the practical applications of quantum computing in engineering by the year 2030?,...
Max's user avatar
  • 85
4 votes
1 answer
80 views

QPU vs. Solvers

I am trying to understand the roles of the QPU and the solvers in a quantum device, specifically I am reading for this purpose the documentation of D-Wave. While it is clear to me that the QPU of a ...
Laura's user avatar
  • 59
4 votes
1 answer
827 views

Does the D-Wave hardware show any advantage for academic use-cases, for example in condensed matter physics?

The D-Wave team put out a few papers (like this one and this one) in the last few years describing how their methods can find ground states of certain spin-glass Hamiltonians faster than classical ...
sheesymcdeezy's user avatar
20 votes
2 answers
3k views

Did D-Wave show quantum advantage in 2023?

I would like to know your thoughts on whether or not D-Wave has shown a a smoking-gun example of quantum advantage this year. I am genuinely not quite sure what to think, but I believe the answer to ...
sheesymcdeezy's user avatar
3 votes
1 answer
77 views

Python code for D-Wave Annealer

In the below screenshot, I am aware of resolving the issue by reducing num_reads as the annealing time is exceeding my allowance. Although it works, my question ...
Sup's user avatar
  • 231
0 votes
1 answer
38 views

Is there any another method for adjusting transverse field? (D'wave)

By using QUBO formula, I can't take in Transverse field equation I was tried using of annealing schedule but it was failed . Is there any another method for adjusting transverse field? (I want to get ...
Cha's user avatar
  • 1
1 vote
1 answer
120 views

How to use D-Wave decomposers?

I'm currently trying to work on a minimization problem using D-Wave hybrid and quantum machines. The problem is, shortly, an energy optimization for a network of switches and servers, linked as a ...
Amedeo Bertuzzi's user avatar
0 votes
1 answer
69 views

How to keep the initial Hamiltonian in D Wave

So the D wave machine claims to start in an eigenstate of the Pauli X term in the transverse Ising model Hamiltonian, $$ -\frac{A(s)}{2}\sum_{i} \sigma^{x}_{i} $$ and then $A(s)$ is turned off slowly ...
kηives's user avatar
  • 159

15 30 50 per page
1
2 3 4 5
7