Difference between revisions of "Psyche.m"
(Created page with " PSYCHE 1D pulse sequence, syntax: fid=psyche_1d(spin_system,parameters,H,R,K,G,F) The following parameters are required: parameters.rho0 initial state ...") |
|||
| Line 34: | Line 34: | ||
F Fokker-Planck diffusion and flow superoperator | F Fokker-Planck diffusion and flow superoperator | ||
| + | |||
| + | Note: the last five parameters are built automatically by [[imaging.m]] context function when this sequence is called from that [[Kernel_contexts|context]]. | ||
| + | |||
| + | ''Version 1.10, author: Mohammadali Foroozandeh (mohammadali.foroozandeh@manchester.ac.uk), adapted to the house style by [[Maria Grazia Concilio]]'' | ||
Revision as of 12:44, 9 July 2017
PSYCHE 1D pulse sequence, syntax:
fid=psyche_1d(spin_system,parameters,H,R,K,G,F)
The following parameters are required:
parameters.rho0 initial state
parameters.coil detection state
parameters.spins nuclei on which the sequence runs
parameters.g_amp gradient amplitude (T/m)
parameters.dims size of the sample (m)
parameters.npts number of discretization points in the grid
parameters.sweep spectral range (Hz)
parameters.npoints number of points in the sweep
parameters.zerofill number of points for the zero filling
parameters.diff diffusion constant (m^2/s)
H Fokker-Planck Hamiltonian
R Fokker-Planck relaxation superoperator
K Fokker-Planck kinetics superoperator
G Fokker-Planck gradient superoperators
F Fokker-Planck diffusion and flow superoperator
Note: the last five parameters are built automatically by imaging.m context function when this sequence is called from that context.
Version 1.10, author: Mohammadali Foroozandeh (mohammadali.foroozandeh@manchester.ac.uk), adapted to the house style by Maria Grazia Concilio