Viewing D-Wave 2000Q_2_1 graph by revisiting old submissions?
I took a medium-length hiatus between uses of the D-wave 2000Q device. On the cloud website, it was possible to submit problems on the D-Wave by setting h and J bias values on an interactive graph that displays all the working qubits/ couplers on a chip a user has access to. This served as a sort of interactive Demo but with results from actual chip runs. In addition, previously submitted problems (whether through this or the API) could be viewed. With Leap, all I can find is a log of submitted problems. Is there still a way to view an interactive version of the D-Wave 2000Q_2_1 graph? I find this helpful for troubleshooting bugs in code, and trying to generate my own version of the graph using networkx is not nearly as polished, so the display is not actually very helpful.
Comments
Hello Nicholas,
Users with custom contracts with D-Wave have access to some features that are not yet available in Leap. The problem visualizer is one of them. We plan to move this feature into Leap soon.
I will reach out privately to see if you are having issues accessing this feature.
Also, you might find some of this documentation on the extensions of drawing graphs with NetworkX
https://docs.ocean.dwavesys.com/projects/dwave-networkx/en/latest/reference/drawing.html
You might find this draw_chimera_bqm function in dwave-system useful as well:
https://github.com/dwavesystems/dwave-system/commit/9e1b30eac1cca18f3b828bacbf84bc5910c11b87
It allows you to draw a graph of the bqm you input, as long as it meets the criteria of fitting into a chimera graph.
Edges are colour-coded to show the strength of the positive or negative bias.
Please sign in to leave a comment.