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

📄 stepp.m

📁 求解量子力学的薛定谔方程
💻 M
字号:
%> The file <stepp.m> calculates the transmission coefficient for a %> potential step using the Numerov algorithm.%> The scattering potential is constant V = V0 > 0 in x < 0, %> constant V = 0 in x > 1. %> The potential in [0,1] is input as a string like 'cos(pi*X/2)'. %> The particle comes in from x = + infinity, we start the integration%> from the transmitted wave in x = 0, wave number wave2=sqrt(2*(E-V0)), %> and integrate to x = 1, wave number wave1=sqrt(2*E), where we adapt the %> incoming and reflected waves and renormalize to find the transmission%> coefficient. This is displayed as a function of E-V. %> For comparision the result for a 'pure step' is displayed first.%> Reference: Messiah Ch III.%>%> 

⌨️ 快捷键说明

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