In order to mask orders in the python interface I need to pass five different booleans
qcd_result = pine.convolute(xf, xf, a_s, [True, True, False, False, False])
What is the combination for NLO QCD and NLO EW? (so, LO * as and LO * a)
The closest combination for the he qcd_result I get is [True, False, False, False, True] but would prefer to have the exact definition.
(wasn't sure whether this is a python or internal pineapl thing, so wasn't sure whether to direct the question to @cschwan or @felixhekhorn @alecandido)
In order to mask orders in the python interface I need to pass five different booleans
What is the combination for NLO QCD and NLO EW? (so, LO * as and LO * a)
The closest combination for the he qcd_result I get is
[True, False, False, False, True]but would prefer to have the exact definition.(wasn't sure whether this is a python or internal pineapl thing, so wasn't sure whether to direct the question to @cschwan or @felixhekhorn @alecandido)