-
Notifications
You must be signed in to change notification settings - Fork 36
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
Conversation
Signed-off-by: Kevin Mato <kmato@nvidia.com>
Signed-off-by: Kevin Mato <kmato@nvidia.com>
Signed-off-by: Kevin Mato <kmato@nvidia.com>
…n. TODO: integrate better code examples Signed-off-by: Kevin Mato <kmato@nvidia.com>
Signed-off-by: Kevin Mato <kmato@nvidia.com>
|
/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 <melodyr@nvidia.com> Signed-off-by: Kevin Mato <kmato@nvidia.com>
Co-authored-by: melody-ren <melodyr@nvidia.com> Signed-off-by: Kevin Mato <kmato@nvidia.com>
Co-authored-by: melody-ren <melodyr@nvidia.com> Signed-off-by: Kevin Mato <kmato@nvidia.com>
Co-authored-by: melody-ren <melodyr@nvidia.com> Signed-off-by: Kevin Mato <kmato@nvidia.com>
Signed-off-by: Kevin Mato <kmato@nvidia.com>
Signed-off-by: Kevin Mato <kmato@nvidia.com>
Signed-off-by: Kevin Mato <kmato@nvidia.com>
Signed-off-by: Kevin Mato <kmato@nvidia.com>
Signed-off-by: Kevin Mato <kmato@nvidia.com>
|
/ok to test 6648209 |
Signed-off-by: Ben Howe <bhowe@nvidia.com>
Signed-off-by: Ben Howe <bhowe@nvidia.com>
Signed-off-by: Ben Howe <bhowe@nvidia.com>
Signed-off-by: Ben Howe <bhowe@nvidia.com>
|
/ok to test f9535fd |
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.
@justinlietz - double check me, but I think some of the matrix dimensions might be swapped.
Co-authored-by: Ben Howe <141149032+bmhowe23@users.noreply.github.com> Signed-off-by: Justin Gage Lietz <jlietz@nvidia.com>
Co-authored-by: Ben Howe <141149032+bmhowe23@users.noreply.github.com> Signed-off-by: Justin Gage Lietz <jlietz@nvidia.com>
Co-authored-by: Ben Howe <141149032+bmhowe23@users.noreply.github.com> Signed-off-by: Justin Gage Lietz <jlietz@nvidia.com>
Co-authored-by: Ben Howe <141149032+bmhowe23@users.noreply.github.com> Signed-off-by: Justin Gage Lietz <jlietz@nvidia.com>
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.
Approving now since the majority of my comments have been addressed. Thanks!
Signed-off-by: Ben Howe <bhowe@nvidia.com>
|
/ok to test 1c040d1 |
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