EasySpin
EasySpin copied to clipboard
Interpolation for looping and partly-out-of-range transitions
As of ES 4.5.5, orientational interpolation is switched off for looping and partly out-of-range transitions. Can interpolation be used for these types of transitions? This would substantially reduce simulation noise, and the often wide gaps at coalescence points.
Minimal example of a looping transition:
clear, clc
Sys.S = 1;
Sys.D = [11 -0.3]*1e3; % MHz
Sys.lwpp = 10; % mT
Exp.mwFreq = 9.5; % GHz
Exp.Range = [0 800]; % mT
Opt.GridSize = 40;
Opt.Output = 'separate';
pepper(Sys,Exp,Opt)