Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #240 +/- ##
==========================================
- Coverage 82.68% 82.61% -0.08%
==========================================
Files 43 43
Lines 5573 5579 +6
==========================================
+ Hits 4608 4609 +1
- Misses 965 970 +5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Looks good; feel free to merge. Note: it would be good to have tests for both the braiding and twisting behaviour of indices with a unit sector at some point. However, we currently don't even have any non-group symmetric tensor tests. |
|
MPSKit remains a somewhat decent test suite of this, since it's actually being used there :) I was actually quite surprised to find that the trivial braiding thing worked, and had to dig through the code a bit to find out how this was being achieved. |
Enable twisting of trivial sectors in cases where no braiding is defined, similar to how braiding trivial sectors is special cased.
Fixes #239