From 9268119f2a1f3c418cf2b552777ac7854592cbc6 Mon Sep 17 00:00:00 2001 From: Dallon Asnes <30935722+dallonasnes@users.noreply.github.com> Date: Wed, 13 Mar 2024 06:51:33 -0400 Subject: [PATCH 1/2] Fix typo --- docs/what-is-the-qaoa.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/what-is-the-qaoa.md b/docs/what-is-the-qaoa.md index 6c0a30b..1fdae8c 100644 --- a/docs/what-is-the-qaoa.md +++ b/docs/what-is-the-qaoa.md @@ -87,7 +87,7 @@ This means that we now know how to construct the QAOA circuit for any QUBO probl The classical loop procedure in quantum computing involves the following steps: 1. Encoding the optimization problem into a parametric quantum circuit -2. InitializingInitializing the circuit parameters +2. Initializing the circuit parameters 3. Evaluating the cost function, which represents the energy of the system described by the quantum circuit, by measuring the expectation value of the cost Hamiltonian $\langle \psi|\mathcal{H}_C|\psi\rangle$. 4. Updating the circuit parameters using a classical optimization algorithm, such as gradient descent or COBYLA, to minimize the cost function and find the optimal solution to the optimization problem. From 0f96df0363811213b1267bb6d4b6df4d38daf1a4 Mon Sep 17 00:00:00 2001 From: Dallon Asnes <30935722+dallonasnes@users.noreply.github.com> Date: Wed, 13 Mar 2024 11:12:57 +0000 Subject: [PATCH 2/2] Fix typo --- docs/making-sense-of-the-result.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/making-sense-of-the-result.md b/docs/making-sense-of-the-result.md index 1fe6d66..4056ec5 100644 --- a/docs/making-sense-of-the-result.md +++ b/docs/making-sense-of-the-result.md @@ -21,7 +21,7 @@ A QAOA workflow is composed by 4 parts. this example, we have used the default v Result is a class attribute of the object `q`, and its chief role is that of keeping a record of the steps behind the workflow. -In particular, there are three pain attributes of the result object: +In particular, there are three main attributes of the result object: ### The optimized result