You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 26, 2023. It is now read-only.
I don't actually use this code in my project, but I would like to understand what I've done wrong; or, perhaps the example is incorrect.
(If it helps, looking at the history, the example went in at 11745cd back when the response was a dimod BinaryResponse. It is now a Response. I'm using qbsolv 0.2.9, but I don't see any thing since then on master which might be related.)
While simplifying code trying to understand a different issue, I tried to run the trivial example here:
https://github.com/dwavesystems/qbsolv/blob/0.2.9/python/dwave_qbsolv/dimod_wrapper.py#L75-L81
However, the response has no
energies
attribute.I don't actually use this code in my project, but I would like to understand what I've done wrong; or, perhaps the example is incorrect.
(If it helps, looking at the history, the example went in at 11745cd back when the response was a dimod
BinaryResponse
. It is now aResponse
. I'm using qbsolv0.2.9
, but I don't see any thing since then onmaster
which might be related.)Including the qbsolv import, my entire code is:
Apologies for by-passing your issues template. :) If I should ask about this elsewhere, please let me know.
The text was updated successfully, but these errors were encountered: