Pepper, transition probabilities
Hi,
I have some troubles understanding Pepper output, although I am not sure if this is a bug. The problem is evident when simulating a spin system with some partially forbidden transitions (see example below). levelsplot outputs significantly different transition probabilities, while pepper provides the same signal intensity of both transitions. Does this mean that pepper ignores transitions probabilities?
Temperature = 10;
FieldRange = [1 400];
mwFreq = 3.6;
Threshold = 0.001;
% Experimental parameters
Exp.Range = FieldRange;
Exp.mwFreq = mwFreq;
Exp.Temperature = Temperature;
Exp.Harmonic = 0;
Exp.nPoints = 100000;
Exp.CrystalOrientation = [0 0 0];
% Spin System
Sys.S = 1/2;
Sys.g = 2.0023;
Sys.Nucs = '125Te';
Sys.A = 3500;
Sys.lwpp = [0 0.2];
figure;
pepper(Sys,Exp);
figure;
Par.PlotThreshold = Threshold;
levelsplot(Sys,[0 0],FieldRange,mwFreq,Par);
Best wishes,
Mantas