From 2cffc7c1d0d89599abd535b4cf30cd195e659bb2 Mon Sep 17 00:00:00 2001 From: Jen Glick Date: Wed, 12 Aug 2026 15:27:49 -0500 Subject: [PATCH 1/2] test add section --- docs/guides/_toc.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/guides/_toc.json b/docs/guides/_toc.json index c544199ef51..29bb8e9a3f2 100644 --- a/docs/guides/_toc.json +++ b/docs/guides/_toc.json @@ -748,6 +748,15 @@ ], "collapsible": false }, + { + "title": "Algorithm research tools", + "children": [ + { + "title": "Hamiltonian simulation", + "url": "/docs/addons/qiskit-addon-sqd" + }, + ] + }, { "title": "Applications research tools", "children": [ From 06803e504d9ad7eb764654f09ef64650b49effea Mon Sep 17 00:00:00 2001 From: Jen Glick Date: Wed, 12 Aug 2026 15:33:56 -0500 Subject: [PATCH 2/2] comma --- docs/guides/_toc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/_toc.json b/docs/guides/_toc.json index 29bb8e9a3f2..6ff43a730dd 100644 --- a/docs/guides/_toc.json +++ b/docs/guides/_toc.json @@ -754,7 +754,7 @@ { "title": "Hamiltonian simulation", "url": "/docs/addons/qiskit-addon-sqd" - }, + } ] }, {