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: don't normalise half turns #137

Merged
merged 1 commit into from
Oct 23, 2024
Merged

fix: don't normalise half turns #137

merged 1 commit into from
Oct 23, 2024

Conversation

ss2165
Copy link
Member

@ss2165 ss2165 commented Oct 23, 2024

Closes #136

drive-by: cargo update (hugr 0.13.2)

I have tested the test in https://github.com/CQCL-DEV/guppy-integration/pull/19 now passes and the example has expected behaviour with crz oracle.

Closes #136

drive-by: cargo update (hugr 0.13.2)

I have tested the test inhttps://github.com/quantinuum-dev/guppy-integration/pull/19 now passes and the example has expected behaviour with crz oracle.
@ss2165 ss2165 requested a review from a team as a code owner October 23, 2024 13:24
@ss2165 ss2165 requested review from qartik and doug-q and removed request for qartik October 23, 2024 13:24
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.76%. Comparing base (2d9bfce) to head (247b096).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #137      +/-   ##
==========================================
- Coverage   85.02%   84.76%   -0.26%     
==========================================
  Files          31       31              
  Lines        4327     4313      -14     
  Branches     4327     4313      -14     
==========================================
- Hits         3679     3656      -23     
- Misses        310      326      +16     
+ Partials      338      331       -7     
Flag Coverage Δ
rust 84.76% <100.00%> (-0.26%) ⬇️

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.

Copy link
Collaborator

@doug-q doug-q left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great!

@ss2165 ss2165 added this pull request to the merge queue Oct 23, 2024
Merged via the queue into main with commit c73f36b Oct 23, 2024
11 checks passed
@ss2165 ss2165 deleted the fix/no-clamp branch October 23, 2024 14:45
@hugrbot hugrbot mentioned this pull request Oct 23, 2024
github-merge-queue bot pushed a commit that referenced this pull request Oct 23, 2024
## 🤖 New release
* `hugr-llvm`: 0.6.0 -> 0.6.1 (✓ API compatible changes)

<details><summary><i><b>Changelog</b></i></summary><p>

<blockquote>

## [0.6.1](v0.6.0...v0.6.1) -
2024-10-23

### Bug Fixes

- don't normalise half turns
([#137](#137))
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).
@hugrbot hugrbot mentioned this pull request Nov 13, 2024
ss2165 pushed a commit to CQCL/hugr that referenced this pull request Nov 22, 2024
* `hugr-llvm`: 0.6.0 -> 0.6.1 (✓ API compatible changes)

<details><summary><i><b>Changelog</b></i></summary><p>

<blockquote>

2024-10-23

- don't normalise half turns
([#137](CQCL/hugr-llvm#137))
</blockquote>

</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Stop normalising to_halfturns to [0,2\pi)
3 participants