Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion docs/guides/post-selection.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@
"<Admonition type=\"tip\" title=\"Recommendations\">\n",
" - Understand how to incorporate [noise learning](/docs/guides/noise-learning) into a quantum workload.\n",
" - Read through other available [error mitigation and suppression](/docs/guides/error-mitigation-and-suppression-techniques) techniques.\n",
" - Learn how to use [spacetime codes](/docs/tutorials/ghz-spacetime-codes) for a low-overhead approach to error detection\n",
" - Learn how to use [spacetime codes](/docs/tutorials/spacetime-codes) for a low-overhead approach to error detection\n",
"</Admonition>"
]
}
Expand Down
4 changes: 3 additions & 1 deletion docs/tutorials/_toc.json
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,9 @@
},
{
"title": "Low-overhead error detection with spacetime codes",
"url": "/docs/tutorials/ghz-spacetime-codes"
"url": "/docs/tutorials/spacetime-codes",
"isNew": true,
"isNewDate": "2026-06-29"
}
]
}
Expand Down
Loading
Loading