[feature request] dpdata Fails to Convert QE AIMD Output to npy Files
Bug summary
I'm new to DeepMD and trying to convert a QE scf.out file into the DeepMD/npy format, but dpdata keeps failing. qe/pw/scf parser raises AttributeError: 'numpy.ndarray' object has no attribute 'append' on QE MD trajectory
dpdata Version
0.2.24
Input Files, Running Commands, Error Log, etc.
Input files:
Error log:
Traceback (most recent call last):
File "/opt/ohpc/home/zzr/TeO/00.data/trans.py", line 15, in
Steps to Reproduce
Due to the large size of my input file, I am unable to upload it here. Are there any alternative methods for sharing it?
Further Information, Files, and Links
No response
qe/pw/scf parser raises AttributeError: 'numpy.ndarray' object has no attribute 'append' on QE MD trajectory
The format for MD trajectory is qe/cp/traj.
qe/pw/scf parser raises AttributeError: 'numpy.ndarray' object has no attribute 'append' on QE MD trajectoryqe/pw/scf 解析器引发 AttributeError: 'numpy.ndarray' object has no attribute 'append' on QE MD 轨迹
The format for MD trajectory is
qe/cp/traj.MD 轨迹的格式是qe/cp/traj。
Hello, Professor. My qe.out file starts with: Program PWSCF v.7.4 starts on 22Aug2025 at 11:48:2 When using qe/cp/traj, no pos files are generated. Are there any alternative solutions?
qe/pw/scf parser raises AttributeError: 'numpy.ndarray' object has no attribute 'append' on QE MD trajectoryqe/pw/scf 解析器引发 AttributeError: 'numpy.ndarray' object has no attribute 'append' on QE MD 轨迹
The format for MD trajectory is
qe/cp/traj.MD 轨迹的格式是qe/cp/traj。Hello, Professor. My qe.out file starts with: Program PWSCF v.7.4 starts on 22Aug2025 at 11:48:2 When using qe/cp/traj, no pos files are generated. Are there any alternative solutions?
The molecular dynamics simulation was performed using pw.x rather than cp.x .
qe/pw/scf was design for the single point calculation, not for molecular dynamics. Perhaps this is a feature request.