Open HereAround opened 1 year ago
How about using markdown syntax, e.g. # heading
?
How about using markdown syntax, e.g.
# heading
?
Done. Thx for the pointer.
- Tangent and cotangent bundle of toric varieties.
Have a look at #1840, if you like: There, I provide constructors for the (co-)tangent sheaves of arbitrary covered schemes. Through the work in #1636 this will also become available for toric varieties in the scheme theoretic sense.
However, I'm afraid that this is not precisely what you had in mind. I expect, you were thinking of these sheaves as something with a particular combinatorial description (like toric line bundles?). I would be interested in modeling a special type for these kind of sheaves which knows about their toric descriptions and build the bridge between the two sides. So that we can access different algorithmic backend for these, e.g. for cohomology computations, etc.
Oscar-wide consolidation
is_trivial
andis_irreducible
(cf. https://github.com/oscar-system/Oscar.jl/issues/1471)Spectral Sequences (likely also requires Oscar-wide consolidation for homological algebra)
Intersection theory
pre_inverse
andpost_inverse
when applicable within the toric varieties code.Integration of useful Singular libraries (schemes/varieties to affine toric varieties)
toric.lib
: Create toric ideal from exponent vectors (and compute a standard basis). This could be useful if we want to go from special schemes/varieties, namely those cut out by toric ideals to toric varieties. Benefits are to apply special toric methods (quicker, more powerful) than the generic scheme algorithms.cisimplicial.lib
: Answers the question if a toric ideal a complete intersection.C
functionality injulia
. (About 2000 lines of existing Singular code.)Coherent sheaves (cf. https://github.com/oscar-system/Oscar.jl/pull/1809)
Migration of other code of ToricVarieties_project
Other
prod
for performance reasons.Completed