Dear Abdulrahman Allangawi,
I was able to reproduce your error. But when checking your INCAR file carefully I recognized that you are setting the tag
Code: Select all
NELEC = 534.0000 # Number of valance electrons (use when charge is needed by adding or removing valance electrons)
This seems to be a typo and should be
Code: Select all
NELECT = 534.0000 # Number of valance electrons (use when charge is needed by adding or removing valance electrons)
After fixing this issue and rerunning your simulation VASP will give you the following error message
Code: Select all
-----------------------------------------------------------------------------
| |
| EEEEEEE RRRRRR RRRRRR OOOOOOO RRRRRR ### ### ### |
| E R R R R O O R R ### ### ### |
| E R R R R O O R R ### ### ### |
| EEEEE RRRRRR RRRRRR O O RRRRRR # # # |
| E R R R R O O R R |
| E R R R R O O R R ### ### ### |
| EEEEEEE R R R R OOOOOOO R R ### ### ### |
| |
| LDIPOL = .TRUE. must be selected only for cubic supercells, since |
| the quadrupole corrections are currently only implemented for this |
| specific geometry. |
| Please change your box, or set LDIPOL=.FALSE. |
| |
| ----> I REFUSE TO CONTINUE WITH THIS SICK JOB ... BYE!!! <---- |
| |
-----------------------------------------------------------------------------
So the problem is the calculation you are trying to do is not feasible in VASP because quadrupole corrections are only implemented for cubic boxes. I am not quite sure how you are planning to go further. Please let me know if I can assist you any further.
All the best Jonathan