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 Clifford-only simulator (Stim) #2193

Merged
merged 12 commits into from
Sep 12, 2024
Merged

Commits on Sep 6, 2024

  1. Add Stim simulator

    bmhowe23 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    eae7404 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5b6492 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    668c0fa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9565ffb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    53fdd7d View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Add Stim to NOTICE file

    bmhowe23 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    2c573c3 View commit details
    Browse the repository at this point in the history
  2. Add docs for Stim simulator

    bmhowe23 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    5bd6f6a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43ec907 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Address PR comments

    * Add Python tests (with negative tests)
    * Throw an addition error message
    * Add TODO
    bmhowe23 committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    20343fd View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    74da4a2 View commit details
    Browse the repository at this point in the history
  2. stim/CMakeLists.txt cleanup / optimizations

    * Reduce the number of files built to only those needed by libstim. This
      makes the build go a little bit faster.
    * Remove warnings when compiling libstim to not clutter up console
    * Make the warning custimizations ONLY applicable to Stim submodule
      building (i.e. allow regular warnings/errors in
      StimCircuitSimulator.cpp)
    * Remove unneeded macro
    bmhowe23 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    0beb0d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af78798 View commit details
    Browse the repository at this point in the history