Skip to content

Commit

Permalink
typo in qiskit_runtime_vqe_program.ipynb (#472)
Browse files Browse the repository at this point in the history
advange -> advantage

Co-authored-by: Kevin Tian <[email protected]>
  • Loading branch information
q-inho and kt474 authored Aug 17, 2022
1 parent 80f028c commit 29acd55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"id": "fca6d7c5",
"metadata": {},
"source": [
"Next we have to provide the ability to specify the parameterized Ansatz circuit. Here we will take advange of the fact that many ansatz circuits are pre-defined in the Qiskit Circuit Library. Examples can be found in the [N-local circuits section](https://qiskit.org/documentation/apidoc/circuit_library.html#n-local-circuits).\n",
"Next we have to provide the ability to specify the parameterized Ansatz circuit. Here we will take advantage of the fact that many ansatz circuits are pre-defined in the Qiskit Circuit Library. Examples can be found in the [N-local circuits section](https://qiskit.org/documentation/apidoc/circuit_library.html#n-local-circuits).\n",
"\n",
"We would like the user to be able to select between ansatz options such as: `NLocal`, `TwoLocal`, and `EfficientSU2`. We could have the user pass the whole ansatz circuit to the program; however, in order to reduce the size of the upload we will pass the ansatz by name. In the runtime program, we can take this name and get the class that it corresponds to from the library using, for example, "
]
Expand Down

0 comments on commit 29acd55

Please sign in to comment.