-
Notifications
You must be signed in to change notification settings - Fork 35
Add docs for realtime decoding #345
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Kevin Mato <[email protected]>
Signed-off-by: Kevin Mato <[email protected]>
Signed-off-by: Kevin Mato <[email protected]>
…n. TODO: integrate better code examples Signed-off-by: Kevin Mato <[email protected]>
Signed-off-by: Kevin Mato <[email protected]>
|
/ok to test 1cf7616 |
bmhowe23
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a few quick comments...
melody-ren
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Kevin! I think this is a very thorough guide on what the realtime decoding API offers and how to use it. I do recommend to match the existing documentation's tone and reduce the excessive use of "you/your" throughout the draft.
Co-authored-by: melody-ren <[email protected]> Signed-off-by: Kevin Mato <[email protected]>
Co-authored-by: melody-ren <[email protected]> Signed-off-by: Kevin Mato <[email protected]>
Co-authored-by: melody-ren <[email protected]> Signed-off-by: Kevin Mato <[email protected]>
Co-authored-by: melody-ren <[email protected]> Signed-off-by: Kevin Mato <[email protected]>
Signed-off-by: Kevin Mato <[email protected]>
Signed-off-by: Kevin Mato <[email protected]>
Signed-off-by: Kevin Mato <[email protected]>
Signed-off-by: Kevin Mato <[email protected]>
Signed-off-by: Kevin Mato <[email protected]>
|
/ok to test 6648209 |
Signed-off-by: Ben Howe <[email protected]>
Signed-off-by: Ben Howe <[email protected]>
Signed-off-by: Ben Howe <[email protected]>
|
/ok to test 61575d2 |
Signed-off-by: Ben Howe <[email protected]>
…s later Signed-off-by: Ben Howe <[email protected]>
Signed-off-by: Ben Howe <[email protected]>
Signed-off-by: Ben Howe <[email protected]>
|
/ok to test c4676be |
…conflicts later" This reverts commit 276e0ef.
|
/ok to test 1694a29 |
I, Ben Howe <[email protected]>, hereby add my Signed-off-by to this commit: 1694a29 Signed-off-by: Ben Howe <[email protected]>
|
/ok to test 024bef9 |
Signed-off-by: Ben Howe <[email protected]>
Signed-off-by: Ben Howe <[email protected]>
Signed-off-by: Ben Howe <[email protected]>
Signed-off-by: Ben Howe <[email protected]>
Signed-off-by: Ben Howe <[email protected]>
|
/ok to test f9535fd |
Add comprehensive real-time decoding documentation
Overview
Real-time decoding is a critical feature for quantum error correction on actual quantum hardware, enabling decoders to process syndromes and compute corrections within qubit coherence times. Based on the content of
075193cff0a0a087d577acecfc3cc575230409a2.Motivation
Users need:
Without this documentation, users cannot effectively deploy real-time decoding on quantum hardware or understand the critical differences between simulation and hardware backends.
Changes
Documentation Structure:
examples_rst/qec/realtime_decoding.rstAPI Documentation (
api/qec/):cpp_realtime_decoding_api.rstandpython_realtime_decoding_api.rst.. function::directives for consistent formattingComprehensive Guide (
examples_rst/qec/realtime_decoding.rst- 859 lines):Bug Fixes:
[Begin Documentation]markersand some more