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

Naive Implementation of the Encoding Circuit #154

Merged
merged 23 commits into from
Sep 18, 2023

Commits on Jul 6, 2023

  1. Configuration menu
    Copy the full SHA
    7f5bfbb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36d8133 View commit details
    Browse the repository at this point in the history
  3. uncomment tests

    dmtrung14 committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    e6dbb95 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. minor

    dmtrung14 committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    05e3c56 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. encoding circuit -split

    dmtrung14 committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    cd05fff View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2023

  1. Slightly better docstring for is_degenerate -- please report in the d…

    …ocstring where this algorithm is from
    Krastanov committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    365553a View commit details
    Browse the repository at this point in the history
  2. a simplified version of your standard_tab_gott - should be doing th…

    …e same, but it is reusing MixedDestabilizer for all steps
    Krastanov committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    14604eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a0c94f View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Configuration menu
    Copy the full SHA
    460a131 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f6265a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e568de View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

  1. Configuration menu
    Copy the full SHA
    4cdd2a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cee2e31 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. clean up and add tests

    Krastanov committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    18d505e View commit details
    Browse the repository at this point in the history
  2. temporarry changes

    dmtrung14 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    abba3b2 View commit details
    Browse the repository at this point in the history
  3. temporary commit

    dmtrung14 committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    1c345f8 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

  1. Configuration menu
    Copy the full SHA
    9939e6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88b6d4b View commit details
    Browse the repository at this point in the history
  3. ammend

    Krastanov committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    5b9b0ef View commit details
    Browse the repository at this point in the history
  4. fix tests

    Krastanov committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    4db5e8e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    00a1465 View commit details
    Browse the repository at this point in the history
  6. references

    Krastanov committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    eb224c9 View commit details
    Browse the repository at this point in the history
  7. fix documenter

    Krastanov committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    ed698f3 View commit details
    Browse the repository at this point in the history