Skip to content
Closed
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
4 changes: 4 additions & 0 deletions docs/guides/_toc.json
Original file line number Diff line number Diff line change
Expand Up @@ -825,6 +825,10 @@
{
"title": "Template for Hamiltonian simulation",
"url": "/docs/guides/function-template-hamiltonian-simulation"
},
{
"title": "Template for AQC + Trotter Hamiltonian dynamics",
"url": "/docs/guides/function-template-aqc-trotter"
}
]
},
Expand Down
591 changes: 591 additions & 0 deletions docs/guides/function-template-aqc-trotter.ipynb

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions docs/tutorials/_toc.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@
"title": "Simulate neutron scattering in quantum materials with quantum circuits",
"url": "/docs/tutorials/simulate-neutron-scattering"
},
{
"title": "Simulate neutron scattering with an AQC + Trotter dynamics Serverless workflow",
"url": "/docs/tutorials/simulate-neutron-scattering-with-a-serverless-workflow"
},
{
"title": "Krylov quantum diagonalization of lattice Hamiltonians",
"url": "/docs/tutorials/krylov-quantum-diagonalization"
Expand Down
2 changes: 2 additions & 0 deletions docs/tutorials/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ These tutorials focus on estimating physically meaningful quantities, such as en

* [Simulate neutron scattering in quantum materials with quantum circuits](/docs/tutorials/simulate-neutron-scattering)

* [Simulate neutron scattering with an AQC + Trotter dynamics Serverless workflow](/docs/tutorials/simulate-neutron-scattering-with-a-serverless-workflow)

* [Krylov quantum diagonalization of lattice Hamiltonians](/docs/tutorials/krylov-quantum-diagonalization)

* [Nishimori phase transition](/docs/tutorials/nishimori-phase-transition)
Expand Down

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 4 additions & 0 deletions qiskit_bot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,8 @@ notifications:
- "@jenglick"
- "@garrison"
- "`@beckykd`"
"docs/guides/function-template-aqc-trotter":
- "@pdd23001"
"docs/guides/operator-class":
- "`@mtreinish`"
"docs/guides/online-lab-environments":
Expand Down Expand Up @@ -831,6 +833,8 @@ notifications:
"docs/tutorials/simulate-neutron-scattering":
- "`@nathanearnestnoble`"
- "@kevinsung"
"docs/tutorials/simulate-neutron-scattering-with-a-serverless-workflow":
- "@pdd23001"
"docs/tutorials/readout-error-mitigation-sampler":
- "`@nathanearnestnoble`"
- "`@jlapeyre`"
Expand Down
5 changes: 5 additions & 0 deletions scripts/config/notebook-testing.toml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,10 @@ notebooks = [
"docs/guides/function-template-hamiltonian-simulation.ipynb",
"docs/guides/function-template-chemistry-workflow.ipynb",

# Deploys a Qiskit Function to Serverless and runs it, so it needs saved
# credentials and a deployed function. Not runnable in CI.
"docs/guides/function-template-aqc-trotter.ipynb",

# Only works in runtime 0.41.1
"docs/guides/monitor-job.ipynb",

Expand Down Expand Up @@ -222,6 +226,7 @@ notebooks = [
"docs/tutorials/compilation-methods-for-hamiltonian-simulation-circuits.ipynb",
"docs/tutorials/solve-market-split-problem-with-iskay-quantum-optimizer.ipynb",
"docs/tutorials/simulate-neutron-scattering.ipynb",
"docs/tutorials/simulate-neutron-scattering-with-a-serverless-workflow.ipynb",

# Don't test any learning notebooks
"learning/courses/quantum-computing-in-practice/introduction.ipynb",
Expand Down
Loading