Files
sci-gui-agent-benchmark/evaluation_examples/examples/vesta/VESTA_Manual_task10.json

58 lines
2.3 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 中导入 Crystallographic Information File (CIF) 并查看其对称性。",
"source": "custom",
"config": [
{
"type": "upload_file",
"parameters": {
"files": [
{
"local_path": "evaluation_examples/data/vesta/sample.cif",
"path": "C:\\Users\\user\\Desktop\\sample.cif"
}
]
}
},
{
"type": "launch",
"parameters": {
"command": [
"C:\\VESTA-win64\\VESTA.exe"
]
}
},
{
"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": [
"sample.cif"
],
"steps": "1. 双击桌面或开始菜单中的 VESTA 软件快捷方式图标以启动程序。\n2. 单击 VESTA 主窗口顶部菜单栏中的“File”菜单。\n3. 单击展开的“File”下拉菜单中的“Open...”选项。\n4. 在弹出的文件浏览对话框中导航至目标文件所在文件夹单击选中名为“sample.cif”的文件。\n5. 单击文件浏览对话框右下角的“Open”按钮以加载晶体结构文件。\n6. 待主窗口图形区显示晶体结构后单击顶部菜单栏中的“Edit”菜单。\n7. 单击展开的“Edit”下拉菜单中的“Edit Data...”选项。\n8. 在弹出的“Edit Data”对话框中单击界面顶部选项卡行中的“Unit cell”标签。\n9. 在切换后的“Unit cell”页面中观察左侧“Symmetry”区域查看“System”和“Space Group”列表内当前高亮选中的对称性参数信息。\n10. 查看完毕后单击对话框右下角的“Cancel”或“OK”按钮以关闭窗口。",
"steps_original": "1. 启动 VESTA 软件。\n2. 点击 File → Open打开文件浏览器。\n3. 选择 sample.cif 文件并点击 Open。\n4. 加载文件后,点击 Edit → Data。\n5. 选择 Unit Cell 标签。\n6. 查看 Symmetry 选项卡中显示的对称性信息。"
}
}