Skip to content

Commit

Permalink
docfix due to a breakingchange in naive_syndrome_circuit (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
Krastanov authored Aug 31, 2023
1 parent 2cd865e commit 5d7f2bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/ecc_example_sim.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ecirc = encoding_circuit(code)

... and the corresponding syndrome measurement circuit (the non-fault tolerant one)
```@example 1
scirc = naive_syndrome_circuit(code)
scirc, _ = naive_syndrome_circuit(code)
```

The most straightforward way to start sampling syndromes is to set up a table of Pauli frames.
Expand Down

2 comments on commit 5d7f2bf

@Krastanov
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error while trying to register: "Tag with name v0.8.15 already exists and points to a different commit"

Please sign in to comment.