File tree Expand file tree Collapse file tree 8 files changed +365
-135
lines changed Expand file tree Collapse file tree 8 files changed +365
-135
lines changed Original file line number Diff line number Diff line change 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 {
Original file line number Diff line number Diff 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 )
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments