Skip to content

Commit

Permalink
more empty ic channels
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomomagni committed Jul 5, 2024
1 parent 25b52dc commit 9b38e65
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/yadism/coefficient_functions/asy/g1_nc.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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

0 comments on commit 9b38e65

Please sign in to comment.