docs: case05纵波 + case06横波一维原子链

- case05 Readme.md 更新为纵波模拟描述
- case05 run_dynamics.py 注释更新
- case06 创建为一维原子链横波模拟
  - coord.txt: fix_x=1, fix_y=1, fix_z=0 (z方向自由)
  - driver.txt: amp_z=0.5, freq_z=0.1, phi_z=90°
  - input.txt: 横波配置 + step_plot_wave
  - Readme.md + doc/index.html + run_dynamics.py
- 模拟验证通过 (50000步/30s)
This commit is contained in:
2026-06-11 13:27:43 +08:00
parent 80520590d1
commit 131f52fe19
10 changed files with 119 additions and 99 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
"""
Case runner for Dynamics case05 — 1D atomic chain.
Case runner for Dynamics case05 — 1D atomic chain (longitudinal wave).
This script keeps program and data separated:
- program: ../../dynamics.py