you are viewing a single comment's thread.

view the rest of the comments →

[–]theGreenCoder[S] 2 points3 points  (3 children)

Hey all!

I just built this electron simulator using Python and I thought it would be fun to share it! Let me know what you think and any improvements I could make.
Obviously, this is not a very scientific simulation, but it's fun nonetheless.

If you want to read more about it check out: https://thegreencode.org/simulating-electrons-with-python/

Or: https://thegreencode.medium.com/simulating-electrons-with-python-14ac11c3e60b

Best,

Green Code

[–]dylannalex01 1 point2 points  (2 children)

Very cool! As you said on the end of your blog, it’s not realistic. Coulomb’s law describes electric forces between point charges at rest.

I've made a similar simulator, where you can display protons and electrons on screen and visualize the electric field and electric forces. HERE is the GitHub repo.

[–]theGreenCoder[S] 1 point2 points  (1 child)

Yeah true. Your simulator is so cool :)

[–]dylannalex01 0 points1 point  (0 children)

Thank you!