Skip to content

Commit a789dea

Browse files
Merge pull request #7 from Qiskit/pr/4003
Pr/4003
2 parents a5398a5 + 3de2a16 commit a789dea

File tree

8 files changed

+365
-135
lines changed

8 files changed

+365
-135
lines changed

docs/tutorials/_toc.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,11 @@
145145
{
146146
"title": "Transverse-Field Ising Model Simulation",
147147
"url": "/docs/tutorials/transverse-field-ising-model"
148-
}
148+
},
149+
{
150+
"title": "Simulate 2D tilted-field Ising with QESEM Qiskit Function",
151+
"url": "/docs/tutorials/qedma-2d-ising-with-qesem"
152+
}
149153
]
150154
},
151155
{

docs/tutorials/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ Qiskit Functions are a collection of pre-packaged error management and applicati
104104

105105
* [Transverse-Field Ising Model Simulation](/docs/tutorials/transverse-field-ising-model)
106106

107+
* [Simulate 2D tilted-field Ising with QESEM Qiskit Function](/docs/tutorials/qedma-2d-ising-with-qesem)
108+
107109
- Experiment with domain-specific problems with **Application functions** -- with familiar inputs and outputs to classical solvers.
108110

109111
* [Quantum Portfolio Optimizer - A Qiskit Function by Global Data Quantum](/docs/tutorials/global-data-quantum-optimizer)

docs/tutorials/qedma-2d-ising-with-qesem.ipynb

Lines changed: 353 additions & 134 deletions
Large diffs are not rendered by default.
Binary file not shown.
Binary file not shown.
Binary file not shown.

qiskit_bot.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -658,6 +658,10 @@ notifications:
658658
- "@alexshih"
659659
- "@johannesgreiner"
660660
- "@annaliese-estes"
661+
"docs/tutorials/qedma-2d-ising-with-qesem":
662+
- "@miamico"
663+
- "@oria-qedma"
664+
- "@assafb"
661665
"docs/tutorials/global-data-quantum-optimizer":
662666
- "@abbycross"
663667
- "@pandasa123"

scripts/config/notebook-testing.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ notebooks = [
162162
"docs/guides/qiskit-transpiler-service.ipynb",
163163

164164
# We never run tutorials notebooks
165+
"docs/tutorials/qedma-2d-ising-with-qesem.ipynb",
165166
"docs/tutorials/transverse-field-ising-model.ipynb",
166167
"docs/tutorials/fractional-gates.ipynb",
167168
"docs/tutorials/shors-algorithm.ipynb",

0 commit comments

Comments
 (0)