文件名称:schrod:一个简单,准确,快速的模块,用于求解单粒子薛定inger方程
文件大小:2.53MB
文件格式:ZIP
更新时间:2024-06-08 01:30:19
Python
施罗德 一个简单,准确,快速的模块,用于求解单粒子薛定inger方程。 安装 确保您具有python3 , numpy和scipy 。 所有这些(以及更多)都包含在。 克隆仓库: git clone https://github.com/dhudsmith/schrod.git 从schrod目录内部执行 python setup.py install --user (可选)您可以省略--user为所有用户安装。 就是这样。 要将包加载到python shell中,只需执行 import schrod 用法 谐波振荡器: import schrod , numpy # Specify the potential x = numpy . linspace ( - 5 , 5 , 200 ) V = 1 / 2 * x ** 2 # Create and solve Schrod
【文件预览】:
schrod-master
----License.md(1KB)
----tests()
--------__init__.py(0B)
--------test_schrod.py(3KB)
----schrod.py(9KB)
----examples()
--------hello_world.py(356B)
--------batch_jobs.py(735B)
--------error_control.py(2KB)
--------prob_dist.py(937B)
--------wave_func.py(898B)
--------animations()
--------benchmarks()
--------__init__.py(0B)
--------plots()
--------periodic_lattice.py(0B)
--------time_evolve.py(3KB)
----setup.py(783B)
----.gitignore(1KB)
----README.md(1KB)