Skip to content

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
Discussion options

You must be logged in to vote

The problem is this line

ions per type =               9   9   9   9   9   9   9   9   9   9 

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

       '   ions per type =            ',10I4/)

namely only 10 number will be written. W

We cannot fix the issue from the dpdata side. Several workarounds :

  1. try to load the xml file by using fmt='vasp/xml'
  2. lump the atoms in different sections by their types. You only have 7 elements, the lumped outcar would have correct output of ions per type.

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@chayanroy3
Comment options

@wanghan-iapcm
Comment options

@chayanroy3
Comment options

@wanghan-iapcm
Comment options

Answer selected by chayanroy3
@chayanroy3
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants