Craig Gidney

Results 139 comments of Craig Gidney

It's probably not a good idea to use a hash table. Not only does it require a multiset instead of a set, but messing with the order things run in...

The tests aren't passing in this branch. It's because of a versioning issue. It's unclear if it's the project or my installed software that's the problem. For example: ``` Test...

Thanks for the report. Displays breaking on the bottom qubits is an issue I see sometimes on certain computers but I have no idea what causes it. My best guess...

The python API is more important than the C++ API. The C++ method should probably live in `src/util_top/*`, along with most of the other top-level utilities not used by other...

Still iterating on the design of this method.

Closing as needs-more-design. May return in the future.

This ends up being pretty complicated to solve. Because the time reversal flips the order of the feedback and the measurement, it's necessary to push the reversed feedback forward in...

Urgh that's embarrassing that I got the order wrong. But I think this PR still has the wrong order. It should be ``` {flatten,decompose} {decompose} {flatten} {} ``` The reason...

Moved this change into https://github.com/quantumlib/Stim/pull/832

> given that pybind11 has had things this way since ages and complaints about hashing method are very rare I run into this hashing issue everytime an assertion involving a...