Infleqtion / qLDPC

Tools for constructing and analyzing quantum low density parity check (qLDPC) codes.
Apache License 2.0
77 stars 7 forks source link

Fix random symmetric subset generation #72

Closed perlinm closed 6 months ago

perlinm commented 6 months ago

Random subset generation should be deterministic when passed a random number seed. This method previously used set.pop, which is not deterministic.