Update ovito evaluation examples
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user