About the Order of Wannier Projections in non-collinear case #17
shahid-sattar
started this conversation in
General
Replies: 1 comment
-
Yes, the spinor projection (after applied this patch) will be done in the order of:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just want to clarify that the spinor order in wannier90.wout file using the VASP2WANNIER90 interface will be like the following:
site 1 projection s (spin_1)
site 1 projection s (spin_2)
site 1 projection px (spin_1)
site 1 projection px (spin_2)
site 1 projection py (spin_1)
site 1 projection py (spin_2)
Is this different from the standard wannier90 output if I don't use this patch? Like, if not using this patch, the projections will be written as:
site 1 projection s (spin_1)
site 1 projection px (spin_1)
site 1 projection py (spin_1)
site 1 projection s (spin_2)
site 1 projection px (spin_2)
site 1 projection py (spin_2)
Kindly confirm this to better understand the outputs. Thanks,
Beta Was this translation helpful? Give feedback.
All reactions