EasySpin icon indicating copy to clipboard operation
EasySpin copied to clipboard

Interpolation for looping and partly-out-of-range transitions

Open stestoll opened this issue 10 years ago • 1 comments

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.

stestoll avatar Mar 06 '15 01:03 stestoll

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)

stestoll avatar May 23 '23 23:05 stestoll