Ciro Santilli OurBigBook.com $£ Sponsor €¥ 中国独裁统治 China Dictatorship 新疆改造中心、六四事件、法轮功、郝海东、709大抓捕、2015巴拿马文件 邓家贵、低端人口、西藏骚乱
Video 6. Simulation of the time-dependent Schrodinger equation (JavaScript Animation) by Coding Physics (2019) Source.
Source code: github.com/CodingPhysics/Schroedinger. One dimensional potentials, non-interacting particles. The code is clean, graphics based on github.com/processing/p5.js, and all maths from scratch. Source organization and comments are typical of numerical code, the anonymous author is was likely a Fortran user in the past.
A potential change patch in sketch.js:
-   potential:     x => 2E+4*Math.pow((4*x - 1)*(4*x - 3),2),
+ potential:     x => 4*Math.pow(x - 0.5, 2),
Video 7. Quantum Mechanics 5b - Schrödinger Equation II by ViaScience (2013) Source. 2D non-interacting particle in a box, description says using Scilab and points to source. Has a double slit simulation.
Video 8. Visualization of Quantum Physics (Quantum Mechanics) by udiprod (2017) Source. Closed source, but a fantastic visualization and explanation of a 1D free wave packet, including how measurement snaps position to the measured range, position and momentum space and the uncertainty principle.

Ancestors

  1. Solutions of the Schrodinger equation
  2. Schrödinger equation
  3. Non-relativistic quantum mechanics
  4. Quantum mechanics
  5. Particle physics
  6. Physics
  7. Natural science
  8. Science
  9. Ciro Santilli's Homepage