-
Notifications
You must be signed in to change notification settings - Fork 176
New and better methods for Natural Alternating and Symmetric Groups #366
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
Conversation
|
Looks good to me so far. |
95aad49 to
4fca53f
Compare
|
Looking at the code for natural symmetric and alternating groups more closely, it was a bit of a mess. There was a StabilizerOp method that could never be called, for instance. The latest version of this includes effective StabilizerOp methods for natural Sn for some basic actions. Still WIP. |
|
As far as I know this is now good to merge. |
|
Only found one small issue: |
|
Thanks - let's merge this. I'd only update the title of this PR to reflect that is also contains some further improvements,not only Size and Random. |
New and better methods for Natural Alternating and Symmetric Groups
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@stevelinton while loading the library, SYMGP_STABILIZER causes "unbound global variable" warning for gens and size. This does not crash testinstall, but but hits the test of Tutorial examples and seemingly teststandard. Shall I just add them to local ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, please.
|
Finally, something less trivial: this input, based on the and the error is If one removes the call of |
|
Fixed now in a commit on the master branch. |
|
Thanks - 4485002 fixed all. |
as already existed for Natural Symmetric Groups.
There might be more similar ommissions so don't merge yet.