simulation for high-spin Fe3+ system

General forum for EasySpin: questions, how to's, etc.
Post Reply
tiger
Newbie
Posts: 1
Joined: Wed Aug 10, 2016 6:30 pm

simulation for high-spin Fe3+ system

Post by tiger »

Hello:
I am trying to simulate the spectra of high-spin Fe3+ complex. This is the code I am using.
clear, clf, clc
% A S=5/2 spin system
Sys.S = 2.5;
Sys.g = 1.98;
Sys.Nucs = 'Fe';
Sys.n = 1;
Sys.A = [220 260]; % MHz
D = 110000; % MHz
E = 0.0002*D;
Sys.D = [D E];
Sys.lwpp = 25; % Gaussian FWHM, mT
Exp.mwFreq = 9.439; % GHz
Exp.Range = [10 1468.5]; % mT [10 1468.5]
Exp.nPoints = 5000; % resolution
pepper(Sys,Exp);
and the spetra is like this:
simulation.tif
simulation.tif (63.79 KiB) Viewed 1752 times
so here are my question: how can i simulate the small peaks labled A and the peak labled B?
i will be grateful if you can give me any advice.
Regaeds.
Tiger.
Stefan Stoll
EasySpin Creator
Posts: 1073
Joined: Mon Jul 21, 2014 10:11 pm
Location: University of Washington

Re: simulation for high-spin Fe3+ system

Post by Stefan Stoll »

You might want to try a mixture of species. Also, for a single species, you can eplore a distribution of D tensor values with Sys.DStrain.
Post Reply