CSC DFT+DMFT with VASP for Non-collinear Magnetism #264
-
Hi, I want to reproduce the results of figure 4 of this paper (https://journals.aps.org/prb/abstract/10.1103/PhysRevB.106.205103), where they use Haule's DFT+DMFT code to model a non-collinear magnetic (NCM) state with spin-orbit coupling (SOC). The arrangement of magnetic moments is shown in figure 2 (c). I'm new to DFT+DMFT and I already have some familiarity with TRIQS and VASP so I'd prefer to use one of the TRIQS implementations with VASP for the DFT part if possible. I've seen that the VASP projectors don't currently support NCM, so is it possible to enforce particular magnetic moments in DMFT and perform non-spin polarized DFT? Can the same be done with SOC included in DMFT? The tutorials mention that SOC in DMFT is possible for a one-shot calculation, but I'm not sure about the charge self-consistent case. This project is a side project for my PhD, so I'm mainly looking for some guidance about the difficulty of the work-arounds. If the solution is very complicated, or if support for NCM is coming soon, there are other projects I'd rather devote time to. Thanks in advance for any advice! Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
Hi @EthanMakaresz , There are some new features that we currently merge and test in the unstable branch of dft_tools. First, non-collinear projectors should be supported since #218 has been merged. This is just for VASP -> TRIQS, i.e. one-shot DFT+DMFT calulcations without charge self-consistency (CSC). The documentation might be not up-to-date but this should work. So running a VASP calculation with non-collinear magnetism including SOC and projections via LOCPROJ should work. Then full CSC calculations with SOC should work on the unstable branch now with VASP 6.5 I believe. Maybe @dariofiosca can confirm and say something about the status. The code is in an early testing stage but we are working on it and people who test this are welcome! Note, that solving the impurity problem with SOC can be quite tricky. Best, |
Beta Was this translation helpful? Give feedback.
Hi @EthanMakaresz ,
There are some new features that we currently merge and test in the unstable branch of dft_tools. First, non-collinear projectors should be supported since #218 has been merged. This is just for VASP -> TRIQS, i.e. one-shot DFT+DMFT calulcations without charge self-consistency (CSC). The documentation might be not up-to-date but this should work. So running a VASP calculation with non-collinear magnetism including SOC and projections via LOCPROJ should work.
Then full CSC calculations with SOC should work on the unstable branch now with VASP 6.5 I believe. Maybe @dariofiosca can confirm and say something about the status. The code is in an early testing stage but we ar…