Although the electronic state calculation was quickly converged, the successive positronic sate calculation ended with following warnings.
--- !WARNING
message: |
the minimization is stopped for this block
src_file: Subroutine Unknown
src_line: 0
I think that this behavior is related to the fact that the wavefunction optimization algorithm with paral_kgb=1 is different from that that with paral_kgb=0.
Please let me know if there are any solutions or suggestions. Below is my input file. I used abinit-7.8.2 and al_ps.abinit.paw included in source code as PAW atomic data.
Code: Select all
paral_kgb 1
nband 16
nstep 5000
toldfe 1.0d-8
kptopt 1
ngkpt 4 4 4
occopt 7
tsmear 5.0d-3
# positron
positron -1
ixcpositron 2
posocc 1.0
posnstep 5000
postoldfe 1.0d-6
#Cell and atoms definition
acell 3*4.0496 angstrom
xred
0.0 0.0 0.0
0.5 0.5 0.0
0.5 0.0 0.5
0.0 0.5 0.5
rprim 1.0 0.0 0.0
0.0 1.0 0.0
0.0 0.0 1.0
ntypat 1
znucl 13
natom 4
typat 4*1
chkprim 0
#Grid definitions
ecut 20.
pawecutdg 50.
ecutsm 0.5
#g_l(r).Y_lm(r) are not stored in memory and recomputed
pawstgylm 0
Takayuki Tsukagoshi