Schrödinger equation simulations by Ciro Santilli 35 Updated +Created
Video 1.
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 2.
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 3.
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.
Schrödinger equation solution for the hydrogen atom by Ciro Santilli 35 Updated +Created
Is the only atom that has a closed form solution, which allows for very good predictions, and gives awesome intuition about the orbitals in general.
It is arguably the most important solution of the Schrodinger equation.
In particular, it predicts:
The explicit solution can be written in terms of spherical harmonics.
Video 1.
A Better Way To Picture Atoms by minutephysics (2021)
Source. Renderings based on the exact Schrödinger equation solution for the hydrogen atom that depict wave function concentration by concentration of small balls, and angular momentum by how fast the balls rotate at each point. Mentions that the approach is inspired by de Broglie-Bohm theory.
Long-read DNA sequencing by Ciro Santilli 35 Updated +Created
SVG tutorial by Ciro Santilli 35 Updated +Created
Michael J. Saylor by Ciro Santilli 35 Updated +Created
  • twitter.com/saylor 2.6 M followers as of 2022. Because of Bitcoin? Or was he famous before that?
  • www.michael.com/ yes, he is Michael.com lol. When did he get the domain, and at what price? He's mildlly obsessed with domain names it seems: www.domainsherpa.com/saylor/. He also bought frank.com, mike.com. emma.com. This was between 1994 and 2000. He mentions that his email is saylor@strategy.com. strategy.com redirects to microstrategy.com as of 2022, so seems still valid.
    We actually got a backlink from tvt.phishlabs.com to this page in August 2022, a phising security provider, presumably for showing his email here. This reminds Ciro of the All GitHub Commit Emails event!
    A quick google for that address also leads to www.washingtonpost.com/wp-srv/liveonline/00/business/saylor0621.htm, a year 2000 profile page by the Washington Post, followed by a Q&A. In the Q&A, Michael himself gives his email in relation to Saylor Academy:
    Kensington, Maryland: What has happened to your vision of an internet university? I believe it is an important initiative and it doesn't require $100 million to get started. We at the Rockefeller Foundation would like to become involved. How can we do this?
    Michael Saylor: The internet university is alive and well. My goal is to initially roll out a cyber-libary of digital video that can be used by any for-profit or non-profit organization in order to accelerate the free education initiative. Eventually, people may just go direct to the web site.
    I think the entire thing will unfold over about 10 years.
    Send me an email if you would like to get involved. (saylor@strategy.com)
    so it was already beyond leaked. Ciro did hit that email address seeking funding for OurBigBook.com, but no reply unfortunately. Maybe you gotta be part of the Rockefeller family to get a reply from these people? Well, at least this led to Ciro learning about the Rockefeller Foundation.
Nick Szabo by Ciro Santilli 35 Updated +Created
RNA half-life prediction by Ciro Santilli 35 Updated +Created
Structure of the ribosome by Ciro Santilli 35 Updated +Created
SQL by Ciro Santilli 35 Updated +Created
Raspberry Pi by Ciro Santilli 35 Updated +Created
Dipole antenna by Ciro Santilli 35 Updated +Created
Video 1.
Radio Wave Properties: Electric and Magnetic Dipole Antennae by Harvard Natural Sciences Lecture Demonstrations (2020)
Source. The dude lights bulbs on an antenna made of a single piece of copper, powered with EM radiation. Amazing.
Fishers of men by Ciro Santilli 35 Updated +Created
Gospel of Matthew 4 King James Version:
18 And Jesus, walking by the sea of Galilee, saw two brethren, Simon called Peter, and andrew the Apostle his brother, casting a net into the sea: for they were fishers.
19 And he saith unto them, Follow me, and I will make you fishers of men.
Nielsen-Ninomiya theorem by Ciro Santilli 35 Updated +Created
As mentioned at Video "Are we living in the matrix? by David Tong (2020)" somehow implies that it is difficult or impossible to simulate physics on a computer. Big news!!!
Quantum electrodynamics experiment by Ciro Santilli 35 Updated +Created
Experiments explained by QED but not by the Dirac equation:
Wheeler-Feynman absorber theory by Ciro Santilli 35 Updated +Created
What they presented on richard Feynman's first seminar in 1941. Does not include quantum mechanics it seems.
Strange quark by Ciro Santilli 35 Updated +Created
Color confinement by Ciro Santilli 35 Updated +Created
Can be thought as being produced from gluon-gluon lines of the Feynman diagrams of quantum chromodynamics. This is in contrast to quantum electrodynamics, in which there are no photon-photon vertices, because the photon does not have charge unlike gluons.
This phenomena makes the strong force be very very different from electromagnetism.
pip (package manager) by Ciro Santilli 35 Updated +Created
How many stupid bugs. How many stupid bugs do we need to face???

There are unlisted articles, also show them or only show them.