Ask Your Question

alvarolmartinez's profile - activity

2024-03-11 00:07:00 +0100 received badge  Popular Question (source)
2024-03-01 20:20:00 +0100 commented answer Implementing a new class on Sage

That makes sense! Thank you

2024-03-01 20:19:42 +0100 marked best answer Implementing a new class on Sage

I have developed a related to my PhD thesis that I believe could be a valuable addition to Sage, particularly for researchers in link homology. I have been reading the documentation and the contributing to Sage pages, but I'm unsure if I'm doing things right and I would like to check.

My work includes:

  1. A 'Foam' class, an extension of SimplicialComplex with additional data and methods.
  2. An algorithm to count colorings of a Foam by converting it into an Integer Linear Programming problem.
  3. A module for (gln-) foam evaluation (see arXiv:1702.04140)

I forked the Sage repository's develop branch and created a 'foams' directory in sage/src. Should I simply develop my methods in the foams directory and submit a pull request, or is there a ticket system I should be aware of? Am I supposed to start a stream on zulip?

Thank you for your time!

2024-03-01 20:19:41 +0100 received badge  Scholar (source)
2024-03-01 20:19:41 +0100 received badge  Supporter (source)
2024-03-01 14:54:06 +0100 commented question Implementing a new class on Sage

Thank you!

2024-03-01 11:25:50 +0100 received badge  Good Question (source)
2024-03-01 11:16:29 +0100 received badge  Nice Question (source)
2024-03-01 06:57:11 +0100 received badge  Student (source)
2024-02-29 23:59:05 +0100 asked a question Implementing a new class on Sage

Implementing a new class on Sage I have developed a related to my PhD thesis that I believe could be a valuable addition