Skip to content

Commit

Permalink
Make colons consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
garrison committed Sep 16, 2024
1 parent 6927f9f commit 206b0fa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/01_gate_cutting_to_reduce_circuit_width.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
" - <font color='#0F62FE'>Cut the circuit and observable.</font>\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",
" - <font color='#0F62FE'>Combine the results of Step 3 to reconstruct the expectation value of the observable in question.</font>"
Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/02_gate_cutting_to_reduce_circuit_depth.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
" - <font color='#0F62FE'>Cut the circuit and observable.</font>\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",
" - <font color='#0F62FE'>Combine the results of Step 3 to reconstruct the expectation value of the observable in question.</font>"
Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/03_wire_cutting_via_move_instruction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
" - <font color='#0F62FE'>Cut the circuit and observable.</font>\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",
" - <font color='#0F62FE'>Combine the results of Step 3 to reconstruct the expectation value of the observable in question.</font>"
Expand Down

0 comments on commit 206b0fa

Please sign in to comment.