bound1d.m
来自「求解量子力学的薛定谔方程」· M 代码 · 共 13 行
M
13 行
%> This is <bound1d.m)!%> This file calculates bound state eigenvalues/functions for a %> Schroedinger particle in 1D using the Fourier Grid Hamiltonian%> method in the function file <fgh.m>. This means: a discrete lattice%> approximation of the Hamiltonian and the use of the MATLAB <eig> %> routine to find eigenvalues and eigenvectors. %> The calculation must be done in an interval sufficiently wide such%> that the exact eigenfunctions are essentially zero outside. %> The WKB approximation is used to get a first estimate of the%> number of solutions. %> Uses <fgh.m>, <wkb.m> ... %> %>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?