I am trying to calculate the magnetization (or magnetic susceptibility) of a system composed by a Eu3+ ion coupled with a radical. The script did not seem to work and the calculation done by curry seems incosistent with the energy level structure and the EPR calculation performed with pepper.
I have analysed the problem by dividing it into blocks. The problem seems to arise from the SOC.
A simpler system is:
L=3, S=3, and soc=200 cm-1. Considering the sign of SOC (+SOCLS), I would expect the chiT to be very low (ca. 0, except for the Zeeman mixing). I get a chiT of ca. 12 emuKmol-1. I have calculated this value from CGS units, SI units and even from M in mub and it always gives the same.
Significantly, if I reverse the sign of the soc I also do not get any meaninful value (and I get a value that is LOWER than the one with positive SOC).
The case with negative SOC should lead to the electronic structure of Tb3+ (i.e. costant chiT = 11.82 emuKmol-1). I have also tried other L and S values and the problem persists (i.e. it is not fixed by changing the sign of SOC). Increasing soc makes the situation worst.
Hereafter the script.
Thank you in advance!
Mauro
Sys.S=[3];
Sys.L=[3];
Sys.soc=[200]clight1e-4;
Sys.g=[2];
Exp.Field = 100
Exp.Temperature = linspace(2,300,500);
Opt.Output='ChiTCGS';
[chitsim] = curry(Sys,Exp,Opt);
plot(Exp.Temperature,chitsim, '-k', 'Linewidth',2)