Fixes for SUSY code generation of gg_tt#624
Merged
valassi merged 20 commits intomadgraph5:masterfrom Apr 3, 2023
Merged
Conversation
…eption" This is triggered by this line: if usesdepcoupl is None: raise "PANIC! could not determine if this call uses aS-dependent or aS-independent couplings?"
… front (thanks Olivier!)
…o unpack (expected 2, got 1)" madgraph5#622 This comes from the following line (a parameter is set conditionally...) DEBUG: line = if ( mdl_Mneu2 < 0 ) [model_handling.py at line 715]
…graph5#622, add an assert message
…is not"
I get the error for this situation:
'if (mdl_Mneu2 < 0)
mdl_Wneu2 = -abs(mdl_Wneu2);
if (mdl_Mneu3 < 0)
mdl_Wneu3 = -abs(mdl_Wneu3);
if (mdl_Mneu4 < 0)
mdl_Wneu4 = -abs(mdl_Wneu4);
if (mdl_Mgo < 0)
mdl_Wgo = -abs(mdl_Wgo);'
…ts in write_parameters and write_set_parameters
…off Majorana fixes (madgraph5#622)
…particles in export_cpp.UFOModelConverterCPP.write_set_parameters madgraph5#622
…unnecessary check that process is known
Now susy_gg_tt.sa and susy_gg_tt.mad can be correctly generated, but they fail to build
…l ok with no change This completes the first "susy" patch: now susy_gg_tt can be generated correctly (but it does not build). In practice, the main (only?) issue it addresses is madgraph5#622 Further patches (susy2 and possibly more) will attempt to fix these builds. NB: At this stage, CODEGEN is still using the upstream mg5amcnlo without "split_nonidentical_grouping" (PR madgraph5#619 and madgraph5#272)
Member
Author
|
All tests passe, I will self merge. Copying also @zeniheisser for info |
This was referenced Apr 3, 2023
nscottnichols
added a commit
to nscottnichols/madgraph4gpu
that referenced
this pull request
Jun 13, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This completes the first "susy" patch: now susy_gg_tt can be generated correctly (but it does not build).
In practice, the main (only?) issue it addresses is that it closes #622.
Further patches (susy2 and possibly more) will attempt to fix these builds.
NB: At this stage, CODEGEN is still using the upstream mg5amcnlo without "split_nonidentical_grouping" (PR #619 and #272)
Copying @oliviermattelaer and @nscottnichols because this may be something similar to issues they were having. (NB: I have many more issues coming...)