quantumgizmos / ldpc

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

turning off osd from python results in segmentation fault #22

Open alexandrupaler opened 9 months ago

alexandrupaler commented 9 months ago

running the following line decoder = BpOsdDecoder(hx, error_rate=error_rate, max_iter=5, bp_method="ps", ms_scaling_factor = 0.625, schedule="parallel", osd_method = "osd_off") crashes with segmentation fault and no other visible error on the console