Dear Matt,
Thank you very much for your kind reply. It will help me a lot in my simulation. But my sample is a single molecular magnet and I cannot neglect Fe since it is the main component in my simulation. So can I take 1 Fe, 1 N and 1 P (i.e, totally three nuclei) instead? will you please tell me if my code has any errors??
clear all;
Sys.g = [2];
Sys.S = 1/2;
Sys.A = [[5 0 0; 0 5 0; 0 0 5]; [10 0 0; 0 10 0; 0 0 10];[15 0 0;0 15 0;0 0 15]];
Sys.AFrame = [0 0 0; 0 10 90; 12 -30 34]*pi/180; % one electron spin, three nuclei
Sys.Nucs ='1H,56Fe,31P';
Sys.lwpp = 110; % peak-to-peak linewidth, in MHz
Exp.Temperature=298;
Exp.CrystalOrientations=[]; % powder
Exp.mwFreq = 9.5;
Exp.CenterSweep = [330 700]; % in mT
Exp.Range = [0 800]; % in mT
pepper(Sys,Exp);
Opt.Verbosity=2;
[Field,Spec] = pepper(Sys,Exp,Opt); % additional simulation options in Opt
axis([0,800,-12048,2047]);
plot(Field,Spec);
Regards,
Rebeda