jiangyi15 / tf-pwa

Partial Wave Analysis using TensorFlow.
MIT License
27 stars 13 forks source link

Comparation of different way for identical particles #148

Closed jiangyi15 closed 2 months ago

jiangyi15 commented 3 months ago

Some example of different way to include identical particles in checks.

Currently, you can constraint the parameters manually.

Or, the following options might works well

data:
    align_ref: center_mass
    center_mass: True
    identical_particles: [[A, B]]

Be careful, if there are final particles whose $J\neq 0$.