Search found 3 matches

by brndnshhn
Thu May 05, 2022 8:32 am
Forum: General forum
Topic: Spidyan (EasySpin 6.0.0 dev-39 Function) Documentation?
Replies: 1
Views: 2608

Spidyan (EasySpin 6.0.0 dev-39 Function) Documentation?

Hi There,

Is there any documentation on the Spidyan function or suite of example Matlab scripts that exist for EasySpin 6.0.0? It looks like this function will be really promising for me, but I can't find any good info on the EasySpin website.

Thanks!

by brndnshhn
Wed May 04, 2022 11:56 am
Forum: Bugs
Topic: Possible bug, appears when I run Saffron
Replies: 2
Views: 7787

Re: Possible bug, appears when I run Saffron

Well, now I have a solution that appears embarrassing. When I upgraded to easyspin-6.0.0-dev.39, the code worked (albeit with the update of taking nKnots to GridSize).

So it appears to be a bug in the "Current Stable Version" but not in the development version.

by brndnshhn
Wed May 04, 2022 11:43 am
Forum: Bugs
Topic: Possible bug, appears when I run Saffron
Replies: 2
Views: 7787

Possible bug, appears when I run Saffron

Hi There, I'm running the following code: clear all; Sys.S = 1/2; Sys.Nucs = '1H'; % Mention A_ for isotropic and axial components of hyperfine Sys.A_ = [5 2 0]; % MHz Exp.Field = 350; % mT % Define custom pulse sequence p90.Flip = pi/2; % rad % p180.Flip = pi; tau = 0.01; % µs T0 = 0.06; % µs Exp.S...