-
-
Notifications
You must be signed in to change notification settings - Fork 655
Open
Description
Problem Description
The string representation of moment-angle complexes can be quite long and we often need to attach a name to a moment-angle complex (not a variable name, but rather a name stored internally).
Proposed Solution
I propose adding a latex_name
parameter to the MomentAngleComplex
class (or something similar along those lines), which would allow us to use it in research more efficiently.
Alternatives Considered
The only alternative is really just to name the variables accordingly, but this approach has obvious advantages.
Additional Information
This issue is regarding the PR #35875, and, consequently, is a part of #35640 (GSoC2023).
Is there an existing issue for this?
- I have searched the existing issues for a bug report that matches the one I want to file, without success.