ComPWA / qrules

Rule-based particle reaction problem solver on a quantum number level
https://qrules.rtfd.io
Apache License 2.0
9 stars 4 forks source link

Generate `QNProblemSet`s without the `StateTransitionManager` #284

Open grayson-helmholz opened 3 weeks ago

grayson-helmholz commented 3 weeks ago

Continuing the recreation of the functionality of the StateTransitionManager of Issue #272 , the generation of the QNProblemSets could also be done without it.

redeboer commented 3 weeks ago

Yes good idea, this is also related to https://github.com/ComPWA/qrules/issues/20.

Perhaps it's best to start writing out the steps that are required to generate QNProblemSets, for instance, by summarizing how the STM does it. We could then think of an interface or set of functions that can do this separately.