[STIM] Missing features
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 1k
- Forks
- 212
- Avg merge
- 3d 8h
- Merged PRs (30d)
- 65
Description
- [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)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the STIM gate documentation linked in the issue, then locate the repository entry point for the existing STIM support represented by the completed checklist items. The unchecked items span several independent features, so completion would require defining and validating support for each listed case.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- compilers
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100