Skip to content

Releases: azimonti/schrodinger-equation-simulation

Version 3.1

03 Sep 12:26
Compare
Choose a tag to compare

What's Changed

Miscellaneous minor bug fixes.

Full Changelog: v3.0...v3.1

Version 3.0

02 Sep 12:12
Compare
Choose a tag to compare

What's Changed

Added a simulation of double-slit experiment for an electron beam.

Full Changelog: v2.2...v3.0

Version 2.2

26 Aug 12:26
Compare
Choose a tag to compare

Version 2.1

Version 2.0

21 Aug 12:49
Compare
Choose a tag to compare

Numerical simulation of the Schrödinger equation in 2D.

Features

  • Potential Types:

    • Free space
    • Particle in a box
    • Particle in a box with barrier
  • Wavefunction Initialization:

    • Wavepackets
  • Visualization:

    • Probability density
    • Modulus and phase (color phase)
  • Time Evolution Methods:

    • Implicit Crank-Nicolson (second-order)
  • Units:

    • Normalized units

Version 1.0

21 Aug 12:47
Compare
Choose a tag to compare

Numerical simulation of the Schrödinger equation in 1D.

Features

  • Potential Types:

    • Free space
    • Harmonic oscillator
    • Infinite high barrier
    • Infinite right barrier
    • Finite right barrier
  • Wavefunction Initialization:

    • Wavepackets
    • Eigenfunctions for the harmonic oscillator or infinite well
  • Visualization:

    • Probability density
    • Real and imaginary parts of the wavefunction
    • Modulus and phase (color phase)
  • Time Evolution Methods:

    • Implicit Crank-Nicolson (second-order)
    • Explicit Runge-Kutta (8th order)
  • Units:

    • Electron scale units
    • Normalized units