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
Oops. I misread those logs. The issue is actually in the python polytime embedder, which isn't (yet) minorminer's responsibility. Leaving this open because I'll eventually want to fix that.
Yes-ish? There's still some value in that python code:
it can handle arbitrary shore sizes; the c++ is limited to 8
it can be used to sample from the space of maximum-size embeddings (with caveats), where the c++ is deterministic (with caveats)
So for now, I don't plan to remove it altogether.
boothby
changed the title
Bug or bad unit test in buclique.largest_clique_by_chainlength
busclique finds cliques that aren't confirmed by the python polytime embedder
Sep 4, 2020
edit: There's an issue in how the polytime embedder handles bad internal couplers
See #151 and #152. Seems to be impacting chimera graphs with a small number of bad edges
The text was updated successfully, but these errors were encountered: