Skip to content

Commit

Permalink
Merge branch 'main' into yuttaky
Browse files Browse the repository at this point in the history
  • Loading branch information
math411 authored Aug 11, 2023
2 parents 5255e3e + ba8a2cc commit 9cf12c1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v1.4.1 (2023-08-03)

### Bug Fixes and Other Changes

* Update Quantum_Approximate_Optimization_Algorithm.ipynb

## v1.4.0 (2023-06-26)

### Features
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
"id": "455cd77b",
"metadata": {},
"source": [
"# QUANTUM APPROXIMATE OPTIMIZATION ALGORITHM (QAOA)"
"# Quantum Approximate Optimization Algorithm (QAOA)"
]
},
{
"cell_type": "markdown",
"id": "849472aa",
"metadata": {},
"source": [
"In this noteook, we show how to (approximately) solve binary combinatorial optimization problems, using the __Quantum Approximate Optimization Algorithm (QAOA)__.\n",
"In this notebook, 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 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",
Expand Down
2 changes: 1 addition & 1 deletion src/braket/_algos/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
Version number (major.minor.patch[-label])
"""

__version__ = "1.4.1.dev0"
__version__ = "1.4.2.dev0"

0 comments on commit 9cf12c1

Please sign in to comment.