Support OpenQASM end statements - #424
Conversation
Signed-off-by: Daniel Gaskins <danielgaskins99@gmail.com>
Argus reviewAuto-review is off for this repo. Tick the box below to run a review on this PR.
Estimated cost
Tip: you can also comment |
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
👋 Hey there! It looks like the changelog might need an update. Please take a moment to edit the
|
Summary
end;statements during validation and unrollingTesting
pytest -q tests/qasm3/test_end.pypytest -q testspytest -q --cov=pyqasm --cov-config=pyproject.toml --cov-report=term --cov-report=xml testspylint src tests bin examplesisort --check-only src tests bin examplesblack --check --target-version py310 src tests bin examplesmypy src examplesqbraid admin headers src tests bin examples --skip=src/pyqasm/_version.py --type=apachesphinx-build -W -b html docs/ <output-directory>Fixes #396