Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 7 additions & 8 deletions docs/guides/algorithmiq-tem.ipynb
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
{
"cells": [
{
"cell_type": "markdown",
"id": "f7d9993f",
"metadata": {},
"source": [
"{/* cspell:ignore POVM, mathbf, Filippov, Lindblad, Leahy, Rossi, García, Pérez, Minev, Kandala, Temme, informationally */}"
]
},
{
"cell_type": "markdown",
"id": "dde95705",
"metadata": {},
"source": [
"---\n",
"title: Tensor-network error mitigation (TEM) - A Qiskit Function by Algorithmiq\n",
"description: Introduction to TEM, a Qiskit Function by Algorithmiq, to compute estimations with software post-processing error mitigation using tensor networks.\n",
"---\n",
"\n",
"{/* cspell:ignore POVM, mathbf, Filippov, Lindblad, Leahy, Rossi, García, Pérez, Minev, Kandala, Temme, informationally */}\n",
"\n",
"# Tensor-network error mitigation (TEM): A Qiskit Function by Algorithmiq\n",
"\n",
"<LegacyContent>\n",
Expand Down
4 changes: 4 additions & 0 deletions docs/tutorials/_toc.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,10 @@
{
"title": "Simulate 2D tilted-field Ising with the QESEM function",
"url": "/docs/tutorials/qedma-2d-ising-with-qesem"
},
{
"title": "Simulate a kicked Ising model with the TEM function",
"url": "/docs/tutorials/algorithmiq-tem"
}
]
},
Expand Down
113 changes: 92 additions & 21 deletions docs/tutorials/algorithmiq-tem.ipynb

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 2 additions & 0 deletions qiskit_bot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -640,6 +640,8 @@ notifications:
- "@ThomasMerkh"
- "@alexshih"
- "@HuangJunye"
"docs/tutorials/algorithmiq-tem":
- "@HuangJunye"
"docs/tutorials/global-data-quantum-optimizer":
- "@abbycross"
- "@pandasa123"
Expand Down
1 change: 1 addition & 0 deletions scripts/config/notebook-testing.toml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ notebooks = [
"docs/guides/qiskit-transpiler-service.ipynb",

# We never run tutorials notebooks
"docs/tutorials/algorithmiq-tem.ipynb",
"docs/tutorials/dc-hex-ising.ipynb",
"docs/tutorials/ghz-spacetime-codes.ipynb",
"docs/tutorials/sml-classification.ipynb",
Expand Down