I noticed that if I specify projections in one line for one atom, the order is not strictly preserved.
Say, if I put Fe:s;p or Fe:p;s - then I get the same : the s orbitals come in the nnkpt file first, and then the p's .Looks like the code orders projections by the number l. Accordingly, the hybrids come first (because the are associated with negative l)
Only if I give two lines, like
then I get p's first, s last
So, my questions are
- is this intended (if anyone remembers that)
- is this behavior documented (I did not hind such in the projections section of the user guide)
The order of projections is important in some cases, e.g. in the symmetrization of the Wannier Hamiltonians.
I noticed that if I specify projections in one line for one atom, the order is not strictly preserved.
Say, if I put
Fe:s;porFe:p;s- then I get the same : the s orbitals come in the nnkpt file first, and then the p's .Looks like the code orders projections by the number l. Accordingly, the hybrids come first (because the are associated with negative l)Only if I give two lines, like
then I get p's first, s last
So, my questions are
The order of projections is important in some cases, e.g. in the symmetrization of the Wannier Hamiltonians.