quantumgizmos / ldpc

A belief propagation decoder for low density parity check (LDPC) codes
MIT License
69 stars 25 forks source link

problem with importing libraries #25

Open OmprakashChandra opened 9 months ago

OmprakashChandra commented 9 months ago

Hi Joschka, I installed ldpcv2 on MacOS and tried running your sinterDecoder function. However , it gives error while importing some of the libraries. In particular, the error is: no module named 'ldpc.sinter_decoders' ",ldpc.bp_decoder". Is this problem with MacOS or with the package?