How to solve "Eigenvector with band 1 has zero norm"?
Posted: Thu May 03, 2018 4:10 pm
I am a beginner on Abinit Calculations. When I try to run the scripts as those in tutorial course, I found the following error messages, and the program terminated. Could you give any hints?
--- !ERROR
src_file: fxphas.F90
src_line: 188
mpi_rank: 0
message: |
The eigenvector with band 1 has zero norm.
This usually happens when the number of bands (nband) is comparable to the number of planewaves (mpw)
My Input file from website is in the following:
#################################################################
# Input file for the positron tutorial #
# Positron lifetime calculation within PAW #
# Si, 2 atoms in the box #
#################################################################
# Datasets definition
ndtset 2
positron1 0 ! Dataset 1 is a simple electronic GS calculation
positron2 1 ! Dataset 2 is a positronic GS calculation
getden2 1 ! in presence of the previous electronic density
kptopt2 0 ! Use only k=gamma point
ixcpositron2 1 ! We are using the Boronski and Nieminen parametrization
# Common input parameters
! Unit cell
acell 3*5.43 angstrom
rprim 0.0 0.5 0.5
0.5 0.0 0.5
0.5 0.5 0.0
natom 2
ntypat 1
typat 2*1
znucl 14
xred 0.0 0.0 0.0
0.25 0.25 0.25
! K-points and occupations
kptopt 1
ngkpt 4 4 4
nshiftk 1
shiftk 0.0 0.0 0.0
occopt 1
nband 6
posocc2 1 ! Occupation number for the positron (should be set <1 for bulk calculation with a small cell).
! Here the zero positron density limit is used, so results do not depend on posocc.
! Convergence parameters
ecut 8. pawecutdg 15.
iscf 17
nstep 50 tolvrs 1.d-8
! Miscelaneous
prtwf 0 prteig 0 ! To save disk space
optforces 0 optstress 0 ! Not relevant here
---------------------------------------------------------------------------------------------------------------------
--- !ERROR
src_file: fxphas.F90
src_line: 188
mpi_rank: 0
message: |
The eigenvector with band 1 has zero norm.
This usually happens when the number of bands (nband) is comparable to the number of planewaves (mpw)
My Input file from website is in the following:
#################################################################
# Input file for the positron tutorial #
# Positron lifetime calculation within PAW #
# Si, 2 atoms in the box #
#################################################################
# Datasets definition
ndtset 2
positron1 0 ! Dataset 1 is a simple electronic GS calculation
positron2 1 ! Dataset 2 is a positronic GS calculation
getden2 1 ! in presence of the previous electronic density
kptopt2 0 ! Use only k=gamma point
ixcpositron2 1 ! We are using the Boronski and Nieminen parametrization
# Common input parameters
! Unit cell
acell 3*5.43 angstrom
rprim 0.0 0.5 0.5
0.5 0.0 0.5
0.5 0.5 0.0
natom 2
ntypat 1
typat 2*1
znucl 14
xred 0.0 0.0 0.0
0.25 0.25 0.25
! K-points and occupations
kptopt 1
ngkpt 4 4 4
nshiftk 1
shiftk 0.0 0.0 0.0
occopt 1
nband 6
posocc2 1 ! Occupation number for the positron (should be set <1 for bulk calculation with a small cell).
! Here the zero positron density limit is used, so results do not depend on posocc.
! Convergence parameters
ecut 8. pawecutdg 15.
iscf 17
nstep 50 tolvrs 1.d-8
! Miscelaneous
prtwf 0 prteig 0 ! To save disk space
optforces 0 optstress 0 ! Not relevant here
---------------------------------------------------------------------------------------------------------------------