LiQia0Qia0 / Q_Schrodinger2D_demo

2D Time independent Schroedinger equation solver

Home Page:https://en.wikipedia.org/wiki/Schr%C3%B6dinger_equation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Schroedinger2D_demo

This code solves the time independent Schroedinger equation in 2D with a constant mass.

It uses 2 different algorithms that can be switched ON/OFF:

-> The FEM: Finite Elements Method

-> The PWE: Plane Wave Expansion method that sloves the equation in the Fourier space

Three different potentials are proposed:

-> The Rectangular potential

-> The Elliptical potential

-> The Hexagonal potential

Any potential can be loaded with homogeneous grid x,y [m] and V [eV]

About

2D Time independent Schroedinger equation solver

https://en.wikipedia.org/wiki/Schr%C3%B6dinger_equation


Languages

Language:MATLAB 100.0%