Is there any limitation in no of different type of elements while using OUTCAR #529
-
Hello, I am using a OUTCAR generated from VASP simulation as initial data for training. There in the simmulation I have 27 different types of atoms. While making deepmd/raw file for training using dpdata is it taking only first 10 atom types into consideration. Is there any such limitation ? For training in GPU system we can use 128 types of atoms but while generating initial data for traing , it is not taking. Thanks in advanced for reply. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
dpdata has no such limitation. Please provide the minimal example to reproduce the issue so we may further help. |
Beta Was this translation helpful? Give feedback.
The problem is this line
the OUTCAR only contains the number of ions per type for the first 10 ion types. If we look at the vasp source code, we have
namely only 10 number will be written. W
We cannot fix the issue from the dpdata side. Several workarounds :
fmt='vasp/xml'