Skip to content

Commit

Permalink
Merge pull request #91 from aws-samples/typoqaoa
Browse files Browse the repository at this point in the history
fix: typo in QAOA
  • Loading branch information
christianbmadsen authored Feb 28, 2023
2 parents 6942522 + 9e1bc60 commit c04b365
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"source": [
"In this noteook, we show how to (approximately) solve binary combinatorial optimization problems, using the __Quantum Approximate Optimization Algorithm (QAOA)__.\n",
"\n",
"The QAOA is a variational quantum algorithm that uses alternativing layers of parameterized quantum gates to solve an optimization problem [1]. The parameters of each gate are tuned to minimize a cost function, similar to how machine learning parameters are tuned in stochastic gradient descent. \n",
"The QAOA is a variational quantum algorithm that uses alternating layers of parameterized quantum gates to solve an optimization problem [1]. The parameters of each gate are tuned to minimize a cost function, similar to how machine learning parameters are tuned in stochastic gradient descent. \n",
"\n",
"## References \n",
"[1] Edward Farhi, Jeffrey Goldstone, and Sam Gutmann, \"A Quantum Approximate Optimization Algorithm Applied to a Bounded Occurrence Constraint Problem,\" (2014), [arXiv:1412.6062](https://arxiv.org/abs/1411.4028)"
Expand Down

0 comments on commit c04b365

Please sign in to comment.