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