You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The package functions perform correctly for existing test cases which are well-defined based on various properties of the codes and existing pedagogical examples taken from literature, but they have not been thoroughly unit tested to confirm their correctness across a broad range of inputs/scenarios/cases. This leaves room for unnoticed bugs, particularly as code complexity increases for some fancy QECCs.
This will require some literature review on the code constructions, adding more tests and improving existing tests. There are a plenty of comments in the tests section to get started with.
The text was updated successfully, but these errors were encountered:
The package functions perform correctly for existing test cases which are well-defined based on various properties of the codes and existing pedagogical examples taken from literature, but they have not been thoroughly unit tested to confirm their correctness across a broad range of inputs/scenarios/cases. This leaves room for unnoticed bugs, particularly as code complexity increases for some fancy QECCs.
This will require some literature review on the code constructions, adding more tests and improving existing tests. There are a plenty of comments in the tests section to get started with.
The text was updated successfully, but these errors were encountered: