ToricAtiyahBott

An implementation of the Atiyah-Bott formula for the moduli space of genus 0 stable maps for toric varieties.

https://github.com/mgemath/toricatiyahbott.jl

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.0%) to scientific vocabulary
Last synced: 7 months ago · JSON representation ·

Repository

An implementation of the Atiyah-Bott formula for the moduli space of genus 0 stable maps for toric varieties.

Basic Info
Statistics
  • Stars: 0
  • Watchers: 3
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created almost 3 years ago · Last pushed about 1 year ago
Metadata Files
Readme License Citation

README.md

ToricAtiyahBott.jl

Doc

This package is a work-in-progress implementation of the Atiyah-Bott residue formula for the moduli space of genus 0 stable maps to a toric variety in the Julia language.
Full documentation is available here: https://mgemath.github.io/ToricAtiyahBott.jl/.

Installation

This package requires Oscar, so make sure that you can use Oscar before installing this package. See https://www.oscar-system.org/install/. In order to install this package, type: julia-repl julia> using Pkg julia> Pkg.add("ToricAtiyahBott") After the installation, simply type: julia-repl julia> using ToricAtiyahBott every time you want to use the program.

To use our code, you need to define the following: X (a toric variety), beta (the cohomology class of a curve), m (the number of marks), P (an equivariant class). See documentation for some examples.

The full list of the currently supported equivariant classes is the following: julia ev(j, cc), ev(j, l) (pull back of the class cc (or line bundle l) with respect to the ev_j) push_ev(l) (push forward with respect to the forgetful map of the pull back of l) R1_ev(l) (first derived functor of direct image of the pull back of l) Psi(a) (cycle of psi-classes) Jet(p,l) (Euler class of the jet bundle J^p with respect to l) class_one() (the trivial class) Brief descriptions on these functions can be obtained through the standard help functionality of Julia by typing "?" and then the name of the function. julia-repl help?> Psi

Citing

We encourage you to cite our work if you have used our package. See "Cite this repository" on this page.

Owner

  • Name: Giosuè Muratore
  • Login: mgemath
  • Kind: user

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Muratore"
  given-names: "Giosuè"
  orcid: "https://orcid.org/0000-0003-0038-1432"
title: "ToricAtiyahBott"
version: 1.1.0
doi: 0
date-released: 2023-06-06
url: "https://github.com/mgemath/ToricAtiyahBott.jl"
preferred-citation:
  type: article
  authors:
  - family-names: "Muratore"
    given-names: "Giosuè"
    orcid: "https://orcid.org/0000-0003-0038-1432"
  doi: "doi.org/10.1016/j.jsc.2024.102330"
  journal: "Journal of Symbolic Computation"
  month: 
  start:  # First page number
  end:  # Last page number
  title: "Computations of Gromov-Witten invariants of toric varieties"
  issue: 
  volume: 125
  year: 2024
  url: "https://www.sciencedirect.com/science/article/abs/pii/S0747717124000348"
  issn: 0747-7171

GitHub Events

Total
  • Push event: 4
Last Year
  • Push event: 4

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 16
  • Total Committers: 1
  • Avg Commits per committer: 16.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 6
  • Committers: 1
  • Avg Commits per committer: 6.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Gios89 m****e@g****m 16

Issues and Pull Requests

Last synced: 12 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads: unknown
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 6
juliahub.com: ToricAtiyahBott

An implementation of the Atiyah-Bott formula for the moduli space of genus 0 stable maps for toric varieties.

  • Versions: 6
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 10.2%
Dependent packages count: 37.6%
Average: 44.2%
Forks count: 54.1%
Stargazers count: 74.7%
Last synced: 7 months ago