======== Examples ======== QuScope's examples live as runnable Jupyter notebooks in ``docs/notebooks/`` rather than as standalone scripts โ€” each one imports the real ``quscope.quantum_ctem`` API and reproduces the figures shown. This page groups the notebook gallery by technique; see :doc:`../notebooks` for the complete, ordered list. ๐Ÿงช **Quantum CTEM** ===================== - :doc:`../notebooks/10_quantum_ctem` โ€” single-slice (WPOA) and multislice CTEM as one quantum circuit - :doc:`../notebooks/06_quantum_ctf_envelope` โ€” Contrast Transfer Function and envelope-function analysis - :doc:`../notebooks/07_si3n4_quantum_multislice` โ€” multislice on a real Siโ‚ƒNโ‚„ crystal structure, with an optional IBM hardware section ๐Ÿš€ **Quantum STEM** ===================== - :doc:`../notebooks/11_quantum_stem` โ€” HAADF / ADF / ABF / BF / iDPC scanning-probe imaging ๐Ÿ”ง **Running the Notebooks** ============================== .. code-block:: bash pip install quscope jupyter matplotlib # optional, for the Si3N4 multislice notebook's classical reference pip install ase abtem jupyter notebook docs/notebooks/10_quantum_ctem.ipynb ๐Ÿ“ฅ **Source** ============== All notebooks are tracked in the `GitHub repository `_: .. code-block:: bash git clone https://github.com/QuScope/QuScope.git cd QuScope/docs/notebooks