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

Bugfix to matrix unpacking for CliffordBackend #190

Merged
merged 7 commits into from
Sep 20, 2024
Merged

Conversation

BrunoLiegiBastonLiegi
Copy link
Contributor

This has to be merged after qiboteam/qibo#1457.
GPU tests are passing.

@BrunoLiegiBastonLiegi BrunoLiegiBastonLiegi marked this pull request as ready for review September 19, 2024 14:23
Copy link

codecov bot commented Sep 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.91%. Comparing base (d1f81fb) to head (9cd5d44).
Report is 8 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #190   +/-   ##
=======================================
  Coverage   99.91%   99.91%           
=======================================
  Files          12       12           
  Lines        1115     1115           
=======================================
  Hits         1114     1114           
  Misses          1        1           
Flag Coverage Δ
unittests 99.91% <ø> (ø)

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
Contributor

@AlejandroSopena AlejandroSopena left a comment

Choose a reason for hiding this comment

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

Thanks, I have checked that the GPU tests are passing.

pyproject.toml Outdated
@@ -22,7 +22,7 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.9,<3.13"
numba = ">=0.59.0"
qibo = "^0.2.10"
qibo = { git = "https://github.com/qiboteam/qibo", branch = "clifford_unpack_fix" }
Copy link
Contributor

Choose a reason for hiding this comment

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

Remember to revert this and the changes to the poetry file

@BrunoLiegiBastonLiegi
Copy link
Contributor Author

This is failing because it needs qiboteam/qibo#1454.
We should merge that one first. Regarding the qibo dependency, this is now pointing at qibo main, we will change it to qibo = "^0.2.12" after the release.

@scarrazza scarrazza merged commit 2d04914 into main Sep 20, 2024
27 checks passed
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.

4 participants