From 206b0fae1ac6adfa9d4fa453b4d1d8e29e543001 Mon Sep 17 00:00:00 2001 From: Jim Garrison Date: Mon, 16 Sep 2024 12:01:16 -0400 Subject: [PATCH] Make colons consistent --- docs/tutorials/01_gate_cutting_to_reduce_circuit_width.ipynb | 4 ++-- docs/tutorials/02_gate_cutting_to_reduce_circuit_depth.ipynb | 4 ++-- docs/tutorials/03_wire_cutting_via_move_instruction.ipynb | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/tutorials/01_gate_cutting_to_reduce_circuit_width.ipynb b/docs/tutorials/01_gate_cutting_to_reduce_circuit_width.ipynb index 0083a8da8..7e7f82b1d 100644 --- a/docs/tutorials/01_gate_cutting_to_reduce_circuit_width.ipynb +++ b/docs/tutorials/01_gate_cutting_to_reduce_circuit_width.ipynb @@ -11,12 +11,12 @@ "\n", "These are the steps that we will take:\n", "\n", - "- **Step 1: Map problem to quantum circuits and operators:**\n", + "- **Step 1: Map problem to quantum circuits and operators**:\n", " - Map the hamiltonian onto a quantum circuit.\n", "- **Step 2: Optimize for target hardware** [_Uses the cutting addon_]:\n", " - Cut the circuit and observable.\n", " - Transpile the subexperiments for hardware.\n", - "- **Step 3: Execute on target hardware:**\n", + "- **Step 3: Execute on target hardware**:\n", " - Run the subexperiments obtained in Step 2 using a `Sampler` primitive.\n", "- **Step 4: Post-process results** [_Uses the cutting addon_]:\n", " - Combine the results of Step 3 to reconstruct the expectation value of the observable in question." diff --git a/docs/tutorials/02_gate_cutting_to_reduce_circuit_depth.ipynb b/docs/tutorials/02_gate_cutting_to_reduce_circuit_depth.ipynb index 61206d8fc..a54ded5f5 100644 --- a/docs/tutorials/02_gate_cutting_to_reduce_circuit_depth.ipynb +++ b/docs/tutorials/02_gate_cutting_to_reduce_circuit_depth.ipynb @@ -11,12 +11,12 @@ "\n", "These are the steps that we will take in this [Qiskit pattern](https://docs.quantum.ibm.com/guides/intro-to-patterns):\n", "\n", - "- **Step 1: Map problem to quantum circuits and operators:**\n", + "- **Step 1: Map problem to quantum circuits and operators**:\n", " - Map the hamiltonian onto a quantum circuit.\n", "- **Step 2: Optimize for target hardware** [_Uses the cutting addon_]:\n", " - Cut the circuit and observable.\n", " - Transpile the subexperiments for hardware.\n", - "- **Step 3: Execute on target hardware:**\n", + "- **Step 3: Execute on target hardware**:\n", " - Run the subexperiments obtained in Step 2 using a `Sampler` primitive.\n", "- **Step 4: Post-process results** [_Uses the cutting addon_]:\n", " - Combine the results of Step 3 to reconstruct the expectation value of the observable in question." diff --git a/docs/tutorials/03_wire_cutting_via_move_instruction.ipynb b/docs/tutorials/03_wire_cutting_via_move_instruction.ipynb index f59094186..26963cde4 100644 --- a/docs/tutorials/03_wire_cutting_via_move_instruction.ipynb +++ b/docs/tutorials/03_wire_cutting_via_move_instruction.ipynb @@ -11,12 +11,12 @@ "\n", "These are the steps that we will take in this [Qiskit pattern](https://docs.quantum.ibm.com/guides/intro-to-patterns):\n", "\n", - "- **Step 1: Map problem to quantum circuits and operators:**\n", + "- **Step 1: Map problem to quantum circuits and operators**:\n", " - Map the hamiltonian onto a quantum circuit.\n", "- **Step 2: Optimize for target hardware** [_Uses the cutting addon_]:\n", " - Cut the circuit and observable.\n", " - Transpile the subexperiments for hardware.\n", - "- **Step 3: Execute on target hardware:**\n", + "- **Step 3: Execute on target hardware**:\n", " - Run the subexperiments obtained in Step 2 using a `Sampler` primitive.\n", "- **Step 4: Post-process results** [_Uses the cutting addon_]:\n", " - Combine the results of Step 3 to reconstruct the expectation value of the observable in question."