mlliarm / particleslogic

A Prolog application of basic interactions between elementary particles.
GNU General Public License v3.0
9 stars 0 forks source link

Conservation of Energy #11

Closed mlliarm closed 4 years ago

mlliarm commented 4 years ago

Implement the conservation of energy.

The energy/mass of the products should be always less than the initial energy/mass (for decays).

Ask Christos if this should be true for all interactions too, even those of the form A + B --> C + D + E.

mlliarm commented 4 years ago

Added here: dd984b2.

I assumed that Mass_in > Mass_out for any kind of interactions, for general interactions and for decays. I should confirm with Christos before closing this issue.

mlliarm commented 4 years ago

All good. Closing issue.