-
Notifications
You must be signed in to change notification settings - Fork 615
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
Updating default.tensor
to the latest quimb
version
#6630
Conversation
Hello. You may have forgotten to update the changelog!
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6630 +/- ##
=======================================
Coverage 99.60% 99.60%
=======================================
Files 478 478
Lines 45045 45045
=======================================
Hits 44868 44868
Misses 177 177 ☔ 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.
Woohoo!
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.
Nice work! @PietropaoloFrisoni
Context: With the new version (
1.9.0
) ofquimb
, released on 2024-11-19,DefaultTensor
no longer works.This seems to depend on the fact that the
local_expectation
method for MPS quantum circuits no longer works ifdtype
is specified.See this discussion in
quimb
for details.Now that
quimb 1.10
has been released, PennyLane is compatible with the latestquimb
again.Description of the Change: We just unpin the
quimb
version in the CI.Benefits:
PennyLane
is compatible again with the latestquimb
, and we'll know if something is not working.Possible Drawbacks: None.
Related GitHub Issues: None.
Related ShortCut Stories: [sc-78734]