Fix pure Fragmentation scale evolution#398
Conversation
There was a problem hiding this comment.
I believe the TODO comment,
// TODO: implement evolution for non-zero fragmentation scalessignifies that any evolution with fragmentation function hasn't been tested yet. Is that the case and is you testing SIA just the first instance of finding something wrong?
The comment indeed mentions that we FF scale evolution has not been tested at all. The reason was that until now we did not really grids and evolution operators to really test it. Now that we have PineAPFEL, we can easily test this for not only SIA but also for SIDIS, etc. The issue originally manifested from SIA but noticed it also for SIDIS. And this PR solves both. |
|
@cschwan Are you perhaps planning to look into this PR or should I merge it? |
|
@Radonirinaunimi: merge it! |
Sorry for having been slow lately which has resulted in #394 being blocked. In the meantime, I stumbled upon an issue that has to do with evolving pure FF grids, ie with
fac = NoScaleand only fragmentation scale involved. This PR provides a fix for this and adds a test.