Skip to content

Commit

Permalink
completing suggested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Fe-r-oz committed Mar 9, 2024
1 parent d52a03b commit 3dbd5a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/references.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ For circuit construction routines (for stabilizer measurements for a given code)
# References

```@bibliography
```
```
2 changes: 1 addition & 1 deletion src/ecc/codes/qhamming.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""This class implements the Gottesman codes [[2^j, 2^j-j-2,3]], also known as quantum Hamming codes, as described in Gottesman's 1997 paper on stabilizer codes [gottesman1997stabilizer](@cite)."""
"""This class implements the Gottesman codes [[2^j, 2^j-j-2,3]], also known as quantum Hamming codes, as described in Gottesman's 1997 thesis on stabilizer codes [gottesman1997stabilizer](@cite)."""

struct QHamming <: AbstractECC
j::Int
Expand Down

0 comments on commit 3dbd5a3

Please sign in to comment.