I am trying to create PAW dataset for Nb with five electros (4d4, 5s1 and 5p0 states handled in valence). Therefore i am using atompaw v. 2.3 with following setup:
Code: Select all
Nb 41
LDA-PW scalarrelativistic loggrid
5 5 4 0 0 0 ! f-orbital?
1 0 2 ! 1s2
2 0 2 ! 2s2
2 1 6 ! 2p6
3 0 2 ! 3s2
3 1 6 ! 3p6
3 2 10 ! 3d10
4 0 2 ! 4s2
4 1 6 ! 4p6
4 2 4 ! 4d4
5 0 1 ! 5s1
5 1 0 ! 5p0
0 0 0
c ! 1s
c ! 2s
c ! 3s
c ! 4s
v ! 5s
c ! 2p
c ! 3p
c ! 4p
v ! 5p
c ! 3d
v ! 4d
2
2.45
y
3
n
y
-2.6
n
y
1.2
n
custom rrkj sinc
3 0 troulliermartins
2.35
2.19
2.3
2.35
1.78
2.35
0
Logarithmic derivatives seem to be on right place and projector functions have same order of magnitude as the wavefunctions. Nevertheless the produced dataset misbehaves due to high matrix values in RHOIJ:
Code: Select all
*********** RHOIJ (atom 1) **********
********* ********* 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 ...
********* ********* 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 ...
0.00000 0.00000 ********* 0.00000 0.00000 ********* 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 ...
0.00000 0.00000 0.00000 ********* 0.00000 0.00000 ********* 0.00000 0.00000 0.00000 0.00000 0.00000 ...
0.00000 0.00000 0.00000 0.00000 ********* 0.00000 0.00000 ********* 0.00000 0.00000 0.00000 0.00000 ...
0.00000 0.00000 ********* 0.00000 0.00000 ********* 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 ...
0.00000 0.00000 0.00000 ********* 0.00000 0.00000 ********* 0.00000 0.00000 0.00000 0.00000 0.00000 ...
0.00000 0.00000 0.00000 0.00000 ********* 0.00000 0.00000 ********* 0.00000 0.00000 0.00000 0.00000 ...
0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 ********* 0.00000 0.00000 0.00000 ...
0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 ********* 0.00000 0.00000 ...
0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 ********* 0.00000 ...
0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 ********* ...
for the following input
Code: Select all
# test ecut convergence
ndtset 10
# experimental bulk lattice constant of Nb
acell 3*3.30 angstrom
# convergence crit
toldfe 1.0d-7
# 1 atom per pc
natom 1
typat 1
znucl 41
xred 0 0 0
nband 9
# number of kpts
ngkpt 6 6 6
# bcc lattice
rprim
-0.5 0.5 0.5
0.5 -0.5 0.5
0.5 0.5 -0.5
nshiftk 1
shiftk 0.5 0.5 0.5
ecut: 10
pawecutdg: 10
ecut+ 2
pawecutdg+ 2
# methfessel-paxthon
occopt 6
tsmear 0.1 eV
prtden 0
prtwf 0
prteig 0
nstep 60
diemac 1000000
My question is: which quantity should i change to get rid of "high" projector values? I tried to change shape functions and projectors with no effect. Thank you in advance,
Ruslan Zinetullin
P.S. I tried to use PAW datasets provided by Prof. Zwanziger in http://www.abinit.org/downloads/PAW/CON ... Table.html which contain 13-electron setups (which i want to replace by 5-electron one). The logarithmic derivatives for s- and p-orbitals are not really superimposed at the discontinous points. Does it mean that this criterion is not as much important as the other ones?