Commit 5ff20e3
authored
This fixes what a bug with #61.
The problem was that the first round data in `syndromeTensor` was only
being copied for `shot == 0` and was left uninitialized/uncopied for all
other shots.
Signed-off-by: Ben Howe <[email protected]>
1 parent 616bbcd commit 5ff20e3
File tree
2 files changed
+7
-6
lines changed- libs/qec
- lib
- unittests/backend-specific/stim
2 files changed
+7
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
163 | 164 | | |
164 | 165 | | |
165 | 166 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
| 159 | + | |
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| |||
0 commit comments