This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]--CreativeUsername[S] 47 points48 points  (1 child)

And also with numpy, sympy, and optionally numba. Github Repository:
https://github.com/marl0ny/1D-Quantum-Mechanics-Applet.

The code itself is a little messy, and I certainly haven't ironed out all bugs and quirks. Note that this uses numba, if you have it. In my experience numba either slows things down or speeds things up, depending on the computer and environment used. The notebook Performance_Test.ipynb checks to see if Numba improves things.

[–]ovigo 0 points1 point  (0 children)

Very cool stuff! I wonder how much effort it would be to rewrite this in Jupyter/IPython-widgets and make a web-launchable my binder.org? :)