Code: Select all
Exp = struct('mwFreq',9.429649,...
'CenterSweep',[336.05 9.9794],...
'nPoints',4096,...
'Harmonic',1,...
'ModAmp',0.02,...
'mwPhase',4.5*pi/180);
Sys = struct('S',1/2,...
'g',[2.010695 2.0064 2.0024],...
'Nucs','14N',...
'A',[22.37 16.765 105.67317],...
'lwpp',[0.12319 0.00381],...
'tcorr',[28e-12 30e-12 30e-12],...
'DiffFrame',[0 50 0]*pi/180);
chili(Sys,Exp);
So my question: Where does this error in the new EasySpin version come from (change of the interpretation of the frame coordinates???) or how do I have to adjust my simulation parameters for the new EasySpin version so that the simulations fit again as in the old version 5.1.12?