Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.2 KB

CONTRIBUTING.md

File metadata and controls

20 lines (16 loc) · 1.2 KB

Contributing

Contributions are welcome and will be fully credited.

Contributors (Physics)

  • Spyros K.
  • Christos D.

ToDo list

  • The laws.pl must be completed with all the conservation laws (rules), at the first level without taking into consideration the quark structure of each particle.
  • The laws.pl must be completed with the conservation of strangeness, bottomness, charmness, topness, taking into consideration the quark content of each particle.
  • In the same script a meta_laws rule should be created which checks if any of the conservation laws is being violated, for the first level.
  • A meta_laws rule for the second level (quark level).
  • Create unit tests by using well known reactions.
  • Finish the list_of_possible_interactions.md.
  • Create tests by using reactions that break one or more of the conservation laws, and thus are not being observed in nature.
  • Find a way to produce possible reactions that are valid (don't break any of the laws), but have not been observed yet (knowledge based physics?).
  • Find a way to produce all possible reactions that are valid.
  • Insert your idea here.