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

Remove comments after meaningful statements in QASM reader #218

Merged
merged 10 commits into from
Oct 8, 2023

Commits on Sep 25, 2023

  1. QASMBench has comments after instructions

    QASMBench has lines that have comments after instructions, and those lines cause errors.
    This fix remove such comments.
    NoriyukiK-1qbit authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    3914ca9 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Configuration menu
    Copy the full SHA
    06d5bd2 View commit details
    Browse the repository at this point in the history
  2. Create w-state_with_comments.qasm

    To add a test to check if comments after statements are correctly handled.
    NoriyukiK-1qbit authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    ef46020 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e61d4c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    608ea32 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a4ee131 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3b4e183 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f000966 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Remove try/catch

    NoriyukiK-1qbit authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    e21f5db View commit details
    Browse the repository at this point in the history
  2. to follow PEP8

    NoriyukiK-1qbit authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    a7b8518 View commit details
    Browse the repository at this point in the history