ORBITALMAG
Moderators: Global Moderator, Moderator
-
- Newbie
- Posts: 33
- Joined: Fri Feb 09, 2018 2:05 am
- License Nr.: 5-1063
ORBITALMAG
The outcar file contains a line "ORBITALMAG= F". When i search the wiki for ORBITALMAG I get no result. How does one include orbital contributions to magnetic moment in a spin polarized calculation?
-
- Global Moderator
- Posts: 126
- Joined: Mon May 08, 2023 4:08 pm
Re: ORBITALMAG
Hi,
Thanks for reaching out. The ORBITALMAG tag is indeed undocumented, but it also does not do what you want. In order to incorporate orbital contributions, you can enable spin-orbit coupling via LSORBIT=True, which implies noncollinear spin polarization (LNONCOLLINEAR=True). The orbital contributions can be written to the OUTCAR file via LORBMOM=True. I hope this helps answer your question.
Thanks for reaching out. The ORBITALMAG tag is indeed undocumented, but it also does not do what you want. In order to incorporate orbital contributions, you can enable spin-orbit coupling via LSORBIT=True, which implies noncollinear spin polarization (LNONCOLLINEAR=True). The orbital contributions can be written to the OUTCAR file via LORBMOM=True. I hope this helps answer your question.
Manuel
VASP developer
VASP developer
-
- Newbie
- Posts: 33
- Joined: Fri Feb 09, 2018 2:05 am
- License Nr.: 5-1063
Re: ORBITALMAG
Thank you. How should MAGMOM reflect the presence of orbital angular momentum? Is it just the (assumed) spin moment?
-
- Global Moderator
- Posts: 126
- Joined: Mon May 08, 2023 4:08 pm
Re: ORBITALMAG
MAGMOM just sets the initial magnetic moments per atom. I think this is what you mean by assumed spin moment. Keep in mind that with LSORBIT=True, you also need to specify the direction per atom. It will be up to you to find suitable values for the initial magnetic moment. This is important as the final result can depend on this initial choice due to the many local minima in magnetic calculations.
Manuel
VASP developer
VASP developer
-
- Newbie
- Posts: 33
- Joined: Fri Feb 09, 2018 2:05 am
- License Nr.: 5-1063
Re: ORBITALMAG
Thank you