Open ezpzbz opened 3 years ago
If we set ISPIN=1, we still get MAGMOM tag written in the INCAR. Although this does not affect the calculations, it is better to fix it.
ISPIN=1
MAGMOM
INCAR
Here: https://github.com/morgan-group-bath/aiida-bjm/blob/9335c95034d7569ba83b7bfd648f171124e298ac/aiida_bjm/workchains/vasp_multistage.py#L194
It can changed to:
if 'ISPIN' == 2: get_magmom()
If we set
ISPIN=1
, we still getMAGMOM
tag written in theINCAR
. Although this does not affect the calculations, it is better to fix it.