Commit 7b8bc2e
Updates to non-deterministic FTSP (#382)
## Description
This PR adds some features to the non-deterministic fault-tolerant state
preparation synthesis and simulations.
Changes:
- The idle noise parameter can now be defined explicitly in the
construction of the `NoisyNDFTStatePrepSimulator`.
- Added more optimized constructions for flag fault-tolerant stabilizer
measurements.
- Added circuits and evaluations for the state preparation of the d=7
square-octagon color code.
## Checklist:
<!---
This checklist serves as a reminder of a couple of things that ensure
your pull request will be merged swiftly.
-->
- [x] The pull request only contains commits that are related to it.
- [x] I have added appropriate tests and documentation.
- [x] I have made sure that all CI jobs on GitHub pass.
- [x] The pull request introduces no new warnings and follows the
project's style guidelines.
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>1 parent 0961b45 commit 7b8bc2e
15 files changed
Lines changed: 4031 additions & 184 deletions
File tree
- docs
- scripts/ft_stateprep/eval
- circuits/cc_4_8_8_d7
- luts
- src/mqt/qecc/circuit_synthesis
- test/python/circuit_synthesis
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
141 | | - | |
| 140 | + | |
| 141 | + | |
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| |||
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
248 | | - | |
| 248 | + | |
249 | 249 | | |
250 | | - | |
| 250 | + | |
251 | 251 | | |
252 | | - | |
253 | | - | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
254 | 256 | | |
255 | 257 | | |
256 | 258 | | |
| |||
418 | 420 | | |
419 | 421 | | |
420 | 422 | | |
421 | | - | |
| 423 | + | |
422 | 424 | | |
423 | 425 | | |
424 | 426 | | |
| |||
0 commit comments