DONUT-HYSCORE

General forum for EasySpin: questions, how to's, etc.
Post Reply
myersw802
User
Posts: 13
Joined: Tue Aug 12, 2014 12:27 pm

DONUT-HYSCORE

Post by myersw802 »

How soon will this be added as a pulse sequence in saffron?
Stefan Stoll
EasySpin Creator
Posts: 1059
Joined: Mon Jul 21, 2014 10:11 pm
Location: University of Washington

Re: DONUT-HYSCORE

Post by Stefan Stoll »

There are no immediate plans for adding DONUT-HYSCORE as a predefined experiment to saffron.

However, you can define it yourself in three lines. Here is the input for both HYSCORE and DONUT-HYSCORE:

Code: Select all

tau1 = 0.100;               % us
tau2 = 0.200;               % us

% HYSCORE
Exp.Flip = [1 1 2 1];       % pulse flip angles in multiples of pi/2
Exp.t = [tau1 0 0 tau1];    % initial delay lengths
Exp.Inc = [0 1 2 0];        % incrementation scheme

% DONUT-HYSCORE
Exp.Flip = [1 1 2 2 1];
Exp.t = [tau1 0 tau2 0 tau1];
Exp.Inc = [0 1 0 2 0];
Post Reply