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 automorphism_group_generators for indefinite, ambiguous, isotropic, binary quadratic forms #1664

Merged
merged 3 commits into from
Oct 28, 2024

Conversation

simonbrandhorst
Copy link
Collaborator

No description provided.

@simonbrandhorst
Copy link
Collaborator Author

@thofma

@thofma
Copy link
Owner

thofma commented Oct 28, 2024

a few questions/comments

  • tests are failing
  • do you have a test?
  • do you have a reference?
  • what about the
#     if is_ambiguous && !(a==0 ||(a != 0 && c ==0 && b % (2*a) == 0))
#       error("missing case")
#    end

part?

@simonbrandhorst
Copy link
Collaborator Author

A possible reference is our paper
https://arxiv.org/pdf/2112.07715
Proposition 4.26. But the implementation here is different.
The comment I gave in the code should explain the implementation.
That part is for Stevell. It identifies the cases where the previous output was wrong.

@thofma
Copy link
Owner

thofma commented Oct 28, 2024

OK, thanks. Can I remove the "part" once Stevell had a look? I guess that without context/comments this soon loses its value.

@StevellM
Copy link
Collaborator

@thofma You can remove it, I made a copy of it so I can use it later. Thanks.

@thofma thofma enabled auto-merge (squash) October 28, 2024 19:35
@thofma thofma merged commit bd5a960 into master Oct 28, 2024
15 checks passed
@thofma thofma deleted the sb/fix_automorphism_group_generators branch October 28, 2024 22:34
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.

3 participants