You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When calling dieke.RareEarthIon(nf) for nf=13 (which corresponds to the number of f-electrons Yb3+ has), the readcrosswhite() function in this class tries to call the file "data/f1nm.dat", which does not exist in the package.
The text was updated successfully, but these errors were encountered:
The reason for this is that for Yb there is only one hole in the 4f states. This means that the L and S matricies don't need etc to be read from the crosswhite files they can be 'easily' be calculated. I'm not sure when I'll get around to doing it.
When calling
dieke.RareEarthIon(nf)
fornf=13
(which corresponds to the number of f-electrons Yb3+ has), thereadcrosswhite()
function in this class tries to call the file "data/f1nm.dat", which does not exist in the package.The text was updated successfully, but these errors were encountered: