Skip to content

Upgrade TensorAlgebra to fix contract#133

Merged
mtfishman merged 1 commit intomainfrom
mf/fix-contract
Mar 12, 2026
Merged

Upgrade TensorAlgebra to fix contract#133
mtfishman merged 1 commit intomainfrom
mf/fix-contract

Conversation

@mtfishman
Copy link
Member

@mtfishman mtfishman commented Mar 11, 2026

Requires ITensor/TensorAlgebra.jl#152. That fixes GradedArray contract since before that PR, contract always called α .* A .+ β .* B even if β == 0, and α .* A .+ β .* B is currently broken for GradedArray (which I will fix in future PRs, but ITensor/TensorAlgebra.jl#152 is good change to make anyway and it will be nice to have contract working in the meantime).

@mtfishman mtfishman closed this Mar 12, 2026
@mtfishman mtfishman reopened this Mar 12, 2026
@mtfishman mtfishman enabled auto-merge (squash) March 12, 2026 19:39
@codecov
Copy link

codecov bot commented Mar 12, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 70.27%. Comparing base (d7f6d6f) to head (1608b02).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #133      +/-   ##
==========================================
+ Coverage   69.95%   70.27%   +0.31%     
==========================================
  Files          10       10              
  Lines         952      952              
==========================================
+ Hits          666      669       +3     
+ Misses        286      283       -3     
Flag Coverage Δ
docs 0.00% <ø> (ø)

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.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@mtfishman mtfishman merged commit 33debf5 into main Mar 12, 2026
17 of 28 checks passed
@mtfishman mtfishman deleted the mf/fix-contract branch March 12, 2026 19:46
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.

1 participant