Resonant spectra
Resonant spectra are implemented by calculating a third order Green's function or susceptibility (χ3): G3(ω1,ω2)=⟨ψi|T†11ω1−H1−ıΓ/2T†21ω2−H2+ıΓ/2T21ω1−H1+ıΓ/2T1|ψi⟩, For 2p core level resonant inelastic x-ray scattering measuring magnons or d−d excitations T1 would excite a 2p core electron into the 3d valence orbitals and T2 would de-excite a 3d electron into the 2p core hole. For core-core excitations T2 would de-excite for example a 3s core electron into the 2p core hole. Quanty can calculate resonant spectra with the function CreateResonantSpectra()
- Example.Quanty
-- Creating a spectrum from a starting state psi -- a transition operator, T1, T2, -- and Hamiltonians H1, H2 G3 = CreateResonantSpectra(H1, H2, T1, T2, psi)
Index
-
Resonant spectra