Skip to content

Conversation

lkdvos
Copy link
Member

@lkdvos lkdvos commented Jun 21, 2025

Introduce a fast path for singular/eigen value calculations, implement left and right in-place multiplication methods, and add convenience constructors for DiagonalTensorMap.

Copy link

codecov bot commented Jun 21, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.82%. Comparing base (0c73bd2) to head (ffac196).
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #249      +/-   ##
==========================================
+ Coverage   82.65%   82.82%   +0.16%     
==========================================
  Files          43       43              
  Lines        5593     5601       +8     
==========================================
+ Hits         4623     4639      +16     
+ Misses        970      962       -8     

☔ 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.

@lkdvos
Copy link
Member Author

lkdvos commented Jun 24, 2025

Failures on nightly are unrelated, this should be good to go.
The main reason is that we are calling cond(S) in PEPSKit, where S comes from an SVD, and the fallback definition is taking a surprisingly long time for that.

@lkdvos lkdvos requested a review from Jutho June 24, 2025 18:43
@lkdvos lkdvos merged commit cabbf44 into master Jun 25, 2025
10 of 12 checks passed
@lkdvos lkdvos deleted the diag branch August 26, 2025 13:30
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.

2 participants