Dear all
I would like to perform a LDOS analysis.
I am using a python script to extract the LDOS projected on "d" orbitals of a given atom.
dos.gaussianSpectrum(energies=energies,
spin=Spin.Down,
broadening = 0.01*eV,
projection_list = ProjectionList(atoms=[1], angular_momenta=[2]))
However I would also like to decompose the DOS over the different d orbitals: xy, xz etc...
Is there a way to do this?
Cyrille