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

Fix subgroup check in Pluto's G2. #155

Merged
merged 3 commits into from
May 3, 2024
Merged

Conversation

davidnevadoc
Copy link
Contributor

@davidnevadoc davidnevadoc commented May 2, 2024

The subgroup check in Pluto's G2 was incorrect. It multiplied by p instead of q.

The computation of constants are computed in the end of this script:
https://github.com/davidnevadoc/ec-constants/blob/main/pluto_eris/Triton_field_extensions.ipynb

Closes #149

@davidnevadoc davidnevadoc requested a review from kilic May 2, 2024 12:01
@davidnevadoc davidnevadoc added this pull request to the merge queue May 3, 2024
Merged via the queue into main with commit 5246c17 May 3, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bad subgroup check or cofactor clearing in G2 pluto
2 participants