UnionFind icon indicating copy to clipboard operation
UnionFind copied to clipboard

C++ implementation of Union-Find decoder and its Python binding.

Results 7 UnionFind issues
Sort by recently updated
recently updated
newest added

I am having trouble compiling the decoder because I do not find the ._union_find_py file. Do you know if I am missing some step? I believe I did all the...

Hi, I had read your [arXiv:2101.07285](https://arxiv.org/abs/2101.07285) paper. In readme.md, you mentioned that there is an example with ML combined convention decoder. I didn't find this example. Would you give some...

Hi, I am a beginner at QEC and I would like to use this code. But the explanation seems to assume the periodic boundary. Could you tell me if this...

Simulation results up to 127x127x127 lattice show that the scaling is not linear. Need to profile (does the greedy implementation of the minimum spanning tree slow down it?) ![uf_3d_timing](https://user-images.githubusercontent.com/13266959/122107202-1d8ab300-ce1b-11eb-93fe-8833840b3f51.png)

invalid

When following the installation instruction (with an additional step of `conda install cmake`), I ran into the following error. Any suggestion on what went wrong? Thanks! Output (click to expand)...

Using a naive implementation of a priority queue generate O(n log(n)) code. Using the [Softheap](https://en.wikipedia.org/wiki/Soft_heap) will remain the time complexity but I am not sure whether it is necessary (and...

help wanted