Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix formatting in SMEFT generation #633

Closed
valassi opened this issue Apr 6, 2023 · 2 comments · Fixed by #632
Closed

fix formatting in SMEFT generation #633

valassi opened this issue Apr 6, 2023 · 2 comments · Fixed by #632
Assignees

Comments

@valassi
Copy link
Member

valassi commented Apr 6, 2023

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

@valassi valassi self-assigned this Mar 19, 2024
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
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 ) );
      |                                                  ~~~~~~~~~~~~~~~~^~~~~~~~~
@valassi valassi linked a pull request Mar 20, 2024 that will close this issue
@valassi
Copy link
Member Author

valassi commented Mar 20, 2024

This is fixed by valassi@6fc07cc in PR #632

@valassi valassi closed this as completed Mar 20, 2024
@valassi
Copy link
Member Author

valassi commented Mar 20, 2024

Note: this is relevant to #614 and #616

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant