ComPWA / expertsystem

Rule based particle reaction problem solver on a quantum number level
http://expertsystem.rtfd.io
1 stars 3 forks source link

Add entry point for fit parameters in the eventual amplitude recipe #134

Closed redeboer closed 3 years ago

redeboer commented 4 years ago

See https://github.com/ComPWA/expertsystem/issues/127 and #124

We want the expertsystem to construct possible resonances based on initial and final state and all states that are allowed in between according to conservation rules. These candidates are then converted into amplitudes (with fit parameters) in the eventual amplitude module.

Now, take resonance "mass" and "width" as an example. Ideally, we then want the expertsystem to suggest an 'optimal pole energy value' (https://github.com/ComPWA/expertsystem/issues/127#issuecomment-665740937) instead. However, see #72. So we need some user input at some stage.

redeboer commented 3 years ago

Closed by #454