Files
sci-gui-agent-benchmark/evaluation_examples/examples/vesta/VESTA_Manual_task6.json
lizhanyuan a943c1e961 feat: 更新 Jade/VESTA 任务定义 + 最终评测清单
- Jade: 15个任务JSON更新 (instruction细化 + metadata.steps详细展开)
- VESTA: 10个任务JSON重构 (统一使用NaCl.cif/anatase_TiO2.cif + 步骤重写)
- VESTA: 删除task1, 新增2个CIF数据文件
- 新增 test_final.json (11 jade + 10 vesta = 21 tasks)
- run_proxmox.sh: MODEL→gpt-5.4, MAX_STEPS→35, TEST_META→test_final.json
2026-03-11 11:02:26 +08:00

57 lines
2.6 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": "VESTA_Manual_task6",
"snapshot": "vesta",
"instruction": "在 VESTA 中加载桌面上的 NaCl.cif 文件,然后使用 Orientation 对话框将观察方向设定为 [110] 方向。",
"source": "custom",
"config": [
{
"type": "upload_file",
"parameters": {
"files": [
{
"local_path": "evaluation_examples/data/vesta/NaCl.cif",
"path": "C:\\Users\\user\\Desktop\\NaCl.cif"
}
]
}
},
{
"type": "launch",
"parameters": {
"command": [
"C:\\VESTA-win64\\VESTA.exe",
"C:\\Users\\user\\Desktop\\NaCl.cif"
]
}
},
{
"type": "sleep",
"parameters": {
"seconds": 5
}
}
],
"trajectory": "trajectories/",
"related_apps": [
"vesta"
],
"evaluator": {
"postconfig": [
{
"type": "sleep",
"parameters": {
"seconds": 3
}
}
],
"func": "vllm_eval"
},
"proxy": false,
"fixed_ip": false,
"possibility_of_env_change": "low",
"metadata": {
"steps": "1. 单击顶部菜单栏的 \"File\" 菜单。\n2. 在展开的下拉菜单中,单击 \"Open...\" 选项。\n3. 在弹出的文件选择对话框中,导航至桌面,单击选中 \"NaCl.cif\" 文件。\n4. 单击文件选择对话框底部的 \"Open\" 按钮加载文件。\n5. 在主界面左侧面板底部,单击 \"Orientation...\" 按钮,打开 \"Orientation - NaCl.cif\" 对话框。\n6. 确认对话框顶部的 \"Project along [u v w]\" 单选按钮已被选中(默认即为选中状态)。\n7. 在对话框下方的 \"View direction\" 区域中,找到 \"Projection vector\" 列。\n8. 单击 \"u:\" 右侧的输入框(默认值为 0全选当前数值输入 \"1\"。\n9. 单击 \"v:\" 右侧的输入框(默认值为 0全选当前数值输入 \"1\"。\n10. \"w:\" 右侧的输入框保持为 \"0\" 不变。\n11. 单击对话框底部的 \"Apply\" 按钮应用方向设置。\n12. 单击对话框底部的 \"OK\" 按钮关闭对话框。\n13. 观察主视图窗口,确认晶体结构已沿 [110] 方向显示。",
"steps_original": "1. 打开 VESTA 软件并加载桌面上的 NaCl.cif 文件。\n2. 单击左侧面板底部的 Orientation... 按钮,打开 Orientation 对话框。\n3. 确认 \"Project along [u v w]\" 单选按钮已选中。\n4. 在 View direction → Projection vector 中,将 u 设为 1、v 设为 1、w 保持 0。\n5. 点击 Apply 按钮应用方向设置。\n6. 点击 OK 关闭对话框,确认主视图已沿 [110] 方向显示。"
}
}