ComPWA / ComPWA-legacy

[deprecated] C++ back-end for the Common Partial Wave Analysis framework
https://compwa.github.io/legacy
Other
9 stars 9 forks source link

ComPWA math language #226

Closed spflueger closed 9 months ago

spflueger commented 5 years ago

I just note down this idea/concept for a possible improvement in the future. It might seem like a lot of work, but I think less then it seems and it can be done within 2-6 months (single person, experience dependent).

Current flaws in the design of ComPWA are:

In my opinion the introduction of a ComPWA math language is able to solve all the above flaws very elegantly without introducting new flaws! You would express all of your mathematical calculations in this language. Each calculation backend has a single converter that converts a ComPWA math language expression into an Intensity or Estimator (Function interface).

Implementation details: