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

define BellSwap, NoisyBellSwap and T1NoiseOp #23

Merged
merged 23 commits into from
Nov 5, 2024

Commits on Oct 18, 2024

  1. define BellSwap and NoisyBellSwap gates

    Yipiao committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    f99a155 View commit details
    Browse the repository at this point in the history
  2. unfinish T1noise

    Yipiao committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    4c36ba1 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. simulate T1 noise

    Yipiao committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    f903ca0 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

  1. define T2NoiseOp and simulate T2 noise

    Yipiao committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    cbff56d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19f5692 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f582b87 View commit details
    Browse the repository at this point in the history
  4. whitespace cleanup

    Krastanov committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    43da8c7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ad3b0b7 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    1d53788 View commit details
    Browse the repository at this point in the history
  2. add aggressive type asserts

    Krastanov committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    f619fb9 View commit details
    Browse the repository at this point in the history
  3. add a test for the T1 noise

    Krastanov committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    e3dd2ce View commit details
    Browse the repository at this point in the history
  4. change gitignore

    Yipiao committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    9ce2f74 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    7c7dee6 View commit details
    Browse the repository at this point in the history
  2. change T2 noise simulation and run test

    Yipiao committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    1b1177a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a02b269 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. a few extra tests

    Krastanov committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    2ea4d6d View commit details
    Browse the repository at this point in the history
  2. extra documentation

    Krastanov committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    9cdf2f2 View commit details
    Browse the repository at this point in the history
  3. changelog

    Krastanov committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    15fc602 View commit details
    Browse the repository at this point in the history
  4. bump version number

    Krastanov committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    41c5d9a View commit details
    Browse the repository at this point in the history
  5. mark up a few internal functions with TODOs for unfinished features a…

    …nd using a more standard naming convention
    Krastanov committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    a715dc8 View commit details
    Browse the repository at this point in the history
  6. remove untested code: JET detected errors in this code, probably due …

    …to the use of np.exp which seems to have been copied from python's numpy -- as this code is not used or tested I just deleted it
    Krastanov committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    60fe12c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d649be3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    614270f View commit details
    Browse the repository at this point in the history