CERMIT time dependent offset#
Overview#
The force-gradient detection protocol was used to detect magnetic resonance in samples with spin-lattice relaxation times longer than a cantilever period (of order 200 µs). Reference [1] presented the CERMIT (Cantilever-Enabled Readout of Magnetization Inversion Transients) protocol used to detect electron spin resonance modulation with microwave (MW) pulses. Reference [2] introduced a signal model accounting for both adiabatic losses and \(T_2\) relaxation from cantilever motion during the MW pulses. The signal model is valid in the limit of \(T_2 \ll T_1\), where the transverse magnetization reaches a pseudo-equilibrium with the slowly evolving longitudinal magnetization.
Following the derivation from CERMIT steady-state saturation, the unitless time variable \(\tau\) and relaxation time variables \(\alpha\) and \(\beta\) are defined as,
and
where \(\gamma\) is the electron gyromagnetic ratio, and \(B_1\) is the irradiation intensity in the rotating frame. At low-\(B_1\) region, we can determine numerically the final magnetization \(M_z^\mathrm{final}\) during a cantilever sweep from \(\tau_i\) to \(\tau_f\), and sweep time \(\tau_f - \tau_i \ll T_1\) as follows,
and
where
is a unitless sweep-rate parameter, assuming the resonance offset changes linearly in time.
At the time \(\tau = 0\), the system is at the resonance condition. The argument of the arctan function can be written as
Additionally, since we assume that the cantilever velocity remains the same during the sweep,
Finally,
where
The above derivation accounts for the magnetization change after a single pulse. For the multi-pulse CERMIT experiment, we account for the \(T_1\) relaxation between pulses. Given the system is at equilibrium, we use the simplified notation that before and after the pulse \(p\), the magnetization is \(M^{-} = M_z^\mathrm{eq}(\tau_p^-)\) and \(M^{+} = M_z^\mathrm{eq}(\tau_p^+)\); and the magnetization ratio \(r\) is \(r = M^{+}/M^{-} =e^{-R(\tau_p^+, \tau_p^-)}\). The magnetization relaxes towards the initial magnetization \(M_0\),
where \(t\) is the time between pulses. The microwave pulse occurs at the same position during the cantilever cycle, and \(R\) remains the same regardless of the system magnetization state. With the pulse interval \(\Delta t\), the change in magnetization before the relaxation is
Therefore, the average change in magnetization \(\Delta M_z^\mathrm{avg}\) is
The final signal sums over spin at location \(\boldsymbol{r_j}\)
where \(f_\mathrm{c}\) is the cantilever frequency, and \(k_\mathrm{c}\) is the cantilever spring constant.
Experiment Summary#
Simulates a Cornell-style frequency shift magnetic resonance force microscope experiment considering the time-dependent nature of the saturation, averaged over multiple pulses and with small-step approximation. |
|
Relative change in polarization for time-dependent saturation. |
|
|
Small step approximation of the time-dependent relative change in polarization. |
- mrfmsim.experiment.CermitTDGroup = <mrfmsim.group.ExperimentGroup 'CermitTDGroup'>#
Simulates a Cornell-style frequency shift magnetic resonance force microscope experiment considering the time-dependent nature of the saturation, averaged over multiple pulses and with small-step approximation.
- CermitTD
CermitTD(B0, B1, cantilever, dt_pulse, f_rf, grid, h, magnet, mw_x_0p, sample, tip_v) returns: df_spin group: CermitTDGroup graph: CermitTD_graph handler: MemHandler Time-dependent CERMIT experiment for a large tip.
- CermitTDSmallTip
CermitTDSmallTip(B0, B1, cantilever, dt_pulse, f_rf, grid, h, magnet, mw_x_0p, sample, tip_v, trapz_pts, x_0p) returns: df_spin group: CermitTDGroup graph: CermitTDSmallTip_graph handler: MemHandler Time-dependent CERMIT experiment for a small tip.