Find Numerical Physics Problems in Python

dingo_d
Messages
199
Reaction score
0
I'm searching a book, or a place on the net where I'll find tons of examples of numerical problems in physics (mainly quantum mechanics) written in Python.

I have tons of books about Python, but none have good examples on problems like tunneling, solving Schrödinger eq for various potentials, scattering...

So if anyone can recommend sth I'd appreciate it ^^
 
on Phys.org
I found these books on amazon with the search query:
python computational physics

1) https://www.amazon.com/dp/3642024742/?tag=pfamazon01-20 by Hans Petter Langtangen
2) https://www.amazon.com/dp/0521835275/?tag=pfamazon01-20 by Herman J. C. Berendsen

--------

Google also has some nice links when you search for:
python computational physics

--------

Although not in Python, http://falstad.com/mathphysics.html" may be interesting for you. For example, you can download the source code for his 1-D Quantum Mechanics Applet.
 
Last edited by a moderator:
I'll check that out. Thanks :)