-
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
fix formatting in SMEFT generation #633
Comments
This was referenced Mar 19, 2024
Closed
valassi
added a commit
to valassi/madgraph4gpu
that referenced
this issue
Mar 20, 2024
…hich were giving problems both in SMEFT and gg_ttg.sa madgraph5#633 Now gg_ttg.sa builds ok
valassi
added a commit
to valassi/madgraph4gpu
that referenced
this issue
Mar 20, 2024
…m of missing mdl_G__exp__2 and the exponent literals madgraph5#633
valassi
added a commit
to valassi/madgraph4gpu
that referenced
this issue
Mar 20, 2024
…raph5#633 - now both smeft_gg_tttt and gg_ttg are better
valassi
added a commit
to valassi/madgraph4gpu
that referenced
this issue
Mar 20, 2024
…madgraph5#633 madgraph5#614, but the G^3 variable needs fixing again The G^3 assignment does give an issue in HRDCOD=0 In file included from Parameters_SMEFTsim_topU3l_MwScheme_UFO.cc:15: Parameters_SMEFTsim_topU3l_MwScheme_UFO.h: In function ‘const mg5amcCpu::Parameters_SMEFTsim_topU3l_MwScheme_UFO_dependentCouplings::DependentCouplings_sv mg5amcCpu::Parameters_SMEFTsim_topU3l_MwScheme_UFO_dependentCouplings::computeDependentCouplings_fromG(const fptype_sv&, const double*)’: Parameters_SMEFTsim_topU3l_MwScheme_UFO.h:591:66: error: conversion from ‘mg5amcCpu::fptype_sv’ {aka ‘__vector(4) double’} to non-scalar type ‘const mgOnGpu::cxsmpl<double>’ requested 591 | constexpr cxsmpl<double> mdl_G__exp__3 = ( ( G ) * ( G ) * ( G ) ); | ~~~~~~~~~~~~~~~~^~~~~~~~~
This is fixed by valassi@6fc07cc in PR #632 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
fix formatting in SMEFT generation
see 3cef7bd : these post-gen fixes break for instance "e+0" exponents... the codegen must be fixed where it happens
The text was updated successfully, but these errors were encountered: