Issue with the running of WCs in 2HDM+VLQs #132
-
|
Dear authors of Wilson, We are using wilson+flavio for a global fit of the 2HDM+VLQs. The WCs in the Warsaw basis were calculated using MatchMakerEFT and then translated to python format. However, for many points we got several issues with some WCs that lead to the abort of the runs. The issue is summarized below (an example of a problematic benchmark point). Parameters for general potential in generic basis18 2.00000000e+02 # m_12 PDG Mass6000006 1.50000000e+03 # MU1 Some Wilson coef: OH 2.5047355741326885e-05 (max |WC| value) [FLAVPREC] compute_obs failed: No solution for gp found. This problem can be caused by very large values for one or several Wilson coefficients. Traceback (most recent call last): Some numbers from the failing function: phiWB = -6.314669514751517e-10 I attach also the wcs.py (a module containing the expressions of the WCs in our model). Please let me know if you require any info that helps to identify the problem. Thanks a lot! All the best, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Hi @ajueid, it doesn't look like there is any issue with wilson, which seems to do exactly what it should. The error message you get tells you what's the problem:
The extraction of the hypercharge gauge coupling |
Beta Was this translation helpful? Give feedback.
Hi @ajueid,
it doesn't look like there is any issue with wilson, which seems to do exactly what it should. The error message you get tells you what's the problem:
The extraction of the hypercharge gauge coupling
gpdepends on the values of the Wilson coefficientphiWBandphiB. If yourphiWBandphiBhave values of 15000/GeV^2 and 80000/GeV^2, you are far outside the region of parameter space in which the SMEFT can be used in any meaningful way. You get an error because the extraction ofgpfails for such large values of Wilson coefficients. But the problem is actually more …