Skip to content

Commit

Permalink
Finished documentation of notebooks for BTC_02_AE
Browse files Browse the repository at this point in the history
  • Loading branch information
gonfeco committed Jan 16, 2024
1 parent b3005a3 commit 5671deb
Show file tree
Hide file tree
Showing 2 changed files with 569 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -296,9 +296,7 @@
{
"cell_type": "markdown",
"id": "50411718-9c63-4705-8706-7501b9056317",
"metadata": {
"jp-MarkdownHeadingCollapsed": true
},
"metadata": {},
"source": [
"### 2.4. Encoding function in a quantum circuit.\n",
"\n",
Expand Down Expand Up @@ -550,7 +548,10 @@
"* *oracle*: *myqlm* gate with the unitary operator $\\mathbf{A(f_{x_i})}$\n",
"* *target*: the state $\\ket{\\Psi_0}$ of the unitary operator $\\mathbf{A(f_{x_i})}$\n",
"* *index*: index affected by the unitary operator $\\mathbf{A(f_{x_i})}$\n",
"* *ae_dictionary*: Python dictionary with the complete configuration of the **AE** algorithm. Most important key is: *ae_type* key where the **AE** algorithm should be specified. The following strings can be provided: **CQPEAE**, **IQPEAE**, **MLAE**, **IQAE**,**RQAE**\n",
"* *ae_dictionary*: Python dictionary with the complete configuration of the **AE** algorithm. Most important key is: *ae_type* key where the **AE** algorithm should be specified. The following strings can be provided: **CQPEAE**, **IQPEAE**, **MLAE**, **IQAE**,**RQAE** and **MCAE**.\n",
"\n",
"**NOTE**\n",
"Some descriptions of the different *AE* algorithms implemented and about their configuration settings are provided in the notebook: *04_AmpliutdeEstimationAlgorithms*.\n",
"\n",
"The class directly builds the *Grover* operator mandatory for the **AE** algorithm. The **run** method of the class executes the **AE** algorithm. The *AE* class have the following important attributes:\n",
"\n",
Expand Down Expand Up @@ -1365,9 +1366,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python [conda env:tnbs] *",
"display_name": "Python [conda env:tnbs2c] *",
"language": "python",
"name": "conda-env-tnbs-py"
"name": "conda-env-tnbs2c-py"
},
"language_info": {
"codemirror_mode": {
Expand Down
Loading

0 comments on commit 5671deb

Please sign in to comment.