Files
sci-gui-agent-benchmark/evaluation_examples/examples/ovito/aspherical_particles_task1.json

45 lines
2.2 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"id": "aspherical_particles_task1",
"snapshot": "ovito",
"instruction": "在 OVITO 中,为粒子指定球形形状。",
"source": "custom",
"config": [
{
"type": "launch",
"parameters": {
"command": [
"C:\\OVITO Basic\\ovito.exe"
]
}
},
{
"type": "sleep",
"parameters": {
"seconds": 5
}
}
],
"trajectory": "trajectories/",
"related_apps": [
"ovito"
],
"evaluator": {
"postconfig": [
{
"type": "sleep",
"parameters": {
"seconds": 3
}
}
],
"func": "vllm_eval"
},
"proxy": false,
"fixed_ip": false,
"possibility_of_env_change": "low",
"metadata": {
"input_files": [],
"steps": "1. 将光标移动到主界面左上角的菜单栏,单击 \"File\"(文件)菜单。\n2. 在弹出的下拉菜单中,单击 \"Load File\"(加载文件)选项。\n3. 在弹出的文件浏览对话框中,单击选中目标粒子数据文件。\n4. 单击对话框右下角的 \"Open\"(打开)按钮将文件加载入场景。\n5. 将光标移动到界面右侧的 \"Pipeline\"(管线)面板。\n6. 在管线界面的树形列表中,单击选中名为 \"Particles\" 的可视化元素节点。\n7. 将光标向下移动到 \"Pipeline\" 面板下方的属性参数区域,滚动鼠标滚轮找到 \"Particle types\" 面板。\n8. 单击 \"Particle types\" 面板左侧的展开图标(如箭头或加号)将其展开。\n9. 在展开的粒子类型列表中,找到目标粒子类型所在行,单击该行对应的 \"Shape\"(形状)下拉菜单框。\n10. 在弹出的形状选项下拉列表中,单击选中 \"Sphere\"(球形)选项。\n11. 将光标移至中间的主三维视口区域,单击鼠标左键以确认操作,并观察粒子形状是否已更新为球形。",
"steps_original": "1. 打开 OVITO 软件。\n2. 选择 File → New 或打开一个现有的粒子数据文件。\n3. 在 'Pipeline' 界面选择 'Particles' 可视化元素。\n4. 转到 'Particle types' 面板,将粒子形状调整为 Sphere球形。\n5. 确认并应用更改,确保形状为球形并更新可视化。"
}
}