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

Feature Parse qasm for BlockIR(qasm::String) #8

Merged
merged 6 commits into from
Oct 23, 2023

Commits on Sep 26, 2023

  1. prototype parser and converter for OpenQASM

    still a lot of gates to parse,
    currently support
    - S
    - X
    - Z
    - s
    - sDag
    - t
    - tDag
    contra-bit committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    ce06cec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f79bee2 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. remove CompilerPluginTools

    contra-bit committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    39604f2 View commit details
    Browse the repository at this point in the history
  2. Create YaoHIRExt

    contra-bit committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    cc0ce46 View commit details
    Browse the repository at this point in the history
  3. create testsets

    contra-bit committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    774dd98 View commit details
    Browse the repository at this point in the history
  4. add qasm test

    contra-bit committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    07e651b View commit details
    Browse the repository at this point in the history