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

Fix bug in qasm parser when gates.U3 is present. #1555

Merged
merged 3 commits into from
Jan 8, 2025
Merged

Fix bug in qasm parser when gates.U3 is present. #1555

merged 3 commits into from
Jan 8, 2025

Conversation

renatomello
Copy link
Contributor

@renatomello renatomello commented Jan 7, 2025

Checklist:

  • Reviewers confirm new code works as expected.
  • Tests are passing.
  • Coverage does not decrease.
  • Documentation is updated.

@renatomello renatomello added the bug Something isn't working label Jan 7, 2025
@renatomello renatomello added this to the Qibo 0.2.15 milestone Jan 7, 2025
@renatomello renatomello self-assigned this Jan 7, 2025
@renatomello renatomello linked an issue Jan 7, 2025 that may be closed by this pull request
Copy link

codecov bot commented Jan 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.67%. Comparing base (2e0450b) to head (e02cf4d).
Report is 22 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1555   +/-   ##
=======================================
  Coverage   99.67%   99.67%           
=======================================
  Files          76       76           
  Lines       11234    11236    +2     
=======================================
+ Hits        11198    11200    +2     
  Misses         36       36           
Flag Coverage Δ
unittests 99.67% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renatomello renatomello added this pull request to the merge queue Jan 8, 2025
Merged via the queue into master with commit a2f81af Jan 8, 2025
27 checks passed
@renatomello renatomello deleted the qasm branch January 8, 2025 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

qasm parser breaks when circuit contains gates.U3
3 participants