Skip to content

Commit f18f54d

Browse files
Ajc/qedma qesem (#4203)
Supersedes #4003 --------- Co-authored-by: Ori Alberton <ori.alberton@qedma.com>
1 parent 54a0b32 commit f18f54d

File tree

9 files changed

+1254
-5
lines changed

9 files changed

+1254
-5
lines changed

docs/guides/_toc.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
},
1212
{
1313
"title": "Quickstart",
14-
"url": "/docs/guides/quick-start"
14+
"url": "/docs/guides/quick-start",
15+
"isNew": true,
16+
"isNewDate": "2025-11-07"
1517
},
1618
{
1719
"title": "Install",
@@ -310,7 +312,9 @@
310312
},
311313
{
312314
"title": "Deferred timing resolution using stretch",
313-
"url": "/docs/guides/stretch"
315+
"url": "/docs/guides/stretch",
316+
"isNew": true,
317+
"isNewDate": "2025-11-06"
314318
},
315319
{
316320
"title": "Measure qubits",
@@ -648,7 +652,9 @@
648652
},
649653
{
650654
"title": "Visualize circuit timing",
651-
"url": "/docs/guides/visualize-circuit-timing"
655+
"url": "/docs/guides/visualize-circuit-timing",
656+
"isNew": true,
657+
"isNewDate": "2025-11-07"
652658
},
653659
{
654660
"title": "Plot quantum states",

docs/tutorials/_toc.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,11 +148,21 @@
148148
},
149149
{
150150
"title": "Quantum Phase Estimation with Q-CTRL's Qiskit Functions",
151-
"url": "/docs/tutorials/quantum-phase-estimation-qctrl"
151+
"url": "/docs/tutorials/quantum-phase-estimation-qctrl",
152+
"isNew": true,
153+
"isNewDate": "2025-11-06"
152154
},
153155
{
154156
"title": "Solve the Market Split problem with Kipu Quantum's Iskay Quantum Optimizer",
155-
"url": "/docs/tutorials/solve-market-split-problem-with-iskay-quantum-optimizer"
157+
"url": "/docs/tutorials/solve-market-split-problem-with-iskay-quantum-optimizer",
158+
"isNew": true,
159+
"isNewDate": "2025-11-06"
160+
},
161+
{
162+
"title": "Simulate 2D tilted-field Ising with the QESEM function",
163+
"url": "/docs/tutorials/qedma-2d-ising-with-qesem",
164+
"isNew": true,
165+
"isNewDate": "2025-11-07"
156166
}
157167
]
158168
},

docs/tutorials/index.mdx

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

107107
* [Quantum Phase Estimation with Q-CTRL's Qiskit Functions](/docs/tutorials/quantum-phase-estimation-qctrl)
108108

109+
* [Simulate 2D tilted-field Ising with the QESEM function](/docs/tutorials/qedma-2d-ising-with-qesem)
110+
109111
- Experiment with domain-specific problems with **Application functions** -- with familiar inputs and outputs to classical solvers.
110112

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

0 commit comments

Comments
 (0)