- 新增 avogadro/imagej/jade/origin/ovito/pymol/vesta 等科研软件任务 JSON - 修改 vllm_eval.py,修改图片文件名称为第x步 - desktop_env.py 添加额外数据参数 config 和 metadata
57 lines
1.4 KiB
JSON
57 lines
1.4 KiB
JSON
{
|
|
"id": "VESTA_Manual_task5",
|
|
"snapshot": "vesta",
|
|
"instruction": "通过 VESTA 的 Properties 对话框调整晶体键的颜色和半径。",
|
|
"source": "custom",
|
|
"config": [
|
|
{
|
|
"type": "upload_file",
|
|
"parameters": {
|
|
"files": [
|
|
{
|
|
"local_path": "evaluation_examples/data/vesta/xTiO2.cif",
|
|
"path": "C:\\Users\\user\\Desktop\\xTiO2.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": [
|
|
"xTiO2.cif"
|
|
],
|
|
"steps": "1. 打开 VESTA 软件并加载 xTiO2.vesta 文件。\n2. 点击 Edit → Properties。\n3. 在对话框中导航到 Bonds 页面。\n4. 调整 Radius (cylinder) 输入框值,例如更改为 0.3。\n5. 修改颜色设置为 RGB 值 (100, 150, 200)。\n6. 点击 OK 按钮保存更改并关闭对话框。\n7. 确保更改在主视图中可见。"
|
|
}
|
|
} |