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

Automated Synthesis of Encoder Circuits for Stabilizer Codes #275

Draft
wants to merge 27 commits into
base: main
Choose a base branch
from

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    e098b47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6107862 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0c8663 View commit details
    Browse the repository at this point in the history
  4. Move some functions to utilities.

    These will be needed later for the encoder synthesis.
    pehamTom committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    f61f1f6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b7f060f View commit details
    Browse the repository at this point in the history
  6. Some refactoring

    pehamTom committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    8f858fb View commit details
    Browse the repository at this point in the history
  7. More refactoring

    pehamTom committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    93d3234 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1e5bb0d View commit details
    Browse the repository at this point in the history
  9. Fixes to tests.

    pehamTom committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    71c301d View commit details
    Browse the repository at this point in the history
  10. No spaces in ipynb

    pehamTom committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    aafed37 View commit details
    Browse the repository at this point in the history
  11. Redundant line

    pehamTom committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    7be5ef1 View commit details
    Browse the repository at this point in the history
  12. Docs

    pehamTom committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    31b2bd1 View commit details
    Browse the repository at this point in the history
  13. Redundant variable

    pehamTom committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    15297e3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4f4e89c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b4f7ca8 View commit details
    Browse the repository at this point in the history
  16. Fixed 6_2_2 code

    pehamTom committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    c29bbaa View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    31ed4fd View commit details
    Browse the repository at this point in the history
  18. Gate-optimal encoders.

    pehamTom committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    4a41896 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f06ee09 View commit details
    Browse the repository at this point in the history
  20. Additional examples

    pehamTom committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    f5e1286 View commit details
    Browse the repository at this point in the history
  21. Linter warnings.

    pehamTom committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    f32b790 View commit details
    Browse the repository at this point in the history
  22. Fixed optimal encoding.

    Encoding wasn't optimal before. Consider the logicals as a group.
    pehamTom committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    fb17b17 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    c9817f4 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    d274fe1 View commit details
    Browse the repository at this point in the history
  25. Increase timeout in tests

    pehamTom committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    acec0b3 View commit details
    Browse the repository at this point in the history
  26. mypy

    pehamTom committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    8bc23f1 View commit details
    Browse the repository at this point in the history
  27. Added example for non-CSS ancilla state construction.

    Also added example circuits for the five qubit code and the 8,3,3 Gottesman code.
    
    Also moved Notebooks to example folder.
    pehamTom committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    50dd009 View commit details
    Browse the repository at this point in the history