fix: case05 启用 step_simulate=1

This commit is contained in:
2026-06-21 08:11:34 +08:00
parent 369b840cf2
commit 1261398be2
+1 -1
View File
@@ -5,7 +5,7 @@
# ── 流程控制 ──────────────────────────────────
# 每步用 0/1 单独开关,1=执行,0=跳过
# 依赖关系:抽帧依赖模拟结果,绘图依赖模拟+抽帧
step_simulate: 0 # 运行物理模拟 → output/trajectory.txt
step_simulate: 1 # 运行物理模拟 → output/trajectory.txt
step_sample: 0 # 抽帧 → output/display.txt
step_plot: 0 # 绘制轨迹/能量图 → output/trajectory_plots.png
step_animation: 1 # 自动播放 VisPy 3D 动画窗口(需安装 vispy