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

Move some code from Brandt modules to quaternion algebras #37090

Merged
merged 5 commits into from
Mar 31, 2024

Conversation

pjbruin
Copy link
Contributor

@pjbruin pjbruin commented Jan 18, 2024

This moves the following helper functions from Brandt modules to (public or private) methods of quaternion algebras, where they should be easier to access:

  • basis_for_left_ideal() function: moved to _left_ideal_basis() method
  • right_order() function: moved to _right_order_from_ideal_basis() method
  • quaternion_order_with_given_level() function: moved to order_with_level() method

We add deprecations for these functions and also deprecate the function maximal_order() in favour of the existing maximal_order() method of quaternion algebras.

@pjbruin
Copy link
Contributor Author

pjbruin commented Jan 18, 2024

#sd123

Copy link
Collaborator

@tscrim tscrim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@vbraun
Copy link
Member

vbraun commented Feb 21, 2024

merge conflict

@vbraun
Copy link
Member

vbraun commented Mar 21, 2024

I'm getting lots of errors after merging this, please try it on the newest develop branch

Copy link

Documentation preview for this PR (built with commit 78a3090; changes) is ready! 🎉

@vbraun vbraun merged commit 3aa2bde into sagemath:develop Mar 31, 2024
14 checks passed
@mkoeppe mkoeppe added this to the sage-10.4 milestone Mar 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants