- [x] Noisy operations with a probability parens arg (e.g. `M(0.01)`, `MX(0.01)`, `MRZ(0.02)`, `MXX(0.01)`) - [x] Support for generalized Pauli gates: `MPP`, `SPP`, `SPP_DAG` - [ ] `MPAD` - [ ] `HERALDED_ERASE`, `HERALDED_PAULI_CHANNEL_1` - [ ] Non-contiguous correlated error chains - [ ] Pauli products that fold to the identity, such as `MPP Z0*Z0` - [ ] Sweep-bit targets (e.g. `CX sweep[5] 7`) - [ ] `DETECTOR`, `OBSERVABLE_INCLUDE` For more information, look at the [STIM docs](https://github.com/quantumlib/Stim/blob/main/doc/gates.md)
M(0.01),MX(0.01),MRZ(0.02),MXX(0.01))MPP,SPP,SPP_DAGMPADHERALDED_ERASE,HERALDED_PAULI_CHANNEL_1MPP Z0*Z0CX sweep[5] 7)DETECTOR,OBSERVABLE_INCLUDEFor more information, look at the STIM docs