Skip to content

Commit

Permalink
[docs] Update old reference to steane_lut decoder (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmhowe23 authored Dec 18, 2024
1 parent 57b5e5c commit 7644a2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/sphinx/components/qec/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -870,8 +870,8 @@ Here's a complete example of running a memory experiment:
# Create code and decoder
code = qec.get_code('steane')
decoder = qec.get_decoder('steane_lut',
code.get_parity())
decoder = qec.get_decoder('single_error_lut',
code.get_parity())
# Configure noise
noise = cudaq.noise_model()
Expand Down

0 comments on commit 7644a2f

Please sign in to comment.