Skip to content

added pickle support, fixed MPS.Save() binding

f45c7c8
Select commit
Loading
Failed to load commit list.
Open

Save and Load objects #778

added pickle support, fixed MPS.Save() binding
f45c7c8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 11, 2026 in 1s

35.54% (+0.06%) compared to 42e86b1

View this Pull Request on Codecov

35.54% (+0.06%) compared to 42e86b1

Details

Codecov Report

❌ Patch coverage is 48.14815% with 28 lines in your changes missing coverage. Please review.
✅ Project coverage is 35.54%. Comparing base (42e86b1) to head (f45c7c8).
⚠️ Report is 52 commits behind head on master.

Files with missing lines Patch % Lines
src/tn_algo/MPS.cpp 0.00% 7 Missing ⚠️
src/tn_algo/RegularMPS.cpp 0.00% 4 Missing ⚠️
src/tn_algo/iMPS.cpp 0.00% 4 Missing ⚠️
include/UniTensor.hpp 0.00% 2 Missing ⚠️
src/Bond.cpp 66.66% 2 Missing ⚠️
src/Symmetry.cpp 50.00% 2 Missing ⚠️
src/UniTensor_base.cpp 0.00% 2 Missing ⚠️
src/backend/Storage.cpp 50.00% 2 Missing ⚠️
src/tn_algo/MPS_base.cpp 0.00% 2 Missing ⚠️
src/Tensor.cpp 83.33% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #778      +/-   ##
==========================================
+ Coverage   35.47%   35.54%   +0.06%     
==========================================
  Files         214      214              
  Lines       33007    33004       -3     
  Branches    13130    13121       -9     
==========================================
+ Hits        11709    11731      +22     
+ Misses      19376    19359      -17     
+ Partials     1922     1914       -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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.