schr2.m
来自「求解量子力学的薛定谔方程」· M 代码 · 共 12 行
M
12 行
%> The file <schr2.m> organizes an interactive search for eigenvalues %> and eigenfunctions of bound states for the 1D Schrodinger equation. %> The potential chosen from <pot1.m> (it is zero outside [0,1]). %> NOTE that it must have some negative values!%> Method: shooting from 0 and 1 to an interior point using Numerov algorithm.%> BCs at 0 and 1 adapted to exponential solutions outside.%> BCs satisfied using <numerov1.m>, solutions calculated using <numerov2.m>. %> ERRORS: Positive values of potential create instability problems.%> <choice.m> allows a choice of potentials in <pot1.m>.%>%>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?