Simulating Sub-Atomic Particles

  • Context: Undergrad 
  • Thread starter Thread starter Sam Kennedy
  • Start date Start date
  • Tags Tags
    Particles
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
Sam Kennedy
Messages
1
Reaction score
0
I want to create a simulation (solely for entertainment, not for homework or research or anything) where up and down quarks along with electrons will be placed randomly on a 2d grid.

After that I would simulate the forces acting between the particles, and see if the quarks form protons and neutrons, then the protons, neutrons and electrons form atoms.

I'm not looking to code an accurate simulation, just something interesting to watch evolve. My background is in programming, not maths and physics, so I don't want to have to solve PDE's etc.

Are there any similar simulations which I could get some ideas from?

Any advice on how to approach this problem would be great :)
 
Physics news on Phys.org
Sam Kennedy said:
I'm not looking to code an accurate simulation, just something interesting to watch evolve. My background is in programming, not maths and physics, so I don't want to have to solve PDE's etc.

If that is the case then you won't really be simulating sub-atomic particles though, right? Just forget any tie to particles and code up your system how you like.
 
OP, I'm afraid what you seek is likely impossible. These are hard quantum systems, and they cannot be described with anything except for high-dimensional Schroedinger equations (the dimensionality grows with each particle). It is not even the sub-atomic part which makes this hard: It is already the case if you just consider atomic or molecular systems, i.e., just electrons the field of point-charge nuclei.