Source code for yadism.coefficient_functions.light.f3_nc
"""See :mod:`f3_cc` docstring for the name conventions."""from..importpartonic_channelasepcfrom..partonic_channelimportRSLfrom.importf2_nc,n3lo,nlo,nnlofrom.importpartonic_channelaspc
[docs]defNNLO(self):"""|ref| implements :eqref:`3.6` :cite:`vogt-f3cc`, or :eqref:`208`, :cite:`moch-f3nc`, or :eqref:`2.8` :cite:`Davies:2016ruz`."""returnRSL(nnlo.xc3ns2p.c3nm2a,nnlo.xc3ns2p.c3ns2b,nnlo.xc3ns2p.c3nm2c,[self.nf])
[docs]defN3LO(self):"""|ref| implements :eqref:`3.7` :cite:`vogt-f3cc`, or :eqref:`2.11` :cite:`Davies:2016ruz`."""returnRSL(n3lo.xc3ns3p.c3nm3a,n3lo.xc3ns3p.c3ns3b,n3lo.xc3ns3p.c3nm3c,[self.nf],)