Skip to content
Draft
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
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,9 @@ poetry.lock
Untitled*.ipynb
*.tar
*.tar.gz

# Local
/instance.txt
/apikey.json
**/instance.txt
**/apikey.json
4 changes: 4 additions & 0 deletions docs/tutorials/_toc.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,10 @@
"url": "/docs/tutorials/transverse-field-ising-model"
},
{
"title": "Simulate 2D tilted-field Ising with QESEM Qiskit Function",
"url": "/docs/tutorials/qedma-2d-ising-with-qesem"
},
{
"title": "Quantum Phase Estimation with Q-CTRL's Qiskit Functions",
"url": "/docs/tutorials/quantum-phase-estimation-qctrl"
}
Expand Down
2 changes: 2 additions & 0 deletions docs/tutorials/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ Qiskit Functions are a collection of pre-packaged error management and applicati

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

* [Simulate 2D tilted-field Ising with QESEM Qiskit Function](/docs/tutorials/qedma-2d-ising-with-qesem)

- Experiment with domain-specific problems with **Application functions** -- with familiar inputs and outputs to classical solvers.

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