|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|

Public Member Functions | |
| _CppWilsonBuildConfig | to_cpp (self) |
Static Public Attributes | |
| Set | groups = field(default_factory=set) |
| float | matching_scale = 81.0 |
| float | hadronic_scale = 4.8 |
| QCDOrder | order = QCDOrder.LO |
Configuration for building Wilson coefficient groups.
The C++ layer stores groups as dynamic ``WGroupId`` values. Python accepts
legacy :class:`WGroup` enums, strings/aliases, or :class:`WGroupId` objects.
Args:
groups: Wilson groups to build. Examples: ``WGroup.B``,
``"BCoefficients"`` or ``GroupMapper.id_of("DEV_GROUP")``.
matching_scale: Matching scale in GeV.
hadronic_scale: Hadronic/running scale in GeV.
order: Maximum QCD order requested for matching/running.
Definition at line 43 of file Configs.py.
| _CppWilsonBuildConfig pyhyperiso.core.Common.Configs.WilsonBuildConfig.to_cpp | ( | self | ) |
Convert this Python config to the bound C++ config object.
Definition at line 62 of file Configs.py.
|
static |
Definition at line 57 of file Configs.py.
|
static |
Definition at line 59 of file Configs.py.
|
static |
Definition at line 58 of file Configs.py.
|
static |
Definition at line 60 of file Configs.py.