Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 421 Bytes

File metadata and controls

14 lines (8 loc) · 421 Bytes

This is a basic Python program simulating whether fusion can occur between two particles by checking their total energy. Fusion is much more complex in reality, so this is just a simple simulation.

To run the program enter the following in the terminal:

python3 main.py

Description of files:

fusion_particle.py: holds the Fusion function and particle class

main.py: holds the main simulation program