-
Notifications
You must be signed in to change notification settings - Fork 6
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
Tensorkit v0.13 #13
Tensorkit v0.13 #13
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #13 +/- ##
==========================================
- Coverage 74.13% 73.42% -0.71%
==========================================
Files 5 5
Lines 634 621 -13
==========================================
- Hits 470 456 -14
- Misses 164 165 +1 ☔ View full report in Codecov by Sentry. |
G = sectortype(W) | ||
dims = TensorKit.SectorDict{G,Int}() | ||
generator = Iterators.map(blocks(W)) do (c, b) | ||
V = fuse(domain(W)) |
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.
That's clever 😃 : using functions what they are meant for instead of reimplementing them 👍
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.
I have my moments 😁
This bumps the TensorKit compatibility to v0.13.
As this does not change any functionality, I opted to only bump the minor version, as otherwise everything should be backwards compatible.