Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docfix due to a breakingchange in naive_syndrome_circuit #183

Merged
merged 1 commit into from
Aug 31, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
docfix due to a breakingchange in naive_syndrome_circuit
Krastanov committed Aug 31, 2023
commit cdb26b5f5e14ac897e47ba527bd0c6ef3c753587
2 changes: 1 addition & 1 deletion docs/src/ecc_example_sim.md
Original file line number Diff line number Diff line change
@@ -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.