Kelly Boothby

Results 51 comments of Kelly Boothby

Yuri, The person who wrote the CMake files is no longer a contributor to this repo, and that's not my area of expertise. If you're able to contribute an installation...

Hello, The changes you propose sound quite intrusive. To be perfectly honest, if I were to make the algorithm handle directed graphs, I would probably rewrite it from scratch. Almost...

That's best for now. I would like to get to the bottom of this, but I've been busy with design work.

For the time being, minorminer stores chain connectivity in the `chain` class, found in `chain.hpp`. Specifically, the chain for `u` contains a `link` to itself (`link[u]`), encoding the chain's root;...

@Gabriel-in-Toronto can I ask why you closed this? I confirmed that it's an issue on my machine. If you've got a workaround, I'd encourage you to submit a PR. This...

Excellent, thanks!

The easiest thing to do is to update the code in the PR (I've made some suggestions there) and push them to your repo. The tests will re-run. The c++...

The primary reason is that I don't consider `suspend_chains` to be a "real" feature, as it's just a convenience wrapper for a common use case for `fixed_chains`. I appreciate you...

> If you avoid duplication, wouldn't you have pin nodes assigned to the same pin qubits? I guess you could allow overlap for them... or maybe I'm wrong about this....

This is awesome! I haven't read anything other than your description here, but I'm excited for the collaboration. Don't worry too much about code duplication. I've gone through elaborate pains...