Use Künneth for product bundle cohomology - #26
Draft
pbelmans wants to merge 10 commits into
Draft
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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
FilteredBundleoperationsNew capability
For a quartic K3 surface
S,mainleaves external tangent constructions symbolic:H*(T_S ⊠ T_S) = [400 + x₀ - x₁, x₀, x₁, 0, 0]H*(T_S ⊞ T_S) = [-80 + x₀ - x₁ + x₂, x₀, x₁, x₂, 0]This branch recognizes the factorization and determines:
H*(T_S ⊠ T_S) = [0, 0, 400, 0, 0]H*(T_S ⊞ T_S) = [0, 40, 0, 40, 0]The locus may be assembled directly from its defining bundles: no product provenance is stored. Bundle recognition likewise inspects only the current presentation terms.
Performance
Identical Julia and dependency versions, 500 cache-cold and 5,000 cache-warm evaluations per case:
Hodge and Hochschild algorithms are unchanged. On the Fano fourfold
P¹ × Q³, both revisions return identical Hodge and Hochschild output; the warmed Hodge timings were 0.137 ms versus 0.134 ms.The latest recognizer cleanup reduces an external tangent-product recognition from 118.3 to 91.4 μs and allocations from 97,584 to 76,528 bytes. Warmed cohomology drops from 279.0 to 229.0 μs and from 311,848 to 265,032 bytes. It also removes 40 lines from the branch overall rather than merely relocating the implementation.
Verification
src/Kunneth.jl