Files
sci-gui-agent-benchmark/evaluation_examples/examples/vesta/VESTA_Manual_task10.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

60 lines
2.5 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_task10",
"snapshot": "vesta",
"instruction": "在 VESTA 中加载桌面上的 NaCl.cif 文件,然后通过 Edit → Lattice Planes... 添加一个 (111) 晶面。",
"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": {
"input_files": [
"NaCl.cif"
],
"steps": "1. 单击 VESTA 主窗口顶部菜单栏中的 \"File\" 菜单。\n2. 单击展开的下拉菜单中的 \"Open...\" 选项。\n3. 在弹出的文件浏览对话框中,导航至桌面,单击选中 \"NaCl.cif\" 文件。\n4. 单击文件浏览对话框右下角的 \"Open\" 按钮加载文件。\n5. 待主窗口显示晶体结构后,单击顶部菜单栏中的 \"Edit\" 菜单。\n6. 单击展开的下拉菜单中的 \"Lattice Planes...\" 选项,打开 \"Lattice Planes - NaCl.cif\" 对话框。\n7. 单击列表右侧的 \"New\" 按钮,创建一个默认的晶面条目(默认 h=1, k=0, l=0该条目出现在下方列表中。\n8. 在 \"Add lattice planes\" 区域的 \"Miller indices (hkl):\" 行中,单击 \"k\" 输入框(当前值为 0全选当前数值输入 \"1\"。\n9. 单击 \"l\" 输入框(当前值为 0全选当前数值输入 \"1\"。\n10. 确认列表中条目已更新为 h=1, k=1, l=1。\n11. 单击对话框底部的 \"OK\" 按钮关闭对话框。\n12. 观察主视图窗口,确认 (111) 晶面已在 3D 视图中显示。",
"steps_original": "1. 打开 VESTA 软件并加载桌面上的 NaCl.cif 文件。\n2. 在顶部菜单中选择 Edit → Lattice Planes...。\n3. 点击 New 按钮创建默认晶面条目 (1,0,0)。\n4. 将 k 改为 1l 改为 1使其变为 (1,1,1)。\n5. 点击 OK 关闭对话框。\n6. 确认主视图中显示了 (111) 晶面。"
}
}