Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarhiggott authored Oct 23, 2020
1 parent 77aa550 commit d73eebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ To decode instead in the presence of measurement errors, each stabiliser measure
```
m = Matching(H, repetitions=L)
```
and then decoded from an `m` by `L` numpy array syndrome vector `z` using:
and then decoded from an `m` by `L` numpy array syndrome `z` using:
```
c = m.decode(z)
```
Expand Down

0 comments on commit d73eebc

Please sign in to comment.