From 9b38e65cc0d5db4fb8a894cc5dccac3bae21957e Mon Sep 17 00:00:00 2001 From: Giacomo Magni Date: Fri, 5 Jul 2024 15:25:20 +0200 Subject: [PATCH] more empty ic channels --- src/yadism/coefficient_functions/asy/g1_nc.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/yadism/coefficient_functions/asy/g1_nc.py b/src/yadism/coefficient_functions/asy/g1_nc.py index 075a6732..4724d727 100644 --- a/src/yadism/coefficient_functions/asy/g1_nc.py +++ b/src/yadism/coefficient_functions/asy/g1_nc.py @@ -1,3 +1,4 @@ +from ..light import f2_nc as light from ..partonic_channel import RSL from . import g1_nc_raw as raw from . import partonic_channel as pc @@ -54,3 +55,15 @@ def NNLO(self): class AsyNNLLGluon(pc.PartonicChannelAsy): def NNLO(self): return RSL(raw.c2g_NNLL_reg, args=[self.L]) + + +class AsyLLIntrinsic(pc.EmptyPartonicChannel): + pass + + +class AsyNLLIntrinsicMatching(pc.EmptyPartonicChannel): + pass + + +class AsyNLLIntrinsicLight(pc.EmptyPartonicChannel): + pass