-
Notifications
You must be signed in to change notification settings - Fork 15
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
Test case of F = Rationals #225
Comments
Beyond this, let's also get ready for some functionality for cubic fields and beyond! |
My latest commit makes it possible to use our code to compute cusps over QQ (so modular curves). |
I think the biggest limitation is the multiplication table implementation.
It should be trivial to take care of that for the rationals.
…On Mon, Jun 6, 2022, 18:19 Sam Schiavone ***@***.***> wrote:
My latest commit
<7241f58>
makes it possible to use our code to compute cusps over QQ (so modular
curves).
—
Reply to this email directly, view it on GitHub
<#225 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACO2BQ67SOD3O72UFDN6KTVNZ2MBANCNFSM5WWXPMNQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It might be a good sanity check to try use our code to recover results in the case of the first number field:$F = \mathbb{Q}$ . Currently our code seems to only work for real quadratic fields, so trying to do compute over $\mathbb{Q}$ breaks it in several places.
The text was updated successfully, but these errors were encountered: