Adopt TensorAlgebra 0.18's strict project and project_aux - #239
Merged
Conversation
Follow TensorAlgebra 0.18's `project`/`project_aux` split at the named-index layer: `project` projects into exactly the given indices, while `project_aux` derives and appends the flux-carrying auxiliary index for a charge-shifting operator or non-invariant state. Also moves to GradedArrays 0.15. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #239 +/- ##
==========================================
- Coverage 77.92% 77.86% -0.06%
==========================================
Files 30 30
Lines 1803 1812 +9
==========================================
+ Hits 1405 1411 +6
- Misses 398 401 +3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
…ow that the upstreams are registered Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
project and project_auxproject and project_aux
mtfishman
marked this pull request as ready for review
August 3, 2026 19:03
mtfishman
enabled auto-merge (squash)
August 3, 2026 19:03
Mooncake 0.5.44 checks that a rule's primal is reproducible across reruns. uniquename mints a fresh name on every call, so only its AD interface is meaningful to test.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adopt TensorAlgebra 0.18's
project/project_auxsplit at the named-index layer:projectprojects into exactly the given indices, whileproject_auxderives and appends the flux-carrying auxiliary index. Also moves to GradedArrays 0.15, and switches theuniquenameautodiff tests to interface-only for Mooncake 0.5.44's new primal-reproducibility check.