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

Add an LWE noise propagation model #275

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

Commits on Nov 30, 2023

  1. add NoisePropagationInterface

    j2kun committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    10c4eb8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38200e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c254e45 View commit details
    Browse the repository at this point in the history
  4. implement noise propagation

    as if CGGIParams was an available attribute on every op
    j2kun committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    2793bf4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e6b0f74 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    27ac979 View commit details
    Browse the repository at this point in the history
  7. migrate ops to Variance class

    j2kun committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    d18bef8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8a0f268 View commit details
    Browse the repository at this point in the history
  9. add LWE set default parameters

    j2kun committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    7138a29 View commit details
    Browse the repository at this point in the history
  10. add ValidateNoise pass

    j2kun committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    bfdff75 View commit details
    Browse the repository at this point in the history
  11. fix build errors

    j2kun committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    598f479 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    00bafd4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a122c6c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a4e9e1e View commit details
    Browse the repository at this point in the history
  15. add trivial noiseless test

    j2kun committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    fb9d14b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d0eeb2a View commit details
    Browse the repository at this point in the history
  17. improve diagnostics and debugs

    j2kun committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    a3b5a98 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c46d28d View commit details
    Browse the repository at this point in the history
  19. squashme: wip

    j2kun committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    8b47076 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Configuration menu
    Copy the full SHA
    2361089 View commit details
    Browse the repository at this point in the history