~maddevelopers/mg5amcnlo/3.1.1

« back to all changes in this revision

Viewing changes to madgraph/fks/fks_base.py

  • Committer: Marco Zaro
  • Date: 2018-11-12 10:58:08 UTC
  • Revision ID: marco.zaro@gmail.com-20181112105808-5ih7uz33edhkiyl2
fix for 2->1 processes 

Show diffs side-by-side

added added

removed removed

Lines of Context:
827
827
        for i in leglist:
828
828
            i_i = i['number'] - 1
829
829
            self.reals.append([])
 
830
 
 
831
            # for 2->1 processes, map only the initial-state singularities
 
832
            # this is because final-state mapping preserves shat, which
 
833
            # is not possible in 2->1
 
834
            if len(leglist) == 3 and not decay_process and i['state']: 
 
835
                continue
830
836
            for pert_order in pert_orders:
831
837
                # no splittings for initial states in decay processes
832
838
                if decay_process and not i['state']: