HRTEM Image Formation¶
The HRTEM image is formed from the exit-surface wavefunction — the transmission coefficients \(T_{\mathbf g}\) obtained from the dynamical core — by passing it through the objective lens. ReciPro offers two models: the fast quasi-coherent approximation and the more rigorous transmission cross coefficient (TCC) model. See also the HRTEM simulator GUI page.
Symbols¶
| Symbol | Meaning |
|---|---|
| \(\mathbf R\) | X–Y component in real space (image plane) |
| \(\mathbf K\) | X–Y component of the incident wavevector |
| \(\mathbf G, \mathbf H\) | X–Y components of reciprocal-lattice vectors |
| \(\mathbf u\) | spatial frequency (e.g. \(\mathbf K+\mathbf G\)) |
| \(\chi(\mathbf u)\) | lens aberration function |
| \(A(\mathbf u)\) | objective-aperture function |
| \(\Delta f\) | defocus value |
| \(C_s\) | spherical aberration coefficient |
| \(C_c\) | chromatic aberration coefficient |
| \(\beta\) | illumination semi-angle (finite source size) |
| \(\Delta E\) | \(1/e\) width of the electron energy fluctuations |
| \(\Delta_0\) | \(1/e\) width of the defocus spread (Gaussian), \(\Delta_0 = C_c\,\Delta E / E\) |
Lens aberration function and aperture¶
Quasi-coherent model¶
A fast approximation: each diffracted beam is modulated by the lens transfer and damped by coherence envelopes, then summed coherently.
with the temporal and spatial coherence envelopes
Transmission cross coefficient (TCC) model¶
The rigorous treatment of partial coherence: every pair of beams \((\mathbf g, \mathbf h)\) interferes through the transmission cross coefficient.
with the mixed coherence envelopes
In the limit \(\mathbf u' \to \mathbf u\) the TCC reduces to the quasi-coherent envelopes above.
Reducing the cost of the TCC model¶
The double sum of the TCC model evaluates \(\mathrm{TCC}\) once per pair of beams, so it is expensive. Because the image intensity \(I(\mathbf R)\) is real, the cost can be roughly halved.
First, beams outside the objective aperture (\(A(\mathbf K+\mathbf G)=0\)) do not contribute, so it is sufficient to sum only over the beams inside the aperture (\(A=1\)).
Next, the TCC is Hermitian,
(\(A\) is real; \(E_c, E_s\) are real functions invariant under \(\mathbf u\leftrightarrow\mathbf u'\); the phase term \(\exp[-i\{\chi(\mathbf u)-\chi(\mathbf u')\}]\) is complex-conjugated). Together with \(\exp[2\pi i(\mathbf H-\mathbf G)\cdot\mathbf R]=\bigl(\exp[2\pi i(\mathbf G-\mathbf H)\cdot\mathbf R]\bigr)^{*}\) and \(T_{\mathbf h}T_{\mathbf g}^{*}=\bigl(T_{\mathbf g}T_{\mathbf h}^{*}\bigr)^{*}\), the \((\mathbf g,\mathbf h)\) and \((\mathbf h,\mathbf g)\) terms are complex conjugates of each other, so their sum equals twice the real part:
The double sum therefore reduces to the diagonal plus the upper triangle (one side, once an arbitrary ordering is assigned to the beams), halving the number of \(\mathrm{TCC}\) evaluations:
For the diagonal term \(\mathrm{TCC}(\mathbf u,\mathbf u)=A(\mathbf u)^2\), i.e. \(|T_{\mathbf g}|^2\) inside the aperture.
Furthermore, the phase factor \(\exp[2\pi i(\mathbf G-\mathbf H)\cdot\mathbf R]\) takes the same value many times within this sum. Storing and reusing these values accelerates the computation further.
See also¶
- Dynamical calculation (common core) — the shared Bloch-wave core and the transmission coefficients \(T_{\mathbf g}\)
- Appendix A3. Dynamical Diffraction by the Bloch-Wave Method
- 9.1. HRTEM simulation