DONUT-HYSCORE
DONUT-HYSCORE
How soon will this be added as a pulse sequence in saffron?
-
- EasySpin Creator
- Posts: 1120
- Joined: Mon Jul 21, 2014 10:11 pm
- Location: University of Washington
Re: DONUT-HYSCORE
There are no immediate plans for adding DONUT-HYSCORE as a predefined experiment to
However, you can define it yourself in three lines. Here is the input for both HYSCORE and DONUT-HYSCORE:
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];