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
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.3%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: DannyStoll1
  • License: gpl-3.0
  • Language: Rust
  • Default Branch: main
  • Size: 157 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 3 years ago · Last pushed over 2 years ago
Metadata Files
Readme License Citation

README.md

A tool for computing the combinatorics of marked cycle curves over dynamical moduli spaces.

Installing and Running

  1. Ensure that you have Rust installed. You can install Rust via e.g. Rustup: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

  2. Compile the repository: cargo build --release && cd target/release

  3. Run the binary, e.g. ./marked-cycles --crit-period 2 --marked-period 6

Options

The following command line arguments can be passed to marked-cycles:

  • -m, --marked-period <MARKED_PERIOD>: Period of the marked cycle (0 to skip) [default: 0]
  • -c, --crit-period <CRIT_PERIOD>: Period of the critical cycle. Must be 1 or 2. --crit-period 1 will produce a cell structure over the family $fc(z) = z^2+c$, while --crit-period 2 will produce a cover over the family $fc(z) = \frac{z^2+c}{z^2-1}$. Default: 1.
  • -t, --table-max-period <TABLE_MAX_PERIOD>: If a nonzero value n is specified, this prints a data table describing the combinatorics of the curve over crit-period of each period from 2 through n. [default: 0]
  • -d, --dynatomic: Compute cell structure for dynatomic curve instead of marked cycle curve
  • -b, --binary: Display cell ids in binary.
  • -indent <INDENT>: How far to indent the cell descriptions [default: 4]
  • -h, --help: Print help

These options are also available via ./marked-cycles --help.

Owner

  • Login: DannyStoll1
  • Kind: user

Citation (CITATION.cff)

ff-version: 1.2.0
message: "This is free software, and may be freely used and modified in accordance with the GPL. However, if you would like to cite this for research purposes, you may do as as below."
authors:
  - family-names: Stoll
    given-names: Danny
title: "Dynatomic Cell Structure Implementation"
version: 0.2.0
date-released: 2023-10-25

GitHub Events

Total
Last Year