Hyperfine
Posted: Mon Apr 08, 2019 3:50 pm
Hi,
I have a question about writing the hyperfine interaction on EasySpin program. Any suggestion will be much appreciated!
I'm working on a system containing four spins and I would like to consider the hyperfine interaction just for two of them. Do I have to specify all the nuclei?
I've written the following code:
Sys.S = [1/2 2 2 1/2];
Sys.g = [19.5 2 2 19.5]; % g factors [x,y,z]
D23 = [-1 -1 2]*1.4330e+03;
Dzero = [0 0 0]
Sys.eeD = [Dzero; Dzero; Dzero; D23; Dzero; Dzero];% principal value of dipolar coupling tensor, MHz
Sys.Nucs=['165Ho,55Mn,55Mn,165Ho'];
A=1.00;
Sys.A = [A 0 0 0;0 0 0 0;0 0 0 0;0 0 0 A]*830;
Sys.lwpp = 6; % gaussian line broadening in mT (can make lorenzian too)
[B,spec] = pepper(Sys,Exp); %Pepper runs the simulation (good for powder and frozen solutions)
However, I couldn't run this simulation because it's appearing an error message ''Error in pepper'"
Thanks,
Livia
I have a question about writing the hyperfine interaction on EasySpin program. Any suggestion will be much appreciated!
I'm working on a system containing four spins and I would like to consider the hyperfine interaction just for two of them. Do I have to specify all the nuclei?
I've written the following code:
Sys.S = [1/2 2 2 1/2];
Sys.g = [19.5 2 2 19.5]; % g factors [x,y,z]
D23 = [-1 -1 2]*1.4330e+03;
Dzero = [0 0 0]
Sys.eeD = [Dzero; Dzero; Dzero; D23; Dzero; Dzero];% principal value of dipolar coupling tensor, MHz
Sys.Nucs=['165Ho,55Mn,55Mn,165Ho'];
A=1.00;
Sys.A = [A 0 0 0;0 0 0 0;0 0 0 0;0 0 0 A]*830;
Sys.lwpp = 6; % gaussian line broadening in mT (can make lorenzian too)
[B,spec] = pepper(Sys,Exp); %Pepper runs the simulation (good for powder and frozen solutions)
However, I couldn't run this simulation because it's appearing an error message ''Error in pepper'"
Thanks,
Livia