⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 wkb.m

📁 求解量子力学的薛定谔方程
💻 M
字号:
function W = wkb(X,Y,Emax,N);%> This file finds the semiclassial WKB energy eigenvalues.%> Call: f = wkb(X,Y,Emax,N)%> Input: X = lattice in a space interval, Y=pot(X), both row vectors;%> 	Emax = maximal energy, can be set = 0 or a little bit larger to%> get a weakly bound state which ends up with a positive energy%> due to the errors in method and calculation. Emin is automatically %> set to min(Y)! %>   N = number of points in energy lattice.%> Output: W = row vector of eigenvalues in increasing order.%> This procedure should be used with caution unless there is a%> single minimum of the potential.%> Reference: For the theory see Messiah Ch 6.%>%> 

⌨️ 快捷键说明

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