mlliarm / particleslogic

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

Knowledge base #1

Open mlliarm opened 4 years ago

mlliarm commented 4 years ago

Finish creating the knowledge base, from table 15.2 from Serway's book, at page 557.

mlliarm commented 4 years ago

Finished adding the facts inside the src/particles.pl. Also added fermion, boson predicates under each particle.

mlliarm commented 4 years ago

Some (anti)particles don't have a quark_content predicate yet. Far from that the database is complete. Also will have to think about what I'll do with the colour_charge predicate. Keep it or not? Is it useful?