Problem description
QRules is intended to be a generic system of input (topologies), constraints (initial and final state) and selection rules (conservation laws). Currently it produces specific state transition objects with Particle instances on that edges that each have a float for spin projections.
These spin projections are however rather a kinematic thing (it depends on rest frame) and there is no quantum conservation rule for these projections alone (in other words, it's not an inherent quantum number that each state caries independent of reference frame).
Some issues related to generating all pin projections:
It should be possible to select a different number of input conditions (here: dropping spin projections of the initial and final states). This would allow generating transitions purely with spin magnitudes.
Problem description
QRules is intended to be a generic system of input (topologies), constraints (initial and final state) and selection rules (conservation laws). Currently it produces specific state transition objects with
Particleinstances on that edges that each have afloatfor spin projections.These spin projections are however rather a kinematic thing (it depends on rest frame) and there is no quantum conservation rule for these projections alone (in other words, it's not an inherent quantum number that each state caries independent of reference frame).
Some issues related to generating all pin projections:
It should be possible to select a different number of input conditions (here: dropping spin projections of the initial and final states). This would allow generating transitions purely with spin magnitudes.