I have a large (136 atoms) supercell consisting of two phases: An fcc
nickel part with 72 atoms and a Ni3-Ti-phase (eta phase).
The Nickel phase is ferromagnetic, whereas the eta phase is not.
When I run the system without magnetic moments switched on
the calculation converges.
However, when I switch on magnetic moments, no convergence is reached.
Here is the relevant part of the INCAR file:
## --- ENERGY ---
ENMAX=400
ENCUT=520
## --- Simulation precision ---
PREC=Normal
LREAL=Auto
ROPT=1.e-4 1.e-4
ISMEAR=-5
#
## --- Spin definition ---
ISPIN=2
MAGMOM= 128*5.0
#
## --- KSPACING
KSPACING=0.2
KGAMMA=.TRUE.
NELM = 200
NELMDL=-10
NELMIN = 5
LMAXMIX=4
I have also tried to initialize only the Ni atoms with a magnetic
moment (MAGMOM=72*5. 64*0.), but this does not help convergence.
I also tried to first use the non-magnetic solution as a starting point, using
ISTART=1
ICHARG=1
ISPIN=2
MAGMOM= 128*5.0
in the continuation run, but this again does not help.
Furthermore, I tried different algorithms (using ALGO/IALGO), but did
not find any combination that worked for the system
Any ideas on how to get the system to converge (or how to nail down
the cause of the convergence issue) would be greatly appreciated.