You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Theres a small typo in this line from the example Exploring orbit closures: moduli = [(v.x()*v.x() + v.y()*v.y()) / area for v, area in zip(holonomies, areas)]
What is actually being computed in this line is the reciprocal of the modulus. Compare with Definition 3.3.
The text was updated successfully, but these errors were encountered:
@saraedum
Theres a small typo in this line from the example Exploring orbit closures:
moduli = [(v.x()*v.x() + v.y()*v.y()) / area for v, area in zip(holonomies, areas)]
What is actually being computed in this line is the reciprocal of the modulus. Compare with Definition 3.3.
The text was updated successfully, but these errors were encountered: