Joel Gottlieb
Joel Gottlieb
``` Q = {(0, 0): 2, (0, 1): -2, (0, 2): -2, (1, 2): 2} chainstrength = 1 bqm = BinaryQuadraticModel.from_qubo(Q, offset=-2) dwave_sampler = DWaveSampler() A = dwave_sampler.edgelist embedding =...
This program seems to run forever, on the D-Wave QPU. It is a customer's program. For I = 1 to I = 7, it runs locally, but once I =...
It would be nice to be able to do QUBO in gates/circuits. We can easily discuss where to best do it. (since you have the other issue open, about moving...