PECOS-packages / PECOS

A Python framework, library, and set of tools for exploring, developing, and evaluating quantum error-correction protocols.
Other
29 stars 6 forks source link

64 bit signed arithmetic support #57

Closed qartik closed 6 months ago

qartik commented 7 months ago

Finish BinArray2 with 64-bit signed as the default type and migrate to it from BinArray.

Also, add a unit test file to expose interesting edge cases.