Replies: 2 comments 4 replies
-
Try to add the argument |
Beta Was this translation helpful? Give feedback.
4 replies
-
I upgraded dpdata to a newer version (0.2.4) and received this error message. Is there any other way I can convert my ASE files to be compatible with DeePMD? Thank you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am trying to convert my ASE trajectory files with dpdata, however, I am getting the following error message:
File "prepare_data.py", line 2, in
dsys = dpdata.LabeledSystem('cluster1.traj')
File "/home/trevi.tran/.local/lib/python3.7/site-packages/dpdata/system.py", line 1186, in init
self.from_fmt(file_name, fmt, type_map=type_map, begin= begin, step=step, **kwargs)
File "/home/trevi.tran/.local/lib/python3.7/site-packages/dpdata/system.py", line 148, in from_fmt
raise RuntimeError('unknow data format ' + fmt)
RuntimeError: unknow data format traj
I am currently using the following software versions:
Any suggestions on how to convert my data? Thank you
Beta Was this translation helpful? Give feedback.
All reactions