Support in-place noise injection when running simulation
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 64
- Forks
- 16
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 5
Description
When running simulation, we usually want to sweep over different physical error rates. But currently the only approach is to run noise injection on all the files and then run simulation on them. This is pretty tedious when we just want to run logical error rate of a program that references some noiseless gadgets. How about add some CLI parameters to add noise in place just for the simulation?
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
No file or test is named in the issue. Start by locating the simulation CLI entry point and tracing how noise injection currently processes files; then determine the intended CLI parameters and verify that in-place injection supports physical error-rate sweeps while preserving referenced noiseless gadgets.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 45/100