Difference between revisions of "Sifter.m"
(Sync syntax/arguments/outputs with current Spinach source) |
(Update function See also links and function index membership) |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{DISPLAYTITLE:sifter.m}} __NOTOC__ | {{DISPLAYTITLE:sifter.m}} __NOTOC__ | ||
| − | |||
SIFTER pulse sequence. | SIFTER pulse sequence. | ||
==Syntax== | ==Syntax== | ||
| − | fid=sifter(spin_system,parameters,H,R,K) | + | fid=sifter(spin_system,parameters,H,R,K) |
| − | == | + | ==Parameters== |
| − | |||
| − | |||
| + | parameters.npoints - number of points in time evolution | ||
| + | |||
parameters.timestep - simulation time step, seconds | parameters.timestep - simulation time step, seconds | ||
| − | + | ||
parameters.rho0 - initial state | parameters.rho0 - initial state | ||
| − | + | ||
parameters.coil - detection state | parameters.coil - detection state | ||
| − | + | ||
parameters.pulse_opx - pulse operator in X phase | parameters.pulse_opx - pulse operator in X phase | ||
| − | + | ||
parameters.pulse_opy - pulse operator in Y phase | parameters.pulse_opy - pulse operator in Y phase | ||
==Outputs== | ==Outputs== | ||
| − | fid - a 2D free induction decay | + | fid - a 2D free induction decay |
==Examples== | ==Examples== | ||
| − | |||
See sifter_nitroxide_powder.m file in examples/esr_solids directory. | See sifter_nitroxide_powder.m file in examples/esr_solids directory. | ||
==Notes== | ==Notes== | ||
| − | |||
This function should be called from the [[powder.m]] context, which will provide H, R, and K. | This function should be called from the [[powder.m]] context, which will provide H, R, and K. | ||
==See also== | ==See also== | ||
| − | + | [[eseem.m]], [[deer_analyt.m]], [[deer_3p_soft_deer.m]], [[powder.m]], [[deer_3p_hard_deer.m]], [[deer_3p_hard_echo.m]], [[deer_3p_soft_diag.m]], [[deer_3p_soft_hole.m]], [[deer_4p_soft_deer.m]], [[deer_4p_soft_diag.m]], [[deer_4p_soft_hole.m]], [[endor_cw.m]], [[endor_davies.m]], [[endor_mims.m]], [[endor_mims_echo.m]], [[endor_mims_ideal.m]], [[fieldsweep.m]], [[hyscore.m]], [[oopeseem.m]], [[rapidscan.m]], [[ridme.m]], [[rydmr_exp.m]], [[Built-in_experiments]] | |
| − | [[eseem.m]], [[deer_analyt.m]], [[deer_3p_soft_deer.m]] | ||
| − | |||
''Version 2.2, authors: [[Asif Equbal]], [[Alice Bowen]]'' | ''Version 2.2, authors: [[Asif Equbal]], [[Alice Bowen]]'' | ||
Latest revision as of 19:41, 6 June 2026
SIFTER pulse sequence.
Syntax
fid=sifter(spin_system,parameters,H,R,K)
Parameters
parameters.npoints - number of points in time evolution parameters.timestep - simulation time step, seconds parameters.rho0 - initial state parameters.coil - detection state parameters.pulse_opx - pulse operator in X phase parameters.pulse_opy - pulse operator in Y phase
Outputs
fid - a 2D free induction decay
Examples
See sifter_nitroxide_powder.m file in examples/esr_solids directory.
Notes
This function should be called from the powder.m context, which will provide H, R, and K.
See also
eseem.m, deer_analyt.m, deer_3p_soft_deer.m, powder.m, deer_3p_hard_deer.m, deer_3p_hard_echo.m, deer_3p_soft_diag.m, deer_3p_soft_hole.m, deer_4p_soft_deer.m, deer_4p_soft_diag.m, deer_4p_soft_hole.m, endor_cw.m, endor_davies.m, endor_mims.m, endor_mims_echo.m, endor_mims_ideal.m, fieldsweep.m, hyscore.m, oopeseem.m, rapidscan.m, ridme.m, rydmr_exp.m, Built-in_experiments
Version 2.2, authors: Asif Equbal, Alice Bowen