Hi Thanasis
i kind of understood what you mean but I'm still not very clear.
i do have a single electron spin and my code looks like this
Sys.Nucs = '14N, 14N, 14N';
Sys.A = [21.5, 14.8, 13.7]
i have 3 equivalent nitrogen with different IUPAC numbering (N1, N2, N4)- im not sure if hyperfine 14.8 belongs to N2 or N4
between the last two nitrogens, i can't tell which is which
i don't know if easy spin has a function that allows me differentiate between the three equivalent nitrogen specifically
[B,spc] = eprload('6_AminoBTR_30_08_23.DTA');
plot(B,spc);
Exp.mwFreq = 9.369752;
Exp.Range = [324.935 344.925]; % mT
Exp.nPoints = 2000; %numel(B)
%Exp.ModAmp = 0.1;
Exp.Temperature = 298;
% Set up spin system with starting parameters
Sys.g = 2.0036;
Sys.S = 1/2;
Sys.Nucs = '14N, 14N, 14N';
Sys.A = [21.5, 14.8, 13.7]; %MHz
Sys.lwpp = [0.35 0.15];
% Set up Vary structure with all parameters that can be varied
Vary.g = 0.002;
Vary.lwpp = [0.02 0.05];
SysVary.A = [5, 5, 5];
Vary.A = [2, 2, 2];