quantumlib / Stim

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

Change return type of CircuitRepeatBlock.name to str #777

Closed nelimee closed 4 weeks ago

nelimee commented 1 month ago

The correct return type for this method should be str as the documentation guarantees that this specific method returns "REPEAT".

Fixes #776

Strilanc commented 4 weeks ago

Good idea, but you edited the generated docs instead of the source. I finished this in https://github.com/quantumlib/Stim/pull/783