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

Chris #63

Closed chriszhang3 closed 1 year ago

chriszhang3 commented 1 year ago

Checklist

Made changes according to what Vincent and I talked about see open issue #62. Namely I added the to_cylinder_graph function and the Twist class. The twist related code does not quite have the same interface. We can talk about that more if you want to. Also included tests.

videlec commented 1 year ago

@chriszhang3 Note that instead of Twist.twist_dimension you can use CylinderDiagram.homological_dimension_of_cylinders.

videlec commented 1 year ago

@chriszhang3 For me this is ready to go. I changed a bit some names. Tell me if it looks ok for you.

chriszhang3 commented 1 year ago

@videlec Looks great!