Skip to content

Commit

Permalink
updated list of supported ansatzes
Browse files Browse the repository at this point in the history
Signed-off-by: Melvin Strobl <[email protected]>
  • Loading branch information
Melvin Strobl committed Jan 17, 2025
1 parent 943bd59 commit fa52ab6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/ansaetze.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 1,
"metadata": {},
"outputs": [
{
Expand All @@ -11,9 +11,15 @@
"text": [
"No_Ansatz\n",
"Circuit_1\n",
"Circuit_2\n",
"Circuit_3\n",
"Circuit_4\n",
"Circuit_6\n",
"Circuit_9\n",
"Circuit_10\n",
"Circuit_15\n",
"Circuit_16\n",
"Circuit_17\n",
"Circuit_18\n",
"Circuit_19\n",
"No_Entangling\n",
Expand Down
8 changes: 8 additions & 0 deletions docs/ansaetze.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,24 @@ for ansatz in all_ansaetze:
```
No_Ansatz
Circuit_1
Circuit_2
Circuit_3
Circuit_4
Circuit_6
Circuit_9
Circuit_10
Circuit_15
Circuit_16
Circuit_17
Circuit_18
Circuit_19
No_Entangling
Strongly_Entangling
Hardware_Efficient
```

*Note that Circuit 10 deviates from the original implementation!*

However, usually you just want reference to them (by name) when instantiating a model.
To get an overview of all the available Ansaetze, checkout the [references](https://cirkiters.github.io/qml-essentials/references/).

Expand Down

0 comments on commit fa52ab6

Please sign in to comment.