-
Notifications
You must be signed in to change notification settings - Fork 132
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
[FTheoryTools] Reduce allocs #4453
base: master
Are you sure you want to change the base?
Conversation
8250f1c
to
90bee65
Compare
3c10bba
to
1211766
Compare
# Check for non-Abelian gauge group breaking | ||
if has_attribute(g4, :breaks_non_abelian_gauge_group) | ||
if breaks_non_abelian_gauge_group(g4) | ||
push!(properties_string, " - Non-Abelian gauge group: broken") |
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.
Just out of curiosity, why Non-Abelian
and not the more usual non-abelian
?
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.
As a humble PhD student, @mohamed-barakat once showed me his (at the time) writing style for proposals, in which the capitalized the name of Mathematicians to honor their contributions. In the case at hand, Abel. I believe this style stayed with me since, although I am sure to have been inconsistent.
On second look, I favor non-abelian
here. More consistent. Will update this shortly.
d91377a
to
852dbd5
Compare
Co-authored-by: Lars Göttgens <[email protected]>
Co-authored-by: Max Horn <[email protected]>
852dbd5
to
1f663da
Compare
For my convenience, based on #4446.
cc @apturner @emikelsons