-
-
Notifications
You must be signed in to change notification settings - Fork 531
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
Constructor quaternion algebra over number fields from ramification #37189
base: develop
Are you sure you want to change the base?
Conversation
I've seen this other PR #37173 that implements |
8b4220c
to
44fc263
Compare
I'll review this once the necessary checks have completed. |
5be2ea6
to
d96f42e
Compare
Let me know (e.g. by commenting here) once you think this is ready for another full review; in the meantime, Lint recognized some whitespaces in the blank line 302. |
882ba53
to
55809f3
Compare
ready for review |
3be5ad7
to
0844c28
Compare
Great, I'll review it again when I find the time for it; this will probably not be before Friday though. |
0844c28
to
2657bae
Compare
d96b447
to
b025292
Compare
The errors in the tests seemed to be outdated, so I updated the branch to re-trigger the tests |
Whoops, turns out I was looking at the wrong thing - the new commit should fix the errors. |
The timeout in |
Since #37173 should be on its way to get merged, I am putting this PR to |
- Added missing tests for possible errors - Integrated `.ramified_places()` to check that new construction works correctly - Modified input checks to properly reject bad inputs - Added author entry for prior work on sagemath#37173, sagemath#37644 and sagemath#37675
I've added the new tests/examples, including the use of |
failing doctest |
Whoops, should be fixed now |
This PR adds a new input format for the constructor of quaternion algebras.
It uses PARI
alginit
function to construct one form the ramification information.Fixes #16948