Tutorials

QuScope doesn’t maintain separate hand-written tutorial pages β€” the notebooks themselves are the tutorials, kept in sync with the code because they import and run the real quscope.quantum_ctem API. This page is a short guided path through them; the full gallery (with every notebook) lives at Notebook Gallery.

🎯 1. Start Here

  • <no title> β€” install check, backends, materials, and a first quantum amplitude encoding

  • <no title> β€” full MoSβ‚‚/graphene workflows from structure to CTEM image

πŸš€ 2. Core Quantum CTEM

  • <no title> β€” the single-circuit WPOA/multislice CTEM pipeline

  • <no title> β€” Contrast Transfer Function and envelope functions in depth

  • <no title> β€” multislice on a real crystal structure, validated classically

πŸŒ€ 3. Quantum STEM

  • <no title> β€” scanning-probe imaging with multi-detector channels

πŸ“š Prerequisites

Before starting these notebooks, you should have:

  • Basic understanding of Python and NumPy

  • Basic knowledge of TEM/STEM imaging concepts (helpful but not required β€” each notebook explains the physics it uses)

  • QuScope installed (see Installation), plus jupyter to run the notebooks locally

πŸ”— Additional Resources