项目作者: LaurentNevou

项目描述 :
2D Time independent Schroedinger equation solver
高级语言: MATLAB
项目地址: git://github.com/LaurentNevou/Q_Schrodinger2D_demo.git
创建时间: 2018-01-05T10:52:41Z
项目社区:https://github.com/LaurentNevou/Q_Schrodinger2D_demo

开源协议:MIT License

下载


Schroedinger2D_demo

image

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 FDM: Finite Difference Method

-> The PWE: Plane Wave Expansion method that solves 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]

=> If you like it, don’t forget the star!