Compute energy of ion Fe2+
Posted: Thu May 12, 2011 1:29 am
Dear Abinit user,
I want to compute the energy of ion Fe2+ using PAW got from PAW database of Abinit. However I can not converge the acell. This is my input
and output
I guess that my problem comes from using spin polarise. How can I solve this problem and get the energy of Fe2+
Thank you.
I want to compute the energy of ion Fe2+ using PAW got from PAW database of Abinit. However I can not converge the acell. This is my input
Code: Select all
#Definition of the unit cell
ndtset 3
acell1 10 10 10 Angstrom
acell2 15 15 15 Angstrom
acell3 20 20 20 Angstrom
# Definition of the atom types
ntypat 1
znucl 26
ixc 11
# Definition of the atoms
natom 1
typat 1
xangst
0.0 0.0 0.0
# Definition of the planewave basis set
ecut 10 # Small ecut to test
pawecutdg 20
# Definition of the k-point grid
kptopt 0
nkpt 1
kpt 0 0 0
# Definition of the SCF procedure
nstep 30
toldfe 1.0d-6
diemac 2
charge +2
spinat
0.0 0.0 4.0
nsppol 2
occopt 2
nband 10 10
occ
1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 0.0
1.0 1.0 1.0 1.0 1.0 0.0 0.0 0.0 0.0 0.0
and output
Code: Select all
etotal1 -1.2363254057E+02
etotal2 -1.2352853059E+02
etotal3 -1.2347767129E+02
I guess that my problem comes from using spin polarise. How can I solve this problem and get the energy of Fe2+
Thank you.