Closed oliviermattelaer closed 2 years ago
note
CHARACTER*101 HEL_BUFF
COMMON/TO_HELICITY/ HEL_BUFF
WRITE(HEL_BUFF,'(20i5)')(NHEL(II,I),II=1,NEXTERNAL)
(need to be replaced via the call to ihel) -> need to have a function get_helicity(iproc, ihel) call get_helicity(iproc, ihel, nhel) that calls get_nhelX(...)
case without plugin/helicity recycling/mlm implemented here:
https://github.com/mg5amcnlo/mg5amcnlo/commit/0587cbbd549c053414beb4ecf0b5883047a1a9a4 following commit is make the change consistent with helicity recycling https://github.com/mg5amcnlo/mg5amcnlo/commit/18a90f58587e3a7b07610b9ed5780695d094a76c
Validation:
Idea
update the fortran code to have the same interface as for GPU and therefore avoid to put the JAMP2 in a common block
Todo:
change the signature of matrixwithout helicity recycling