quantumlib / Stim

A fast stabilizer circuit library.
Apache License 2.0
338 stars 97 forks source link

Use `enum class` instead of `enum`, and autoformat the code #652

Closed Strilanc closed 11 months ago

Strilanc commented 11 months ago

Enum class does less pollution of the namespace. This change involved some additional things like defining & operators since enum class isn't implicitly an int like enum is.