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

dialects: (stim) Add parser for .stim formatted strings #3122

Merged
merged 40 commits into from
Nov 3, 2024

Commits on Aug 15, 2024

  1. Add stim dialect

    kimxworrall committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    e71d99a View commit details
    Browse the repository at this point in the history
  2. Add tests

    kimxworrall committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    838d11e View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    82ae376 View commit details
    Browse the repository at this point in the history
  2. update stim

    kimxworrall committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    22c247f View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    f3f785a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6c2ebe View commit details
    Browse the repository at this point in the history
  3. fix tests

    kimxworrall committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    06662bc View commit details
    Browse the repository at this point in the history
  4. fix precommit

    kimxworrall committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    32585bc View commit details
    Browse the repository at this point in the history
  5. Update __init__.py

    kimxworrall authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    2cfbf1a View commit details
    Browse the repository at this point in the history
  6. Update tests/filecheck/dialects/stim/stim_ops.mlir

    Co-authored-by: Sasha Lopoukhine <[email protected]>
    kimxworrall and superlopuh authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    a5c8b34 View commit details
    Browse the repository at this point in the history
  7. Update tests/filecheck/dialects/stim/stim_ops.mlir

    Co-authored-by: Sasha Lopoukhine <[email protected]>
    kimxworrall and superlopuh authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    5e99704 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    123328a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf56513 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c4e0a1 View commit details
    Browse the repository at this point in the history
  4. Remove unnecessary files

    kimxworrall committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    a63cb4d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    94ce681 View commit details
    Browse the repository at this point in the history
  6. Remove StimOp reference

    kimxworrall committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    febe161 View commit details
    Browse the repository at this point in the history
  7. Align with precommit

    kimxworrall committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    ff2b0c0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2428317 View commit details
    Browse the repository at this point in the history
  9. align with precommit

    kimxworrall committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    dc1f1b3 View commit details
    Browse the repository at this point in the history
  10. Re-Add print_lists

    kimxworrall committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    57e4162 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7f9cc6b View commit details
    Browse the repository at this point in the history
  12. Fix syntax errors

    kimxworrall committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    91fa1c0 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Apply suggestions from code review

    Clean up some of the parser implementation ie. use in_angle_brackets
    
    Co-authored-by: Sasha Lopoukhine <[email protected]>
    kimxworrall and superlopuh authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    7069931 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae824ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bcd210c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6c74405 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fb5d65e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7d3ae2f View commit details
    Browse the repository at this point in the history
  7. Fix syntax errors

    kimxworrall committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    b1ea8c6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e1f6519 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    beea9c7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b1a389a View commit details
    Browse the repository at this point in the history
  11. align with precommit

    kimxworrall committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    efcf706 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c0acb9f View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. Add stim parser and update printer to print operations. Also add test…

    …s to test the stim printer and parser.
    kimxworrall committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    b02284a View commit details
    Browse the repository at this point in the history
  2. Align with precommit

    kimxworrall committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    bd71f1c View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

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

Commits on Oct 2, 2024

  1. align with main

    kimxworrall committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    3c1ef8c View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2024

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