Skip to content

Commit

Permalink
Demo: Revert last change and change notebook that requires LaTeX
Browse files Browse the repository at this point in the history
  • Loading branch information
frankharkins committed Dec 11, 2023
1 parent a05817b commit 0f38639
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/build/circuit-library.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"source": [
"## N-local circuits\n",
"\n",
"These circuits alternate layers of single-qubit rotation gates with layers of multi-qubit entangling gates. \n",
"These circuits alternate layers of single-qubit rotation gates with layers of multi-qubit entangling gates.\n",
"\n",
"This family of circuits is popular in variational quantum algorithms because they can produce a wide range of quantum states. Variational algorithms adjust the gate parameters to find states that have certain properties (such as states that represent a good solution to an optimization problem). For this purpose, many circuits in the library are **parameterized**, which means you can define them without fixed values.\n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion docs/build/circuit-visualization.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"A visualization is useful while working with quantum circuits. Below find options in Qiskit for drawing circuits, plotting data from executed jobs, seeing the state of a quantum computer, and more."
"A visualization is useful while working with quantum circuits. Below find options in Qiskit for drawing circuits, plotting data from executed jobs, seeing the state of a quantum computer, and more. "
]
},
{
Expand Down

0 comments on commit 0f38639

Please sign in to comment.