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

58 lines
2.4 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_task11",
"snapshot": "vesta",
"instruction": "在 VESTA 中生成 polyhedra 并调整其透明度。",
"source": "custom",
"config": [
{
"type": "upload_file",
"parameters": {
"files": [
{
"local_path": "evaluation_examples/data/vesta/example_structure.cif",
"path": "C:\\Users\\user\\Desktop\\example_structure.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": [
"example_structure.cif"
],
"steps": "1. 点击左上角的 'File' 菜单。\n2. 在下拉菜单中选择 'Open...'\n3. 在弹出的文件选择对话框中,浏览并选中 'example_structure.vesta' 文件,然后点击 'Open' 按钮。\n4. 点击菜单栏的 'Edit' 菜单。\n5. 在下拉菜单中选择 'Properties...'。\n6. 在弹出的 'Properties' 对话框中,点击包含 'Polyhedra' 文字的标签页以切换到该选项卡。\n7. 在 'Polyhedra' 页面中,找到并勾选 'Enable Polyhedra' 复选框(如果它还未被勾选的话)。\n8. 找到 'Opacity' 滑块代表透明度值越高越不透明因此50%透明度对应于Opacity 50% 或 0.5)。\n9. 将光标放在 'Opacity' 滑块上,点击并拖动,或者在旁边的输入框中清空当前值并输入 '50'(取决于界面的具体实现,这里假设直接拖动或输入)。\n10. 点击 'Properties' 对话框右下角的 'OK' 按钮。\n11. 观察主视图窗口确认多面体Polyhedra是否已经显示并且具有预期的透明效果。",
"steps_original": "1. 打开 VESTA 软件并加载 example_structure.vesta 文件。\n2. 点击 Edit → Properties。\n3. 在 Properties 对话框中选择 Polyhedra 标签。\n4. 勾选 Enable Polyhedra 绘图。\n5. 调整 Transparency 滑块到所需透明度值,例如 50%。\n6. 点击 OK 按钮保存设置。\n7. 验证主视图窗口中 Polyhedra 的更新显示。"
}
}