Skip to content

C++ simulation of Rutherford alpha particle scattering against atom nuclei

Notifications You must be signed in to change notification settings

Yedi278/Rutherford-Scattering-Sim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rutherford's Scattering Experiment Simulation

This is an engine for replicating the alpha particle (blue dots) interaction with atom's nuclei (red dots)

Requirements

g++ compiler

make

SDL2 Library is used for rendering graphics. It should automatically determine nVidia GPU specs. If not working, upload a compatible SDL2 release from here

Manually Build the program

git clone https://github.com/Yedi278/Rutherford-Scattering-Sim.git

cd Rutherford-Scattering-Sim

make all

if this doesn't run use:

./build/Build

Check for dll library in build folder:

for the program to work it is required that the SDL2.dll file is stored in the same directory as build file.

Examples.

Alt Text

About

C++ simulation of Rutherford alpha particle scattering against atom nuclei

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages