# Toric Code This example is a larger Guppy program that implements a toric-code style workflow with syndrome extraction, decoding, and conditional correction. Source file: `guppy_examples/general/toric_code.py` ```{literalinclude} ../../guppy_examples/general/toric_code.py :language: python ```