Code: Select all
Sys = struct('g',[2.24 2.24 1.92],'Nucs','56Fe','A',[20,20,85]);
Sys.tcorr = 5e-10;
Exp = struct('mwFreq',4.65,'Range',[20,620],'nPoints',5e3);
chili(Sys,Exp);
Thanks for your clarification
Code: Select all
Sys = struct('g',[2.24 2.24 1.92],'Nucs','56Fe','A',[20,20,85]);
Sys.tcorr = 5e-10;
Exp = struct('mwFreq',4.65,'Range',[20,620],'nPoints',5e3);
chili(Sys,Exp);
Code: Select all
Sys.S =5/2;
Code: Select all
close all
figure(1)
Sys = struct('g',[2.24 2.24 1.92],'Nucs','56Fe','A',[20,20,85]);
Sys.tcorr = 5e-9;
Sys.S=5/2;
Exp = struct('mwFreq',4.65,'Range',[20,620],'nPoints',5e3);
chili(Sys,Exp);
figure(2)
Sys2 = struct('g',[2.24 2.24 1.92],'Nucs','56Fe','A',[20,20,85]);
Sys2.tcorr = 5e-9;
Exp2 = struct('mwFreq',4.65,'Range',[20,620],'nPoints',5e3);
chili(Sys2,Exp2);
Does anyone have any ideas? I'm genuinely unsure what is going wrong.With this setting, EasySpin will include the relevant polarization factors resulting from a thermal equilibrium population of the energy levels. For S=1/2 systems, it is not necessary to include the temperature. However, it is important in high-spin systems with large zero-field splittings, and in coupled spin systems with exchange couplings.
Code: Select all
close all
figure(1)
Sys = struct('g',[2.24 2.24 1.92],'Nucs','56Fe','A',[20,20,85]);
Sys.tcorr = 5e-9;
Sys.S=5/2;
Exp = struct('mwFreq',4.65,'Range',[20,620],'nPoints',5e3);
chili(Sys,Exp);
figure(2)
Sys2 = struct('g',[2.24 2.24 1.92],'Nucs','56Fe','A',[20,20,85]);
Sys2.tcorr = 5e-9;
Exp2 = struct('mwFreq',4.65,'Range',[20,620],'nPoints',5e3);
chili(Sys2,Exp2);
Does anyone have any ideas? I'm genuinely unsure what is going wrong.With this setting, EasySpin will include the relevant polarization factors resulting from a thermal equilibrium population of the energy levels. For S=1/2 systems, it is not necessary to include the temperature. However, it is important in high-spin systems with large zero-field splittings, and in coupled spin systems with exchange couplings.
Code: Select all
Sys.D = 50000; %MHz