Dear VASP forum,
I would like to run calculations in which I constrain the magnetic moment of a magnetic atom to different values. In particular, I would like to perform a series of five calculations, each with a different target magnetic moment ranging from 0 μB to 5 μB.
I consulted the VASP wiki and found information on the use of I_CONSTRAINED_M to constrain the magnetic moment. In my calculations, I would like to constrain both the direction of the magnetic moment (out of plane) and its magnitude (I_CONSTRAINED_M = 2). From my understanding, this is set using M_CONSTR.
My questions are the following:
Is the INCAR I'm using correct? (example given below for a constrained magnetic moment of 3 μB, where only the first atom is magnetic)
Do we still need to specify MAGMOM in the INCAR when using constrained magnetic moments, and if so, how should it be set?
Code: Select all
ISYM = 0
ENCUT = 350
EDIFF = 1E-6
NELM = 200
ISMEAR = -5
SIGMA = 0.05
GGA = PE
LSORBIT = .TRUE.
LNONCOLLINEAR = .TRUE.
SAXIS = 0 0 1
LORBIT = 11
I_CONSTRAINED_M = 2
M_CONSTR = 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
LAMBDA = 10
RWIGS = 1.323 1.577 1.535
MAGMOM = 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
AMIX = 0.1
BMIX = 0.00001
AMIX_MAG = 0.2
BMIX_MAG = 0.00001
Additionally, how and where can I check the converged magnetic moment on the atom of interest?
Thank you for your help,
Marie

