Skip to content

Commit

Permalink
Update docs/notebooks/qaoa-transpiler.ipynb
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel J. Egger <38065505+eggerdj@users.noreply.github.com>
  • Loading branch information
a-matsuo and eggerdj committed Mar 15, 2024
1 parent 495690a commit 88ddc41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/notebooks/qaoa-transpiler.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"In this comprehensive guide, we will walk you through the **Quantum Approximate Optimization Algorithm (QAOA)** workflow using **[Qiskit Patterns](https://www.ibm.com/quantum/blog/qiskit-patterns).**\n",
"We'll demonstrate the application of these patterns specifically within the domain of **combinatorial optimization** and showcase how the QAOA, a hybrid quantum-classical iterative method, can be employed effectively.\n",
"\n",
"- **Step 1**: Formulating a combinatorial in terms of finding the ground state of a Hamiltonian. This reformulated problem can be understood by a quantum computer.\n",
"- **Step 1**: Formulating a combinatorial optimization problem in terms of finding the ground state of a Hamiltonian. This reformulated problem can be understood by a quantum computer.\n",
"- **Step 2**: Preparation of the necessary quantum circuits optimized for execution on quantum hardware.\n",
"- **Step 3**: Iteratively utilizing Qiskit's `Sampler` primitive to draw samples from the prepared quantum circuits in Step 2. These samples will inform the loss function of our algorithm routine.\n",
"- **Step 4**: Converting the samples from Step 3 into a solution for our combinatorial optimization problem.\n",
Expand Down

0 comments on commit 88ddc41

Please sign in to comment.