quantumgizmos / ldpc

Software for decoding classical and quantum codes
MIT License
81 stars 28 forks source link

Add ARM wheel for M1 Mac processors #11

Closed bestquark closed 2 years ago

bestquark commented 2 years ago

Hello 😄, Currently ldpc cannot be installed with pip install ldpc in M1 Macs because it does not have a ARM wheel in PyPi. It would be nice to add this wheel.

quantumgizmos commented 2 years ago

Hi The latest version ldpc 0.1.45 has ARM64 wheels. Could you test it on your M1 Mac and let me know whether it works? Thanks Joschka

bestquark commented 2 years ago

Works great! Thanks Joschka