wellbd.m

来自「求解量子力学的薛定谔方程」· M 代码 · 共 11 行

M
11
字号
%> The file <wellbd.m> calculates bound states in spherical square %> potential well of finite depth.  The radius is chosen in CW, value A, thus:%> V(r) = V < 0 for r < A, = 0 for r > A.  V is chosen in CW.%> The bound state energy levels are found from the known analytical formulas %> involving Bessel functions by an automatic numerical search for the solutions %> of a transcendental equation. This search may miss weakly bound states.%> The accuracy is largely determined by the parameter NN, the number of energy %> lattice points. The analytic formulas can be found e.g. in Messiah Sec. IX.10.%> Uses standard Bessel function program of MATLAB, and <findzero.m>.%>%> 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?