diff --git a/tutorials/build-repetition-codes/build-repetition-codes.ipynb b/tutorials/build-repetition-codes/build-repetition-codes.ipynb index a954e68fed9..14025245558 100644 --- a/tutorials/build-repetition-codes/build-repetition-codes.ipynb +++ b/tutorials/build-repetition-codes/build-repetition-codes.ipynb @@ -12,7 +12,7 @@ "source": [ "# Build repetition codes\n", "\n", - "*Estimated QPU usage: 2 seconds (tested on IBM Algiers)*\n", + "*QPU time estimate: 2 seconds on ibm_algiers. (NOTE: This is an estimate only. Your runtime may vary.)*\n", "\n", "## Background\n", "\n", @@ -282,7 +282,7 @@ "id": "bcd61a1f", "metadata": {}, "source": [ - "## Step 3: Execute using Qiskit Primitives" + "## Step 3: Execute using Qiskit primitives" ] }, { diff --git a/tutorials/chsh-inequality/chsh-inequality.ipynb b/tutorials/chsh-inequality/chsh-inequality.ipynb index 9c420a020a2..c3a01efdf34 100644 --- a/tutorials/chsh-inequality/chsh-inequality.ipynb +++ b/tutorials/chsh-inequality/chsh-inequality.ipynb @@ -13,7 +13,7 @@ "id": "6b41d6b3", "metadata": {}, "source": [ - "QPU time estimate: 4 minutes, 40 seconds on ibm_kyiv. (NOTE: This is an estimate only. Your runtime may vary.)" + "*QPU time estimate: 4 minutes, 40 seconds on ibm_kyiv. (NOTE: This is an estimate only. Your runtime may vary.)*" ] }, { @@ -256,7 +256,7 @@ "id": "efabedc4", "metadata": {}, "source": [ - "## Step 2: Optimize problem for quantum execution." + "## Step 2: Optimize problem for quantum execution" ] }, { @@ -335,7 +335,7 @@ "id": "b7194399", "metadata": {}, "source": [ - "## Step 3: Execute using Qiskit Primitives.\n", + "## Step 3: Execute using Qiskit primitives\n", "\n", "In order to execute the entire experiment in one call to the [`Estimator`](https://docs.quantum-computing.ibm.com/api/qiskit-ibm-runtime/qiskit_ibm_runtime.EstimatorV2)." ] @@ -374,7 +374,7 @@ "id": "ace7dc90", "metadata": {}, "source": [ - "## Step 4: Post-process, return result in classical format.\n", + "## Step 4: Post-process, return result in classical format\n", "\n", "The estimator returns expectation values for both of the observables, $\\langle ZZ \\rangle - \\langle ZX \\rangle + \\langle XZ \\rangle + \\langle XX \\rangle$ and $\\langle ZZ \\rangle + \\langle ZX \\rangle - \\langle XZ \\rangle + \\langle XX \\rangle$." ]