Radical pair
Posted: Thu Jan 28, 2016 4:31 am
Dear all,
I'm trying to simulate the experimental EPR spectrum for a donor-acceptor radical pair (D.+ and A.-) system. I started with garlic for the simulation with the following matlab code
g1 = 2.012; g2 = 2.0023;
A1 = mt2mhz([16.9,10.9]/10); A2 = mt2mhz(9/10);
Sys.A = struct('S1',1/2,'Nucs','1H,1H','g',g1,'A',A1);
Sys.B = struct('S2',1/2,'Nucs','1H','g',g2,'A',A2);
Sys.tcorr = 1e-9;
Exp = struct('Range',[310, 340],'mwFreq',9.137,'lwpp',0.55,'npoints',64293);
garlic(Sys,Exp);
Is there anything fundamentally wrong with the code that it is giving me the error as:
Error in garlic (line 107)
Error in A (line 7)
garlic(Sys,Exp);
Please help.
Regards,
Abbey
I'm trying to simulate the experimental EPR spectrum for a donor-acceptor radical pair (D.+ and A.-) system. I started with garlic for the simulation with the following matlab code
g1 = 2.012; g2 = 2.0023;
A1 = mt2mhz([16.9,10.9]/10); A2 = mt2mhz(9/10);
Sys.A = struct('S1',1/2,'Nucs','1H,1H','g',g1,'A',A1);
Sys.B = struct('S2',1/2,'Nucs','1H','g',g2,'A',A2);
Sys.tcorr = 1e-9;
Exp = struct('Range',[310, 340],'mwFreq',9.137,'lwpp',0.55,'npoints',64293);
garlic(Sys,Exp);
Is there anything fundamentally wrong with the code that it is giving me the error as:
Error in garlic (line 107)
Error in A (line 7)
garlic(Sys,Exp);
Please help.
Regards,
Abbey