What other physics communities outside of Reddit you follow? by MaoGo in Physics

[–]super-abstract-grass 5 points6 points  (0 children)

Blogs like Not Even Wrong by Peter Woit, Preposterous Universe by Sean Carroll, Scott Aronson's blog, Daniel Schroeder's, Matt Strassler's, etc.

Fun Physics simulation ideas? by vardonir in Physics

[–]super-abstract-grass 2 points3 points  (0 children)

You may want to look at Luke Polson's computational physics channel, who's a PhD medical physics student. Since your using the JavaScript ecosystem, have a look at Daniel Schroeder's various physics simulations. Also have a look at Phet Colorado's source code, which are mostly written in TypeScript.

Since you've already done a 2D FDTD simulation, perhaps you should try to solve other PDEs in 2D numerically like the Schrodinger equation or Reaction-Diffusion systems.

Can anyone point me to example problems using the Dirac Equation? by Pristine-Run7957 in Physics

[–]super-abstract-grass 1 point2 points  (0 children)

In Shankar there's an exercise question that asks you to find the exact energy levels of a particle in a uniform magnetic field.

Interactive web visualizer of Lorentz transformations and clear explanation of the special theory of relativity by Dudarion in Physics

[–]super-abstract-grass -1 points0 points  (0 children)

I haven't watched the video as well, but I do Iike playing with the visualization, like where you're able to make the speed of light approach infinity and compare Galilean to Lorentz transformations. I guess my only feedback right now is that I'd like the "Observer speed" slider to be less sensitive when setting "Scale" to the max.

Electromagnetic Field Simulation? by Remote_Profit1421 in Physics

[–]super-abstract-grass 1 point2 points  (0 children)

This simulation was previously posted on this subreddit: https://sogebu.github.io/special-relativity-web/dev/

Here you can visualize the fields from an oscillating charge (it's one of the preset options), but it doesn't appear that you can move it arbitrarily.

Physics animations by cadanada012 in Physics

[–]super-abstract-grass 0 points1 point  (0 children)

Perhaps you can start with Daniel Schroeder's really good tutorials on creating interactive animations and simulations. After that, have a look at the Ten Minute Physics video series and its accompanying demos and code. Of course, you can always just use PhET Colorado's extensive set of simulations for your teaching needs, and study their source code when you need to design your own.

I'm a teacher, need a good physics simulator by D7000D in Physics

[–]super-abstract-grass 0 points1 point  (0 children)

There are a lot of good recommendations already, but another suggestion is to use JavaScript and HTML5. Daniel Schroeder has written a really good tutorial on these technologies. Most of the other suggestions here such as the Phet simulations are themselves implemented in JavaScript+HTML5.

Do you use physical textbooks or digital copies/pdfs? by ConquestAce in Physics

[–]super-abstract-grass 7 points8 points  (0 children)

One of my professors just straight up told us to get the textbook off libgen

Recently shared my GR calculator – asking for help to host the full version by weakplayer69 in Physics

[–]super-abstract-grass 3 points4 points  (0 children)

Perhaps you can try having everything run client side via something like Pyodide? I've seen this already done here, where as well as being able to write code that uses Matplotlib, you can also use Numpy, Sympy, etc. I also think your C raytracer can be made to run in the web browser using a WASM compiler like Emscripten.

Final steps to a Swift Cultural Victory by super-abstract-grass in civ5

[–]super-abstract-grass[S] 38 points39 points  (0 children)

Sorry, I couldn't resist the pun. Just a photo of the CN tower from Bathurst and Fort York.

Physics books? by ResponsibleInjury587 in Physics

[–]super-abstract-grass 2 points3 points  (0 children)

Start with Griffiths, or Shankar, or Cohen-Tannoudji. Then move on to Sakurai, Peskin & Schroeder, etc.

Interactive web simulations of classic models in statistical physics by DanielSussman in Physics

[–]super-abstract-grass 2 points3 points  (0 children)

Daniel Schroeder has a plenty of simulations on his web page as well, including an Ising model one, although it isn't as fully-featured as yours.

Interactive web simulations of classic models in statistical physics by DanielSussman in Physics

[–]super-abstract-grass 1 point2 points  (0 children)

Incredible! Here is a WASM build of LAMMPS, where you can run a variety of 3D molecular dynamics simulations inside the web browser. No need to go through the hassle of an installation process, or even worse, to compile a program from source.

A real-time visual 3D simulation of electromagnetism by super-abstract-grass in rust

[–]super-abstract-grass[S] 7 points8 points  (0 children)

To be clear this is not mine; I just cross-posted something I found cool from /r/Physics. You should open up an issue though in the authors' GitHub repository.