-
-
Notifications
You must be signed in to change notification settings - Fork 655
Implementing moment angle complexes #35875
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
Currently trying out whether cubical complexes might be better for the construction of |
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.
For the docstrings themselves, it would be good to try to get many of the lines less that 80 chars/line. Perhaps most of them are (I can't immediately check on the web interface), but it seems like many of them are over.
Co-authored-by: Travis Scrimshaw <clfrngrown@aol.com>
A lot of them were definitely over 80 chars/line, thank you. I think I managed to break most of them (apart from one LaTeX line at the beginning of the class-level doc), although many of them within the |
You can break latex (or any other formatting thing) over multiple lines. Also, instead of |
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.
Some last little things.
Co-authored-by: Travis Scrimshaw <clfrngrown@aol.com>
Documentation preview for this PR (built with commit 80bf983; changes) is ready! 🎉 |
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.
Thank you.
Description
This is a part of #35640 (GSoC 2023).
Implementing moment-angle complexes, one of the key constructions in toric topology. Many methods are yet to be implemented, which will be closely related to the simplicial complex over which the moment-angle complex is constructed.
Checklist
Dependencies