Skip to content

Free Particle

free-particle.toml
total_time_steps = 1000
time_interval = 3e-4
particle = "electron"

[grid]
min = -5
max = 5
points = 1000

[wave_function]
type = "gaussian"
sigma = 0.2
x0 = -2.5
k0 = 10

[potential]
type = "zero"
wpd run free-particle.toml
wpd animate free-particle/

wpd plot free-particle/