flatsurf / surface-dynamics

Teichmüller dynamics in SageMath
https://flatsurf.github.io/surface-dynamics/
GNU General Public License v2.0
11 stars 13 forks source link

More functionalities to cylinder diagrams #62

Open videlec opened 1 year ago

videlec commented 1 year ago

In order to make the computation of https://github.com/chriszhang3/cylinders more broadly available we propose the implementation of several additional functionalities to cylinder diagrams

Possible ideal interface

sage: cd = CylinderDiagram(...)
sage: H = cd.homology()   # to be implemented
sage: H.twist_space().dimension()

Additionally, Cristopher will create a standalone notebook (using these new functionalities) which would make the computations he needed for rank 2 classification.

videlec commented 1 year ago

@chriszhang3