I am trying to relax MnBi hexagonal structure ( spgroup 194) using Broyden-Fletcher-Goldfarb-Shanno minimization (BFGS).
I used HGH pseudopotential and initialized the spin regarding spin-orbit coupling.
Ultimately what I want to do is observing structural relaxation of MnBi in finite temperature(ionmov=13).
However, my convergence test seems not to be convergend at all. Total energy is oscillating and also for the ucvol(unit cell volume.)
I tried the same test with Trollier-Martin pseudopotential, and it converged well.
Is there any problem in my input file? Or is it for the pseudo-potential?
**I am attaching my input file.
Code: Select all
# MnBin Relaxation
#spin orbit coupling
nsppol 1
nspinor 2
nspden 4
kptopt 4
#optimization of the lattice parameters
optcell 2
ionmov 3
ntime 30
dilatmx 1.5
ecutsm 0.5
nshiftk 1
shiftk 0 0 0.5
ngkpt 4 4 4
#Structure
iscf 5
toldfe 1.0d-6
acell 8.050232711 8.050232711 11.432842231
spgroup 194
angdeg 90 90 120
brvltt -1
ecut 27
natom 4
nband 48
occopt 3
tsmear 0.001
getwfk -1
nstep 50
ntypat 2
typat 1 1 2 2
xred 0.0 0.0 0.0
0.0 0.0 0.5
1/3 2/3 0.25
2/3 1/3 0.75
znucl 25 83
#conserve old < 6.7.2 behavior for calculating forces at each SCF step
optforces 1
And, This is the structure of unitcell:
[img]http://cst-www.nrl.navy.mil/lattice/struk.picts/b8_1.s.png[/img]
Also, can I get the relaxed structure from trollier-martin psp, and use it for the spin-orbit coupling calculation which is the calculation only available for HGH pseudo-potential? In other words, Is the structure relaxing in different way for the different kinds of pseudo-potential?
FYI, I am learning alot from this forum. Thanks so much.
Thanks!
Soo