John McFarland
John McFarland
Hi, I suspect the problem is with the shape of `h`. I think the BQM constructor is looking for a sequence as opposed to a 2D array: ```python h =...
Hi Pablo, can you double-check or share the code that you are using to evaluate the optimal solution returned by the CQM solver? I have tried this myself using the...
No worries, the CQM features are very new. There are some more detailed and complete examples available under the [Getting Started](https://docs.ocean.dwavesys.com/en/stable/getting_started.html) guide and the [dwave-examples](https://github.com/dwave-examples) repository: - https://docs.ocean.dwavesys.com/en/stable/examples/hybrid_cqm_binpacking.html - https://docs.ocean.dwavesys.com/en/stable/examples/hybrid_cqm_stock_selling.html...
Some other observations: - The original example can be simplified by setting `ngroup=1` and the problem remains - Keeping with the simplification `ngroup=1`, it's not clear why some combinations of...
Ah, yes setting `min_classical_gap` does allow the BQM to be constructed in those cases. Not sure if there is any good way to address this via the error messages, but...
Hi, thanks for your interest. I haven't been actively working on this repo in quite a while because I am no longer involved in the project that needed this wrapping...
Hi, I'm able to recreate what may be a similar issue by setting `max_time` to 7 or larger in demo.py with all other settings the same. For me, this produces...
Speaking for the GitHub repositories page, the current organization methods are limited to tags as well as a default ordering made by GitHub (appears to list repositories based on most...
I think the README is the best place for this information (for example, the disclaimer in https://github.com/dwave-examples/qboost). There is room to convey more of the nuances. For example, if it...