oscar-system / Oscar.jl

A comprehensive open source computer algebra system for computations in algebra, geometry, and number theory.
https://www.oscar-system.org
Other
345 stars 126 forks source link

ToricVarieties: Goals in 2023 (and possibly beyond) #1834

Open HereAround opened 1 year ago

HereAround commented 1 year ago

Oscar-wide consolidation

Spectral Sequences (likely also requires Oscar-wide consolidation for homological algebra)

Intersection theory

Integration of useful Singular libraries (schemes/varieties to affine toric varieties)

Coherent sheaves (cf. https://github.com/oscar-system/Oscar.jl/pull/1809)

Migration of other code of ToricVarieties_project

Other

Completed

thofma commented 1 year ago

How about using markdown syntax, e.g. # heading?

HereAround commented 1 year ago

How about using markdown syntax, e.g. # heading?

Done. Thx for the pointer.

HechtiDerLachs commented 1 year ago
  • 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.