qliphy / MGISR

BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

Final states in CM frame and not boosted #2

Open qliphy opened 6 years ago

qliphy commented 6 years ago

In MG263,
@oliviermattelaer

It seems to be due to Template/LO/SubProcesses/genps.f, where we should change

  if (lpp(1).eq.9.or.lpp(2).eq.9)then
     p(:,1) = pi1(:)
     p(:,2) = pi2(:)
  else if(nincoming.eq.2) then
    call mom2cx(m(-nbranch),m(1),m(2),1d0,0d0,p(0,1),p(0,2))
  else

back to

  if (nincoming.eq.2) then
    call mom2cx(m(-nbranch),m(1),m(2),1d0,0d0,p(0,1),p(0,2))
  else