When i use dpdata and cp2kdata to convert cp2k MD data,I encountered an error,The content of this error is :dpdata.data_type.DataError: Shape of coords is (67, 1056, 3), but expected (68, 1056, 3). #622
-
When i use dpdata and cp2kdata to convert cp2k MD data,I encountered an error,The error message is as follows: |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 18 replies
-
could you include |
Beta Was this translation helpful? Give feedback.
-
Could you please tell me if you have updated the cp2kdata package? |
Beta Was this translation helpful? Give feedback.
-
Just in case of your future calculations, please follow the recommended cp2k setups in https://github.com/robinzyb/cp2kdata/blob/main/docs/dpdata_plugin.md |
Beta Was this translation helpful? Give feedback.
-
thank you very much,i will test cp2kdata again. |
Beta Was this translation helpful? Give feedback.
-
I have one more question,now if all versions of cp2kdata have updatad? |
Beta Was this translation helpful? Give feedback.
-
these are my all output files,i hope these files are helpful to you. |
Beta Was this translation helpful? Give feedback.
-
thank you. |
Beta Was this translation helpful? Give feedback.
New version of cp2kdata
0.6.7
is released.you can update your cp2kdata by
pip install cp2kdata -U
Your cp2k md files are included in the testsuit of cp2kdata in
cp2kdata/tests/test_dpdata/v2024.1/aimd_npt_i_restart
The documentation for parsing restarted md is updated in
https://robinzyb.github.io/cp2kdata/docs/dpdata_plugin.html
Thank you for your help.