I am facing problems to do the convergence study and the structure relaxation
for a supercell calculation of a system made of Tin atoms,
where the lattice constant is about 9 Bohrs and the vacuum is about 30 Bohr.
This problem occurs either if I use the new PAW_JTH atomic files
http://www.abinit.org/downloads/PAW2/JTH-TABLE/index.html
or if I use the usual atomic PAW files located at the ~/Psps_for_tests folder;
the problem is absent for HGH pseudos (which I should not use,
as I wish to include 4d_electrons)
The problem is that for certain values of acell_3 (the vacuum),
or certain k-grids (ngkpt) or certain values of ecut, ABINIT prints warnings like
Code: Select all
--- !WARNING
message: |
The second and third dimension of the FFT grid: 0, 0
were imposed to be multiple of the number of processors for the FFT: 1
src_file: getng.F90
src_line: 200
... followed by a numerous lines like
scf.log_back:== DATASET 3 ========================================
scf.log_back: Density went too small (lower than xc_denpos) at 111866 points
scf.log_back: Density went too small (lower than xc_denpos) at 75786 points
.
. bla bla bla
.
scf.log_back:== DATASET 4 ========================================
scf.log: Density went too small (lower than xc_denpos) at 1 points
scf.log: Density went too small (lower than xc_denpos) at 1 points
.
. bla bla bla
.
scf.log_back:== DATASET 5 ========================================
scf.log_back: Density went too small (lower than xc_denpos) at 341866 points
scf.log_back: Density went too small (lower than xc_denpos) at 79743 points
...
etcetera, etc
followed by
Code: Select all
xc_denpos= 1.00E-14. Lowest was -0.62E-05
Likely due to too low boxcut or too low ecut for pseudopotential core charge.
(all 'lowest' values are in this order)
Certainly they are "warnings", but the real problem is that ETOTAL zig-zags
from one dataset to the other by +/-0.1 eV, making the convergence study hopeless.
From the log file this seems to be related to inconsistencies in the
FFT-grid, and I have gone around it by setting a higher value of
PAWECUTDG, ~34 Ha (having ecut=16), every time I face these
warnings. Then ETOTAL behaves well and I can decide on a converged
value for a given parameter, except for the vacuum and the relaxation
of acell, for which this warnings become numerous.
The description of xc_denpos suggests to change the default value from
1e-14 to 1e-7, but this would make things worst, because my minimum values are
as low as *minus* 1e-5.
http://www.abinit.org/documentation/helpfiles/for-v7.6/input_variables/vardev.html#xc_denpos
I and will appreciate any suggestions,
Thanks,
Temok
(I am using ABINIT v7.6.2.)