Update ovito evaluation examples

This commit is contained in:
2026-03-19 10:00:27 +08:00
parent 0e2702fb5b
commit ae92e80a0b
16 changed files with 197 additions and 16 deletions

View File

@@ -4,11 +4,23 @@
"instruction": "在 OVITO 中,通过 Data Inspector 检查导入的粒子属性表,包括 Position 和 Potential Energy 列。",
"source": "custom",
"config": [
{
"type": "upload_file",
"parameters": {
"files": [
{
"local_path": "evaluation_examples/data/ovito/test_energy.xyz",
"path": "C:\\Users\\user\\Desktop\\test_energy.xyz"
}
]
}
},
{
"type": "launch",
"parameters": {
"command": [
"C:\\OVITO Basic\\ovito.exe"
"C:\\OVITO Basic\\ovito.exe",
"C:\\Users\\user\\Desktop\\test_energy.xyz"
]
}
},