Synopsis: Create a program that can run different physics simulations. The first part of this project will be to simulate electron clouds around atomic nuclei.
Purpose:
Gain more experience coding large projects.
Demonstrate coding abilities.
Create a tool to use to demonstrate physics phenomena visually
Design Process:
Currently, the project is in the research stage. Notes will be included in github repository.
All the calculations will be done in C++. Visuals will be handled by either python or C++.
Users will interact with the program through a CLI. There will be a GUI that will allow users to view simulation results.