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

Remove generic template from `StateTransitionGraph` #25

Closed redeboer closed 2 years ago

redeboer commented 3 years ago

Now that the nested dicts have been moved out (#297), it would be nice to remove the edge type template of the StateTransitionGraph: https://github.com/ComPWA/expertsystem/blob/778541d8b64a4a66259b5421e578cd28f562b744/expertsystem/topology.py#L301-L304

Internally, the expertsystem (almost) only uses ParticleWithSpin as edge type. In addition, the fact that the node properties are not templated is counter-intuitive.

redeboer commented 3 years ago

So a few problems:

So I'll put this one back into the icebox. It would be better to get rid of this template altogether, but for that the interface will have to be changed (for instance in ComPWA/qrules#20, see also description of ComPWA/expertsystem#314).

redeboer commented 3 years ago

See also #49

redeboer commented 2 years ago

Closed by #156