Skip to content

dzerbino/QuantumPong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo

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.

About

Pong with Quantum mechanics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors