Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| forum:data:2026:respes_in_quanty [2026/03/12 05:43] – Created from the form at forum:start ted trewick | forum:data:2026:respes_in_quanty [2026/03/12 06:03] (current) – Changed RIXS to AUGER for the reader's clarity ted trewick | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| == == | == == | ||
| <WRAP center box 100%> | <WRAP center box 100%> | ||
| - | I would like to calcuate | + | I would like to calculate |
| - | \[4d^{10}4f^13 \xrightarrow{h\nu} | + | \[4d^{10}4f^{11} \xrightarrow{h\nu} |
| - | \[4d^{10}4f^13 \xrightarrow{h\nu} 4d^{9}4f^14\xrightarrow{e^2/ | + | \[4d^{10}4f^{11} \xrightarrow{h\nu} 4d^{9}4f^{12}\xrightarrow{e^2/ |
| The first process is trivial in quanty: | The first process is trivial in quanty: | ||
| + | < | ||
| XPSSpectra , XPSResponse = CreateSpectra(finalstate.Hamiltonian, | XPSSpectra , XPSResponse = CreateSpectra(finalstate.Hamiltonian, | ||
| XPSSpectra.Print({{" | XPSSpectra.Print({{" | ||
| + | </ | ||
| Where T_4f is a list of annihilation operators on the 4f shell. | Where T_4f is a list of annihilation operators on the 4f shell. | ||
| For the second process I have: | For the second process I have: | ||
| - | + | < | |
| - | RIXSSpectra, RIXSResponse | + | AUGERSpectra, AUGERResponse |
| augerstate.Hamiltonian, | augerstate.Hamiltonian, | ||
| -- {" | -- {" | ||
| Line 22: | Line 24: | ||
| {" | {" | ||
| }) | }) | ||
| - | RIXSSpectra.Print({{" | + | AUGERSpectra.Print({{" |
| + | </ | ||
| However this is problematic as the photoexciation operator produces a totally imaginary spectrum in the first axis, and so there can be no Fano resonance (which gives RESPES it's name) when the two spectra are combined. | However this is problematic as the photoexciation operator produces a totally imaginary spectrum in the first axis, and so there can be no Fano resonance (which gives RESPES it's name) when the two spectra are combined. | ||
| Are these the wrong operators, or am I making a more fundamental mistake? | Are these the wrong operators, or am I making a more fundamental mistake? | ||
| + | |||
| Many thanks, | Many thanks, | ||
| - | Ted Trewick | ||
| + | Ted Trewick | ||
| - | I have pasted a MWE of the calculation below: | ||
| + | I have pasted the calculation below: | ||
| + | < | ||
| NF = 10 + 14 | NF = 10 + 14 | ||
| NB = 0 | NB = 0 | ||
| Line 157: | Line 162: | ||
| - | RIXSSpectra, RIXSResponse | + | AUGERSpectra, AUGERResponse |
| augerstate.Hamiltonian, | augerstate.Hamiltonian, | ||
| -- {" | -- {" | ||
| Line 164: | Line 169: | ||
| {" | {" | ||
| }) | }) | ||
| - | RIXSSpectra.Print({{" | + | AUGERSpectra.Print({{" |
| + | -- combine the two spectra i.e. |AUGERSpectra+XPSSpectra|^2 (I've been doing that in python, not the problem here) | ||
| + | </ | ||
| </ | </ | ||
| ~~DISCUSSION|Answers~~ | ~~DISCUSSION|Answers~~ | ||