Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
documentation:tutorials:nio_crystal_field:nixs_m45 [2016/10/10 09:41] – external edit 127.0.0.1 | documentation:tutorials:nio_crystal_field:nixs_m45 [2019/02/21 08:22] (current) – Maurits W. Haverkort | ||
---|---|---|---|
Line 4: | Line 4: | ||
### | ### | ||
Inelastic x-ray scattering IXS (non-resonant) nIXS or x-ray Raman scattering allows one to measure non-dipolar allowed transitions. A powerful technique to look at even $d$-$d$ transitions with well defined selection rules \cite{Haverkort: | Inelastic x-ray scattering IXS (non-resonant) nIXS or x-ray Raman scattering allows one to measure non-dipolar allowed transitions. A powerful technique to look at even $d$-$d$ transitions with well defined selection rules \cite{Haverkort: | ||
+ | ### | ||
+ | |||
+ | ### | ||
+ | This tutorial compares calculated spectra to experiment. In order to make the plots you need to download the experimental data. You can download them in a zip file here {{ : | ||
### | ### | ||
Line 26: | Line 30: | ||
NF=10 | NF=10 | ||
NB=0 | NB=0 | ||
- | IndexDn_3d={0,1,2,3,4} | + | IndexDn_3d={0, |
- | IndexUp_3d={5,6,7,8,9} | + | IndexUp_3d={1,3,5,7,9} |
-- define operators on this basis | -- define operators on this basis | ||
Line 107: | Line 111: | ||
for j = 1,#oppList do | for j = 1,#oppList do | ||
expectationvalue = Chop(psiList[i]*oppList[j]*psiList[i]) | expectationvalue = Chop(psiList[i]*oppList[j]*psiList[i]) | ||
- | io.write(string.format(" | + | io.write(string.format(" |
end | end | ||
io.write(" | io.write(" | ||
Line 254: | Line 258: | ||
The spectrum produced: | The spectrum produced: | ||
- | {{: | + | {{: |
### | ### | ||