Skip to content

JoeyBF/sseq

 
 

Repository files navigation

The Spectral Sequences Project

This is a monorepo containing various projects:

  1. ext A general library to work with Ext over an Fp algebra. More generally, it allows us to work compute in the derived category of said algebra. The primary purpose is to compute the classical Adams E2 page by computing Ext over the Steenrod algebra.

  2. web_ext Web interfaces to ext. There are two subprojects at the moment:

  • sseq_gui: A GUI to work with the Adams spectral sequence. Given a Steenrod module, this computes its Ext and displays the associated Adams spectral sequence. The user can then interactively input differentials and the program can propagate differentials via the Leibniz rule.

    This can be tried out at https://spectralsequences.github.io/sseq/ which does not require installation.

  • steenrod_calculator: This is a simple user interface to compute sums and products in the Steenrod algebra and express the result in either the Adem or Milnor basis.

    This is available at https://spectralsequences.github.io/sseq/calculator/ .

  1. python_ext WIP python bindings for the ext library.

  2. chart A general spectral sequence web interface, with a python-based repl for programmatic interaction.

About

The root repository for the SpectralSequences project.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 59.3%
  • JavaScript 15.2%
  • Python 14.3%
  • HTML 5.4%
  • TypeScript 3.0%
  • GLSL 1.1%
  • Other 1.7%