Mims ENDOR with multiple nuclei
Posted: Wed Oct 14, 2015 9:38 am
Hello,
I am trying to simulate Mims ENDOR of 14N and 1H using the function saffron on Easyspin.
As I understand it, the simulated Mims ENDOR spectrum of combined 14N and 1H should be the sum of the simulated spectrum of 14N and the simulated spectrum of 1H. It is not what I observe doing the differents simulations.
Could you tell me if I am doing any mistake?
The program I use for the simulation is the following :
clear all;
close all;
Sys.g = [1.921 1.927 2.054];
Sys.Nucs = '1H,14N';
Sys.A = [2;4];
Sys.Q=[0 0;3.6 0.4];
Sys.lwEndor = 0.3;
Exp.ExciteWidth=1/0.016;
Exp.Range = [0 21];
Exp.Sequence='MimsENDOR';
Exp.nPoints=601;
Exp.Field = 0.3588;
Exp.mwFreq=9.6995e9;
[v_s,spc_s]=saffron(Sys,Exp);
Thank you,
Nolwenn
I am trying to simulate Mims ENDOR of 14N and 1H using the function saffron on Easyspin.
As I understand it, the simulated Mims ENDOR spectrum of combined 14N and 1H should be the sum of the simulated spectrum of 14N and the simulated spectrum of 1H. It is not what I observe doing the differents simulations.
Could you tell me if I am doing any mistake?
The program I use for the simulation is the following :
clear all;
close all;
Sys.g = [1.921 1.927 2.054];
Sys.Nucs = '1H,14N';
Sys.A = [2;4];
Sys.Q=[0 0;3.6 0.4];
Sys.lwEndor = 0.3;
Exp.ExciteWidth=1/0.016;
Exp.Range = [0 21];
Exp.Sequence='MimsENDOR';
Exp.nPoints=601;
Exp.Field = 0.3588;
Exp.mwFreq=9.6995e9;
[v_s,spc_s]=saffron(Sys,Exp);
Thank you,
Nolwenn