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 9b38e65 commit fcf677c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/yadism/coefficient_functions/asy/g1_nc.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from ..light import f2_nc as light
from ..partonic_channel import RSL
from ..partonic_channel import RSL, EmptyPartonicChannel
from . import g1_nc_raw as raw
from . import partonic_channel as pc

Expand Down Expand Up @@ -57,13 +57,13 @@ def NNLO(self):
return RSL(raw.c2g_NNLL_reg, args=[self.L])


class AsyLLIntrinsic(pc.EmptyPartonicChannel):
class AsyLLIntrinsic(EmptyPartonicChannel):
pass


class AsyNLLIntrinsicMatching(pc.EmptyPartonicChannel):
class AsyNLLIntrinsicMatching(EmptyPartonicChannel):
pass


class AsyNLLIntrinsicLight(pc.EmptyPartonicChannel):
class AsyNLLIntrinsicLight(EmptyPartonicChannel):
pass

0 comments on commit fcf677c

Please sign in to comment.