ESEEM simulation problem
Posted: Sun Jun 17, 2018 11:55 pm
Hello,
I'm an EASYSPIN beginner, and I have a problem when I try to do ESEEM simulation using "saffron".
first of all, I got M(IV) g-tensor value as g = [2.613 2.113 2.030], through "pepper".
and, I tried to simulate the 14N ESEEM spectra using saffron at several magnetic fields.
but I couldn't get the simulated spectrum at specific magnetic field. (at 1200 mT with 33.986 GHz)
How to I solve the problems?
Thank you in advance.
I'm an EASYSPIN beginner, and I have a problem when I try to do ESEEM simulation using "saffron".
first of all, I got M(IV) g-tensor value as g = [2.613 2.113 2.030], through "pepper".
and, I tried to simulate the 14N ESEEM spectra using saffron at several magnetic fields.
but I couldn't get the simulated spectrum at specific magnetic field. (at 1200 mT with 33.986 GHz)
How to I solve the problems?
Thank you in advance.
Code: Select all
clc,clear,clf;
Exp.Sequence = '3pESEEM';
Exp.nPoints = 256;
Exp.dt = 24*0.001;
Exp.T = 80*0.001;
Exp.mwFreq = 33.986;
Exp.Field = 12000*0.1;
Exp.tau = 200*0.001;
Exp.ExciteWidth = 1000/32;
Sys.Nucs = '14N';
Sys.g = [2.613 2.113 2.030];
Sys.A = [3.1 4.8 2.3];
Sys.Q = [4.9 0.1];
saffron(Sys,Exp);