# Examples Gallery These examples demonstrate the capabilities of PulseSuite, a Python port of Fortran semiconductor Bloch equation simulation tools by Gulley & Huang. Start with the **Quickstart** to run your first simulation, then explore the **Architecture** overview to understand how the modules fit together. The deep-dive examples show the physics computed by each subsystem. ```{toctree} --- maxdepth: 1 caption: Getting Started --- examples/01_quickstart.myst.md examples/02_architecture.myst.md ``` ```{toctree} --- maxdepth: 1 caption: Physics Deep-Dives --- examples/03_coulomb.myst.md examples/04_phonons.myst.md examples/05_optics.myst.md examples/06_transport.myst.md ```