Is there any limitation in no of different type of elements while using OUTCAR #529
Answered
by
wanghan-iapcm
chayanroy3
asked this question in
Q&A
|
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. |
Answered by
wanghan-iapcm
Aug 25, 2023
Replies: 1 comment 5 replies
|
dpdata has no such limitation. Please provide the minimal example to reproduce the issue so we may further help. |
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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'