Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in "Exploring Orbit Closures" Example #235

Open
sfreedman67 opened this issue Jun 18, 2023 · 0 comments
Open

Error in "Exploring Orbit Closures" Example #235

sfreedman67 opened this issue Jun 18, 2023 · 0 comments

Comments

@sfreedman67
Copy link
Collaborator

sfreedman67 commented Jun 18, 2023

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants