Add surface code to pre-built QEC code docs#495
Add surface code to pre-built QEC code docs#495vedika-saravanan wants to merge 2 commits intoNVIDIA:mainfrom
Conversation
Signed-off-by: vedika-saravanan <vsaravanan@nvidia.com>
bea5908 to
c4d66c1
Compare
justinlietz
left a comment
There was a problem hiding this comment.
Thanks Vedika, looks great! Perhaps the larger issue is that the surface code utility functions are currently C++ only right now: https://nvidia.github.io/cudaqx/api/qec/cpp_api.html#_CPPv4N5cudaq3qec12surface_code15stabilizer_gridE. We could consider linking to those docs, or adding python bindings for the stabilizer grid tool.
Thanks @justinlietz , that’s a great point! Python bindings do exist, I agree discoverability isn’t very clear right now. I can add cross-references to make this easier to find. |
Signed-off-by: vedika-saravanan <vsaravanan@nvidia.com>
This PR addresses the corresponding GHI: #436