Replies: 1 comment 1 reply
-
The order of atom name and types does not matter in the deepmd-kit training. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi folks,
I am currently using dpdata 0.2.16 for cpu and I read-in a deepmd raw data of a binary compound into a Labeled System. I wonder if there's any way I could reverse the order of elements? e.g. I have systems['atom_names']=['A', 'B'] and I want to get a LabeledSystem object with ['atom_names']=['B', 'A']. And I wonder if these two forms would be treated differently when using descriptor 'se_e2_a'.
Thank you so much!
Beta Was this translation helpful? Give feedback.
All reactions