Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support more interesting noise types in evaluate_decoder #214

Open
7 tasks
Krastanov opened this issue Jan 19, 2024 · 0 comments
Open
7 tasks

support more interesting noise types in evaluate_decoder #214

Krastanov opened this issue Jan 19, 2024 · 0 comments
Labels
ECC Having to do with the ECC submodule good first issue Good for newcomers

Comments

@Krastanov
Copy link
Member

In #212 we created evaluate_decoder and a number of different "ecc circuit setup" configurations. However these are incomplete: only unbiased Pauli noise is currently supported, and some noise parameters are not even taken into account.

We need much more thorough support for this:

  • support two-qubit gate noise
  • support single-qubit gate noise
  • support for measurement noise
  • all of these should support at least biased Pauli noise
  • the CommutationCheckECCSetup is biased in a way inconsistent with the other ECC setup types - make equivalent parameterizations available between each setup type
  • noise during preparation of ancillary qubits
  • these improvements need to be documented
@Krastanov Krastanov added good first issue Good for newcomers ECC Having to do with the ECC submodule labels Jan 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ECC Having to do with the ECC submodule good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant