ERROR FEXCP
Moderators: Global Moderator, Moderator
-
- Newbie
- Posts: 19
- Joined: Fri Nov 11, 2005 4:26 pm
- Location: University of South Florida
- Contact:
ERROR FEXCP
I started a job to relax the experimental structure of a crystal, and the job quit after two ionic steps with the error message:
ERROR FEXCP: supplied Exchange-correletion table is too small, maximal index : 4370
I read an existing thread concerning the same error message, but I don't think it can help me solve my problem because:
-As far as I know, I am using the latest version of vasp (4.6.28).
-My POSCAR file is the experimental structure, and thus it should be a reasonable input geometry.
-My INCAR file contains the line IBRION = 1.
Thanks for reading this and, hopefully, helping me out!
ERROR FEXCP: supplied Exchange-correletion table is too small, maximal index : 4370
I read an existing thread concerning the same error message, but I don't think it can help me solve my problem because:
-As far as I know, I am using the latest version of vasp (4.6.28).
-My POSCAR file is the experimental structure, and thus it should be a reasonable input geometry.
-My INCAR file contains the line IBRION = 1.
Thanks for reading this and, hopefully, helping me out!
Last edited by fabella on Thu Jul 20, 2006 7:47 pm, edited 1 time in total.
-
- Administrator
- Posts: 2921
- Joined: Tue Aug 03, 2004 8:18 am
- License Nr.: 458
ERROR FEXCP
please have a look at the actual geometry (XDATCAR), of that step: if the first ionic step was not fully converged electronically (please check), the calculated forces and the stress tensors may be completely wrong. If (in addition) POTIM is chosen too large, the following geometries may be unreasonable, though you started with a good guess for the first ionic step..
Last edited by admin on Fri Jul 21, 2006 7:57 am, edited 1 time in total.
ERROR FEXCP
I looked at the geometry from the CONTCAR file, which I believe contains the coordinates of the last step in the relaxation. The structure is very different from the POSCAR with the experimental structure. However, the last successful ionic step was converged electronically.
I would guess that this radical change in structure would be due to a large POTIM value, but I am using the default value, POTIM = 0.5. Since the guess for the initial structure should be excellent, is it reasonable to reduce the POTIM value?
(Note: The user "fabella" submitted the thread above for me due to a momentarily forgotten password.)
I would guess that this radical change in structure would be due to a large POTIM value, but I am using the default value, POTIM = 0.5. Since the guess for the initial structure should be excellent, is it reasonable to reduce the POTIM value?
(Note: The user "fabella" submitted the thread above for me due to a momentarily forgotten password.)
Last edited by The Evasperator on Mon Jul 24, 2006 3:00 pm, edited 1 time in total.
-
- Full Member
- Posts: 107
- Joined: Wed Aug 10, 2005 1:30 pm
- Location: Leiden, Netherlands
ERROR FEXCP
You haven't done something simple like use Cartesian coordinates with the fractional coordinates flag in CONTCAR, have you? You probably should check the output file to make sure that the structure Vasp sees is the structure you think it's seeing.
Otherwise, the forces being calculated must be big. Which shouldn't happen for the experimental structure. Please check that.
Otherwise, the forces being calculated must be big. Which shouldn't happen for the experimental structure. Please check that.
Last edited by tjf on Mon Jul 24, 2006 5:14 pm, edited 1 time in total.
ERROR FEXCP
I looked at the OUTCAR file and it stated that the coordinates were direct, but the POSCAR had Cartesian written on the appropriate line. However, there were several spaces between the beginning of that line and C, the first letter of Cartesian. So, I think you may be right about my simple mistake.
I am waiting for the results of the calculation with "Cartesian" starting at the beginning of the appropiate line. Thanks for the suggestions, and I will follow up with a reply about the results.
I am waiting for the results of the calculation with "Cartesian" starting at the beginning of the appropiate line. Thanks for the suggestions, and I will follow up with a reply about the results.
Last edited by The Evasperator on Mon Jul 24, 2006 10:34 pm, edited 1 time in total.
ERROR FEXCP
That was the problem. Thanks!
Last edited by The Evasperator on Tue Jul 25, 2006 3:17 pm, edited 1 time in total.
-
- Newbie
- Posts: 2
- Joined: Mon Jun 24, 2013 8:37 pm
Re: ERROR FEXCP
When I used pure Coulomb potential for Carbon simulations, I saw the similar error message: "ERROR FEXCP: supplied Exchange-correletion table is too small"
My solution is:
in the file of "xclib.F" change the line "!#define hugeXCtable" to "#define hugeXCtable", which solved my problem.
My solution is:
in the file of "xclib.F" change the line "!#define hugeXCtable" to "#define hugeXCtable", which solved my problem.
-
- Global Moderator
- Posts: 502
- Joined: Mon Nov 04, 2019 12:41 pm
- Contact:
Re: ERROR FEXCP
In principle, uncommenting the line "!#define hugeXCtable" in xclib.F, as mentioned above, should not be necessary.
Use this only as a last resort.
The same issue was reported on a different thread:
https://www.vasp.at/forum/viewtopic.php?f=4&t=18042
In this case increasing the cutoff fixed the issue.
Use this only as a last resort.
The same issue was reported on a different thread:
https://www.vasp.at/forum/viewtopic.php?f=4&t=18042
In this case increasing the cutoff fixed the issue.