chore: 清理旧的引擎参数/校准 JSON 文件

- c.json / fortran.json: 旧子进程模式参数,DLL 路径不再需要
- _calib_c.json / _calib_fortran.json: 旧预校准缓存,DLL 路径实时跟踪无需预跑
This commit is contained in:
2026-06-21 05:25:31 +08:00
parent 8183cbc22e
commit 76a26d888e
4 changed files with 0 additions and 104 deletions
-1
View File
@@ -1 +0,0 @@
{"n_atoms": 40, "nt": 10000, "step_time": 3.113259077072144e-05}
-1
View File
@@ -1 +0,0 @@
{"n_atoms": 40, "nt": 200000, "step_time": 0.0002908185601234436}
-51
View File
@@ -1,51 +0,0 @@
{
"box_a": 300.0,
"NT": 10000,
"DT": 0.001,
"NSTEP": 20,
"warmup_steps": 0,
"method": "leapfrog",
"G": [
0.0,
0.0,
0.0
],
"B": [
0.005,
0.0,
0.005
],
"gravity_field": 0,
"gravity_interaction": 0,
"elastic_force": 1,
"damping_force": 0,
"gravity_strength": 1.0,
"driving_force": 1,
"save_trajectory": 0,
"alpha": [
0.0,
0.0,
0.0,
0.0,
0.0,
0.0
],
"ball_radius": 0.5,
"ball_color": [
0.2,
0.6,
0.9
],
"box_color": [
0.8,
0.8,
0.85
],
"use_marker": 1,
"camera_distance": 120.0,
"camera_elevation": 0.0,
"camera_azimuth": 0.0,
"camera_center_x": 60.0,
"camera_center_y": 0.0,
"camera_center_z": 0.0
}
-51
View File
@@ -1,51 +0,0 @@
{
"box_a": 300.0,
"NT": 200000,
"DT": 0.001,
"NSTEP": 100,
"warmup_steps": 0,
"method": "leapfrog",
"G": [
0.0,
0.0,
0.0
],
"B": [
0.005,
0.0,
0.005
],
"gravity_field": 0,
"gravity_interaction": 0,
"elastic_force": 1,
"damping_force": 0,
"gravity_strength": 1.0,
"driving_force": 1,
"save_trajectory": 0,
"alpha": [
0.0,
0.0,
0.0,
0.0,
0.0,
0.0
],
"ball_radius": 0.5,
"ball_color": [
0.2,
0.6,
0.9
],
"box_color": [
0.8,
0.8,
0.85
],
"use_marker": 1,
"camera_distance": 60.0,
"camera_elevation": 0.0,
"camera_azimuth": 0.0,
"camera_center_x": 30.0,
"camera_center_y": 0.0,
"camera_center_z": 0.0
}