Basically, this is an exercise for me to learn how to code in JavaScript, and do some numerical coding while I'm at it.
To run, simply point your Browser onto index.html, and read the help page.
From specific to general:
- Matrix: A small matrix object definition
- WaveFunction: An object which holds a complex matrix (i.e. two real matrices) and offers basic functionalities.
- PDE: Order 4 Runge-Kutta resolution of the Schroedinger equation applied to a WaveFunction
- GameModel: The definition of the game space
- QuantumPong: the overall game code, with graphics and sequences.