Closed sfreedman67 closed 1 year ago
I think the interface would mirror flatsurf.translation_surfaces.mcmullen_genus2_prototype, such as:
flatsurf.translation_surfaces.mcmullen_genus2_prototype
flatsurf.translation_surfaces.lanneau_nguyen_genus3_prototype(w, h, t, e, base_ring=None)
for the S-shaped prototype in H(4). The associated discriminant is now D = e^2 + 8wh.
H(4)
D = e^2 + 8wh
We could also have flatsurf.translation_surfaces.lanneau_nguyen_genus4_prototype(w, h, t, e, base_ring=None, which is an X-shaped prototype in H(6).
flatsurf.translation_surfaces.lanneau_nguyen_genus4_prototype(w, h, t, e, base_ring=None
H(6)
See also #65.
I think the interface would mirror
flatsurf.translation_surfaces.mcmullen_genus2_prototype
, such as:flatsurf.translation_surfaces.lanneau_nguyen_genus3_prototype(w, h, t, e, base_ring=None)
for the S-shaped prototype in
H(4)
. The associated discriminant is nowD = e^2 + 8wh
.We could also have
flatsurf.translation_surfaces.lanneau_nguyen_genus4_prototype(w, h, t, e, base_ring=None
, which is an X-shaped prototype inH(6)
.