From af0afaa60f8efa98002eaa03d16f1763e8a166c3 Mon Sep 17 00:00:00 2001 From: Becky Dimock Date: Thu, 14 May 2026 11:40:13 -0500 Subject: [PATCH 1/2] Set up Box link --- scripts/config/api-html-artifacts.json | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/config/api-html-artifacts.json b/scripts/config/api-html-artifacts.json index b4ef47fc1e6..9dae83389d6 100644 --- a/scripts/config/api-html-artifacts.json +++ b/scripts/config/api-html-artifacts.json @@ -90,6 +90,7 @@ "0.3": "https://ibm.box.com/shared/static/qiskfdazhq1dpxcl9b627x9yi60gncb4.zip" }, "qiskit-addon-aqc-tensor": { + "0.3": "https://ibm.box.com/shared/static/uzw1mzmypuqf2one830vdrvy27x2brvu.zip", "0.2": "https://ibm.box.com/shared/static/dhuyxtri674xvb3oky5rg019bd1a44hf.zip", "0.1": "https://ibm.box.com/shared/static/jnxlji7b6cguhbvp1txdi2vhym38wcnc.zip" }, From 9e9eb8143bd182ce1844319461443a06924288e4 Mon Sep 17 00:00:00 2001 From: Becky Dimock Date: Fri, 12 Jun 2026 13:27:34 -0500 Subject: [PATCH 2/2] Fix missing title --- docs/guides/bit-ordering.ipynb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/guides/bit-ordering.ipynb b/docs/guides/bit-ordering.ipynb index 7c138c939cc..078fca57001 100644 --- a/docs/guides/bit-ordering.ipynb +++ b/docs/guides/bit-ordering.ipynb @@ -48,6 +48,8 @@ "id": "369b8b49-a2af-4999-85df-f7659022e11b", "metadata": {}, "source": [ + "# Bit-ordering in the Qiskit SDK\n", + "\n", "If you have a set of $n$ bits (or qubits), you'll usually label each bit $0\n", "\\rightarrow n-1$. Different softwares and resources must choose how they order\n", "these bits both in computer memory and when displayed on-screen.\n",