Articles with tag #NumPy:
Gradient Descent For The Schrödinger Equation With Python
Today I’ll discuss a numerical method that is widely applicable to problems in quantum mechanics and quantum chemistry, although it is rarely found in textbooks. Suppose we want to solve …
The Hydrogen Atom Solved With Python
Diogoleite asked me recently, after reading my article “ Two Lines of Python to Solve The Schrödinger Equation ”, how one could use the so-called shooting method to solve the …