Qbsolv files with hybrid sampler?
Hello,
Suppose I have an older qbsolv input file formatted according to the docs (https://docs.ocean.dwavesys.com/projects/qbsolv/en/latest/source/format.html)
What would be the correct way to run it with the hybrid sampler? A code example would be helpful.
Thanks.
Cao
Comments
Cao,
I would start by looking at the dimod.serialization.coo.load and loads functions .
The test code for the coo load and loads functions includes sample usage.
These functions return a BQM, which can be passed to the hybrid sampler, the same as if it had been constructed by the other more common functions.
Ed
Please sign in to leave a comment.