quantumlib / Stim

A fast stabilizer circuit library.
Apache License 2.0
305 stars 88 forks source link

Add a method for finding flow generators of a circuit #775

Open Strilanc opened 1 month ago

Strilanc commented 1 month ago

Something like

def flow_generators(self, *, canonicalize: bool = False) -> list[stim.Flow]