# Standalone Physical Schedule [`standalone/04_physical_schedule.py`](../../../../examples/standalone/04_physical_schedule.py) lowers a three-round surface-code memory program through P0, P1, P2, and P3, then directly estimates its physical schedule. ```{literalinclude} ../../../../examples/standalone/04_physical_schedule.py :language: python ``` [Back to examples](index.md)