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

feat: Bootstrap experimental, toggleable high-performance backend for Quil programs. #1755

Open
wants to merge 25 commits into
base: master
Choose a base branch
from

Commits on Mar 15, 2024

  1. test: setup benchmarking

    MarquessV committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    505b5a8 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Configuration menu
    Copy the full SHA
    f11b491 View commit details
    Browse the repository at this point in the history
  2. merge benchmarks

    MarquessV committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    b0f2f08 View commit details
    Browse the repository at this point in the history
  3. get benchmark working

    MarquessV committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    80853a6 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. fix typo in docstring

    Co-authored-by: Michael Bryant <mbryant@rigetti.com>
    MarquessV and Shadow53 authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    77d1157 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e95298 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6bff4f9 View commit details
    Browse the repository at this point in the history
  4. remove grpc-web ref

    MarquessV committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    2c8c8ea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3294a3c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    60a97f1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e8acd63 View commit details
    Browse the repository at this point in the history
  8. clarify doc comments

    MarquessV committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    22b7324 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d797814 View commit details
    Browse the repository at this point in the history
  10. remove unused doc string

    MarquessV committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    9258898 View commit details
    Browse the repository at this point in the history
  11. break up setstate method

    MarquessV committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    be5c1c8 View commit details
    Browse the repository at this point in the history
  12. fix error message

    MarquessV committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    a3194d6 View commit details
    Browse the repository at this point in the history
  13. revert test case changes

    MarquessV committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    6e5cf18 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Rust backend is toggle-able

    MarquessV committed May 20, 2024
    Configuration menu
    Copy the full SHA
    0009a5f View commit details
    Browse the repository at this point in the history
  2. move import

    MarquessV committed May 20, 2024
    Configuration menu
    Copy the full SHA
    75696ec View commit details
    Browse the repository at this point in the history
  3. fix docstring

    MarquessV committed May 20, 2024
    Configuration menu
    Copy the full SHA
    c84cf63 View commit details
    Browse the repository at this point in the history
  4. restore build backend

    MarquessV committed May 20, 2024
    Configuration menu
    Copy the full SHA
    64f3fd7 View commit details
    Browse the repository at this point in the history
  5. remove unneeded module

    MarquessV committed May 20, 2024
    Configuration menu
    Copy the full SHA
    9ac6ad1 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. fix fixed-qubit test

    MarquessV committed May 23, 2024
    Configuration menu
    Copy the full SHA
    f492c36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f05d4f1 View commit details
    Browse the repository at this point in the history
  3. remove nest_asyncio

    MarquessV committed May 23, 2024
    Configuration menu
    Copy the full SHA
    19ab61f View commit details
    Browse the repository at this point in the history