Skip to content

Commit

Permalink
add more empty channels for gl and g4 asy
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomomagni committed Jul 5, 2024
1 parent fcf677c commit 9aa6034
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 0 deletions.
29 changes: 29 additions & 0 deletions src/yadism/coefficient_functions/asy/g4_nc.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
from ..partonic_channel import EmptyPartonicChannel


class AsyLLNonSinglet(EmptyPartonicChannel):
pass


class AsyNLLNonSinglet(EmptyPartonicChannel):
pass


class AsyNNLLNonSinglet(EmptyPartonicChannel):
pass


class AsyNNNLLNonSinglet(EmptyPartonicChannel):
pass


class AsyLLIntrinsic(EmptyPartonicChannel):
pass


class AsyNLLIntrinsicMatching(EmptyPartonicChannel):
pass


class AsyNLLIntrinsicLight(EmptyPartonicChannel):
pass
29 changes: 29 additions & 0 deletions src/yadism/coefficient_functions/asy/gl_nc.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
from ..partonic_channel import EmptyPartonicChannel


class AsyLLNonSinglet(EmptyPartonicChannel):
pass


class AsyNLLNonSinglet(EmptyPartonicChannel):
pass


class AsyNNLLNonSinglet(EmptyPartonicChannel):
pass


class AsyNNNLLNonSinglet(EmptyPartonicChannel):
pass


class AsyLLIntrinsic(EmptyPartonicChannel):
pass


class AsyNLLIntrinsicMatching(EmptyPartonicChannel):
pass


class AsyNLLIntrinsicLight(EmptyPartonicChannel):
pass

0 comments on commit 9aa6034

Please sign in to comment.