-
Notifications
You must be signed in to change notification settings - Fork 33
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
WIP: tests and fixes for EWdim6 UFO models #847
Draft
valassi
wants to merge
13
commits into
madgraph5:master
Choose a base branch
from
valassi:ewdim6
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains 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
NB: this code can now be generated without issues, which shows that issue madgraph5#615 has been fixed by my SUSY/HEFT/SMEFT patches
CUDACPP_RUNTEST_DUMPEVENTS=1 ./build.none_d_inl0_hrd0/runTest.exe cp ../../test/ref/dump_CPUTest.Sigma_EWdim6_udx_wpz.txt ../../../CODEGEN/PLUGIN/CUDACPP_SA_OUTPUT/test/ref/ git add ../../test/ref/dump_CPUTest.Sigma_EWdim6_udx_wpz.txt ../../../CODEGEN/PLUGIN/CUDACPP_SA_OUTPUT/test/ref/
…madgraph5#846) in runTest for all three hrd1 tests
…hat HRDCOD=0 results are correct (and HRDCOD=1 are wrong madgraph5#846)
…ud_wz to the CI tests
…madgraph5#798 and madgraph5#841) into ewdim6 Fix conflicts: epochX/cudacpp/tmad/allTees.sh epochX/cudacpp/tput/throughputX.sh
…nd add a few new files)
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.
Hi @zeniheisser @oliviermattelaer this is a WIP PR with some tests and fixes for EWdim6 models.
In particular it adds to the git repo and adds tests for
import model EWdim6; generate u d~ > w+ z
which Zenny suggested in #615.It turns out that my recent patches for SUSY, HEFT and SMEFT fixed code generation (so #615 is fixed). The code also builds and runs.
However there are some wrong results, in particular a mismatch between HRDCOD=01 and HRDCCOD=1 results (see #846). I think that HRDCOD=0 results are fine (because they give the same as fortran) but HRDCOD=1 are wrong.
Anyway, I keep this in WIP as long as that issue is not understood and fixed.
Andrea