Bug summary
I am testing DPGEN-0.13.2 using the tutorial example: DP-GEN Hands-on Tutorial
.
It appears that the example requires the executables dp, lmpdplws, and vasplws. However, these executables are not included in the DPGEN-0.13.2 package. Could you clarify where these binaries are expected to come from or how they should be obtained?
DP-GEN Version
0.13.2
Platform, Python Version, Remote Platform, etc
No response
Input Files, Running Commands, Error Log, etc.
$ dpgen run param.json machine.json
Steps to Reproduce
$ wget https://dp-public.oss-cn-beijing.aliyuncs.com/community/dpgen_example.tar.xz
$ tar xvf dpgen_example.tar.xz
$ cd dpgen_example
$ ls
init run
$ tree init -L 2
init
├── CH4.POSCAR
├── CH4.POSCAR.01x01x01
│ ├── 00.place_ele
│ ├── 01.scale_pert
│ ├── 02.md
│ └── param.json
├── INCAR_methane.md
├── INCAR_methane.rlx
└── param.json
$ cd dpgen_example/run
$ ls
INCAR_methane machine.json param.json POTCAR_C POTCAR_H
$ dpgen run param.json machine.json
Further Information, Files, and Links
No response