Skip to content

switch version to v0.1.6

jiangyi15@mails.ucas.ac.cn requested to merge p0.1.6 into dev

change default options


center_mass: False
r_boost: True
random_z: True

It affect decays those have non zero spin of initial state or finals states. If you need to reproduce the original results, add the following options in config.yml

data:
    .....
    center_mass: True
    r_boost: False
    random_z: False

Merge request reports

Loading