warning: The distance between some ions is very small

Queries about input and output files, running specific calculations, etc.


Moderators: Global Moderator, Moderator

Locked
Message
Author
maria_dresser
Newbie
Newbie
Posts: 11
Joined: Thu May 06, 2021 5:34 pm

warning: The distance between some ions is very small

#1 Post by maria_dresser » Mon May 30, 2022 9:24 pm

Hello,

I took a well converged structure from materials project and directly removed the Li atoms and replaced them with H atoms. However, when trying to do a standard relaxation calculation, I keep getting the warning: The distance between some ions is very small please check the nearest neigbor list in the OUTCAR file. Visualizing the POSCAR in vesta, the structure looks just fine to me. Even with this warning I still get a vasp.out file which says the structure is converged at the end, but the energy of the structure is much larger than I think it should be. Thank you for any help you can provide for how I can get rid of this warning and get a more reasonable energy. I have attached a zip of the relevant files.

Best,
Maria
You do not have the required permissions to view the files attached to this post.

martin.schlipf
Global Moderator
Global Moderator
Posts: 542
Joined: Fri Nov 08, 2019 7:18 am

Re: warning: The distance between some ions is very small

#2 Post by martin.schlipf » Tue May 31, 2022 6:19 am

I think you duplicated the Fe atoms. There are 32 Fe atoms and the second 16 have the same coordinates as the first 16. When you looked at the structure, a bunch of O atoms should be missing?

One other comment, take care whether the calculations are really converged. In the output you provided the calculation took 50 electronic steps, but you also limited the calculation to 50 steps, so the energy was not really converged.

Martin Schlipf
VASP developer


maria_dresser
Newbie
Newbie
Posts: 11
Joined: Thu May 06, 2021 5:34 pm

Re: warning: The distance between some ions is very small

#3 Post by maria_dresser » Tue May 31, 2022 3:54 pm

I see, thank you! This has fixed the issue.

martin.schlipf
Global Moderator
Global Moderator
Posts: 542
Joined: Fri Nov 08, 2019 7:18 am

Re: warning: The distance between some ions is very small

#4 Post by martin.schlipf » Wed Jun 01, 2022 7:07 am

For future reference, VASP reports the nearest neighbors of all atoms. Specifically in your case

Code: Select all

 ion  position               nearest neighbor table
[...]
   9  0.121  0.129  0.625-  25 0.00  42 1.91  49 1.91  45 1.94  41 1.94  46 1.97  18 2.91  19 2.91
                            10 2.91  12 2.91  21 2.95  22 2.95
The 9th atom and the 25th atom have a distance of 0.

Martin Schlipf
VASP developer


Locked