chaeyeunpark / UnionFind

C++ implementation of Union-Find decoder and its Python binding.
GNU Lesser General Public License v2.1
24 stars 4 forks source link

3D implementation #1

Closed WeileiZeng closed 3 years ago

WeileiZeng commented 3 years ago

Very nice work! It is fun to run it! I can send some PR for python decoding demo with graphs in pythonutil if you are interested.

Is Kai Meinerz's python code open-source as well? And is there any implementation for 3D code?

Thanks!

chaeyeunpark commented 3 years ago

Thank you for your interest! Of course, you can send a PR.

But as Kai's python code is more for an internal purpose, I don't think we open source it. However, I could find another python implementation at https://github.com/nanleij/The-toric-code. You may check it.

We expect adding 3D implementation is not super difficult but we leave all 3D things for the next work; thus I don't think we will add them in near future.

Best, CY

WeileiZeng commented 3 years ago

Thanks! This's very helpful!

chaeyeunpark commented 3 years ago

As 3D implementation is added in f2a5fefa4d8724e496b48a7a2ca2a7fc7b3485b3, I close this issue.