Jack Raymond

Results 17 comments of Jack Raymond

I'm pushing some broken code to show what happens when I try to inherit from DWaveSampler(), indeed the API request comes along for the ride. Maybe someone will have a...

I realized after the fact the reason the code hung offline is probably that DWaveSampler() was called in the integration testing, so your observation on the cloud client is I...

> What is the plan for `to_networkx_graph` in the end? I just wasted a lot of time on that differnce: I added an example that doctest tests using the mock...

Left as to do list (last commit): Rework to ensure contradictions between nodelist, edgelist and properties are impossible (see @randomir closed comment). Under forseeable use cases, I think contradictions will...

> What is the plan for `to_networkx_graph` in the end? I just wasted a lot of time on that differnce: I added an example that doctest tests using the mock...

I thought the default behaviour was to set Jchain = -max(|Jphysical|, not chain). If Jchain is not set proportional to scale(Jlogical) this needs to be addressed urgently. Guessing optimal chain...

As part of getting doctest to work had to overflow (beyond 80 characters) some lines, and # doctest: +SKIP to bypass this error: WARNING: broken link: https://www.jstor.org/stable/25464568 (403 Client Error:...

TilingComposite has been modified so that Chimera structured subproblems can be tiled over Pegasus-structured graphs. This is a partial solution. https://github.com/dwavesystems/dwave-system/pull/431 The ability to tile Pegasus structured subproblems over Pegasus...

An alternative possibility, that I like is for MockDWaveSampler() to swap in the ground state for the first sample when num_variables

If you really wanted, you could make things a bit smoother as a function of system size (1 of several options): Solve H(s) by greedy descent from either (a) random...