science:phd-notes:2025-02-17-obtd
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
science:phd-notes:2025-02-17-obtd [2025/02/17 03:20] – created jon-dokuwiki | science:phd-notes:2025-02-17-obtd [2025/03/31 14:56] (current) – Elaborate on decays and excites jon-dokuwiki | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ===== Another possible bug in the OBTD calculations ===== | + | ===== Another possible bug in the OBTD calculations: Why are excitations stronger than decays? |
+ | |||
+ | ==== Making sure that initial and final states are ordered correctly | ||
Feast your eyes on the below figure: | Feast your eyes on the below figure: | ||
Line 7: | Line 9: | ||
It might seem fine and dandy, but consider this: If you look at for example $0f7/2 \rightarrow 0f5/2$ with a value of 3.2 %, note that it is larger than the reverse $0f5/2 \rightarrow 0f7/2$ which is at 2.3 %. Since $0f7/2$ is at lower energy than $0f5/2$ and consequently that $0f5/2 \rightarrow 0f7/2$ should be more energetically favourable than the opposite, then how come the opposite has a larger percentage of the OBTDs? It might simply be that I incorrectly have swapped some indices, let's take a closer look at that! | It might seem fine and dandy, but consider this: If you look at for example $0f7/2 \rightarrow 0f5/2$ with a value of 3.2 %, note that it is larger than the reverse $0f5/2 \rightarrow 0f7/2$ which is at 2.3 %. Since $0f7/2$ is at lower energy than $0f5/2$ and consequently that $0f5/2 \rightarrow 0f7/2$ should be more energetically favourable than the opposite, then how come the opposite has a larger percentage of the OBTDs? It might simply be that I incorrectly have swapped some indices, let's take a closer look at that! | ||
- | Recall that kshell-utilities checks whether or not the final state has lower energy than the initial state and [[https:// | + | Recall that kshell-utilities checks whether or not the final state has lower energy than the initial state and [[https:// |
+ | |||
+ | Here is an excerpt from a KSHELL log file containing transitions between $0^-$ and $1^-$ states (the $j$ values in the below list are multiplied by 2): | ||
+ | |||
+ | < | ||
+ | |||
+ | M1 transition | ||
+ | 2Jf | ||
+ | | ||
+ | | ||
+ | | ||
+ | |||
+ | </ | ||
+ | |||
+ | Consider now the relation between the reduced matrix element and the reduced transition probability: | ||
+ | $$ | ||
+ | B(\sigma \lambda; \xi_i j_i \rightarrow \xi_f j_f) = \frac{1}{2 j_i + 1} \mid ( \xi_f j_f \mid \mid M_{\sigma \lambda} \mid \mid \xi_i j_i ) \mid^2 . | ||
+ | $$ | ||
+ | |||
+ | If we take the reduced matrix element (Mred.) for the first transition, we see that | ||
+ | |||
+ | $$ | ||
+ | \frac{(-0.24234772)^2}{1} = 0.0587324173891984 | ||
+ | $$ | ||
+ | |||
+ | $$ | ||
+ | \frac{(-0.24234772)^2}{3} = 0.019577472463066133 | ||
+ | $$ | ||
+ | |||
+ | so if we take $B(EM) \rightarrow$ | ||
+ | |||
+ | Now consider that for this transition, the energy of the final state is actually higher than the energy of the initial state, aka. $E_x$ is negative. A decay where $E_f > E_i$ is no decay at all, but rather an excitation, and I would dare say that $B(EM) \rightarrow$ in the table consequently is the excitation probability. To make sense of it all, I will for transitions | ||
+ | |||
+ | While conceptually simple, it proved to be a bit of a riddle to solve this programmatically because I want it to fit with my existing dictionary structure. I think it is solved now, and as any programmer should do, I implemented | ||
+ | |||
+ | I have now double and triple checked that the OBTDs are organised so that $E_i > E_f$ and just to be sure I have put checks into the code that generates | ||
+ | |||
+ | {{ : | ||
+ | |||
+ | |||
+ | ==== Wth is going on ==== | ||
+ | |||
+ | So after all that making sure that the levels are correct, I still get that the excitation " | ||
+ | |||
+ | {{ : | ||
+ | |||
+ | Hmm, it seems that the excitation " | ||
+ | |||
+ | {{ : | ||
+ | |||
+ | Nope, does not seem to solve anything. Let's think about the original assumption, namely that the decay strength should be larger than the excitation strength. That is an alright assumption, but remember that we are not actually looking at true strengths here, even if we multiply the OBTDs by the L, S terms. So maybe the assumption is bad for this situation? |
science/phd-notes/2025-02-17-obtd.1739758806.txt.gz · Last modified: 2025/02/17 03:20 by jon-dokuwiki