Skip to content

Commit

Permalink
Satiate CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kaelynj committed Jan 9, 2025
1 parent ac0210f commit f7f7d96
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/guides/_toc.json
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@
},
{
"title": "Get started with circuit cutting",
"url": "/guides/qiskit-addons-cc-get-started"
"url": "/guides/qiskit-addons-cutting-get-started"
}
]
}
Expand Down
2 changes: 2 additions & 0 deletions docs/guides/optimize-for-hardware.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,5 @@ can be run on IBM® hardware using IBM Qiskit Runtime.
* [Getting started with AQC-Tensor](./qiskit-addons-aqc-get-started)
* [Operator Backpropagation (OBP)](./qiskit-addons-obp)
* [Getting started with OBP](./qiskit-addons-obp-get-started)
* [Circuit cutting](./qiskit-addons-cutting)
* [Getting started with circuit cutting](./qiskit-addons-cutting-get-started)
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@
}
],
"metadata": {
"description": "Get started with using the circuit cutting addon",
"kernelspec": {
"display_name": "qiskit_1-0_scratch_space-fyWgEqUn-py3.11",
"language": "python",
Expand All @@ -207,7 +208,8 @@
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.7"
}
},
"title": "Get started with circuit cutting"
},
"nbformat": 4,
"nbformat_minor": 2
Expand Down
4 changes: 4 additions & 0 deletions qiskit_bot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -409,3 +409,7 @@ notifications:
- "@kaelynj"
"docs/guides/qiskit-addons-mpf-get-started":
- "@kaelynj"
"docs/guides/qiskit-addons-cutting":
- "@kaelynj"
"docs/guides/qiskit-addons-cutting-get-started":
- "@kaelynj"

0 comments on commit f7f7d96

Please sign in to comment.