-
Notifications
You must be signed in to change notification settings - Fork 3
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
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
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this 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" } |
There was a problem hiding this comment.
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
This is failing because it needs qiboteam/qibo#1454. |
This has to be merged after qiboteam/qibo#1457.
GPU tests are passing.