Skip to content

Commit

Permalink
final modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
gonfeco committed Sep 24, 2024
1 parent d8f8ff3 commit e6601bb
Show file tree
Hide file tree
Showing 3 changed files with 706 additions and 6 deletions.
17 changes: 12 additions & 5 deletions misc/notebooks/00_AboutTheNotebooksAndQPUs.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -145,12 +145,19 @@
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "aa9dc20c-97c9-4629-aa20-e251acde37f1",
"cell_type": "markdown",
"id": "9bde1e02-a490-492f-8a01-c3db08adaff7",
"metadata": {},
"outputs": [],
"source": []
"source": [
"## 4. JSON configuration files\n",
"\n",
"Several **JSON** files with different **QPU**s configuration are located inside the **qpu/** folder:\n",
"\n",
"* qpu_ideal.json : **JSON** for configuring ideal **QPU**s.\n",
"* qpu_noisy_deterministic.json : **JSON** for configuring noisy **QPU**s using the *deterministic* simulation method.\n",
"* qpu_noisy_stochastic.json : **JSON** for configuring noisy **QPU**s using the *stochastic* simulation method.\n",
"* qpu_noisy_mpo.json : **JSON** for configuring noisy **QPU**s using the *MPO* simulation method."
]
}
],
"metadata": {
Expand Down
Loading

0 comments on commit e6601bb

Please sign in to comment.