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 Notebook Gallery for the complete, ordered list.

๐Ÿงช Quantum CTEM๏ƒ

  • <no title> โ€” single-slice (WPOA) and multislice CTEM as one quantum circuit

  • <no title> โ€” Contrast Transfer Function and envelope-function analysis

  • <no title> โ€” multislice on a real Siโ‚ƒNโ‚„ crystal structure, with an optional IBM hardware section

๐Ÿš€ Quantum STEM๏ƒ

  • <no title> โ€” HAADF / ADF / ABF / BF / iDPC scanning-probe imaging

๐Ÿ”ง Running the Notebooks๏ƒ

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:

git clone https://github.com/QuScope/QuScope.git
cd QuScope/docs/notebooks