Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
0036086
fix addon links
eharvey328 Apr 27, 2026
702a9bf
Merge branch 'main' into emh/addons-content
eharvey328 Apr 27, 2026
20bb262
fix links to addon api docs
eharvey328 Apr 29, 2026
eb9eea0
rem updateLinks mapping
eharvey328 Apr 29, 2026
c5b8f90
Merge branch 'main' into emh/addons-content
eharvey328 Apr 30, 2026
92cd49f
run ./fix for new content
eharvey328 Apr 30, 2026
6081772
add addon-mpf
eharvey328 Apr 30, 2026
881b975
fix addon-mfp includes
eharvey328 Apr 30, 2026
4846ee0
add all addons content
eharvey328 Apr 30, 2026
a51e7c4
fix addon utils includes
eharvey328 Apr 30, 2026
48c4b91
move to single pipeline
eharvey328 May 5, 2026
8921465
Merge branch 'main' into emh/addons-content
eharvey328 May 5, 2026
e002534
keep api and addon seperation
eharvey328 May 5, 2026
02e198d
cleanup old addon pipeline
eharvey328 May 6, 2026
6d8755c
sync conversion pipelines
eharvey328 May 6, 2026
3c74554
structure notebook processing
eharvey328 May 7, 2026
33985b9
gen toc
eharvey328 May 7, 2026
50126ae
run fix
eharvey328 May 7, 2026
a8dc85f
fix toc kebab case
eharvey328 May 7, 2026
087aed6
use manual toc
eharvey328 May 7, 2026
bb49c9d
update toc
eharvey328 May 7, 2026
4dcc050
update toc
eharvey328 May 7, 2026
ad80ebe
update adds parent to api toc
eharvey328 May 7, 2026
c81f885
update toc
eharvey328 May 7, 2026
e3048e9
add frontmatter to notebooks
eharvey328 May 8, 2026
4a6dbd8
fix frontmatter
eharvey328 May 9, 2026
612e9bb
fix changing id
eharvey328 May 9, 2026
e6f0633
create shared gen-docs command
eharvey328 May 9, 2026
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
64 changes: 64 additions & 0 deletions docs/addons/qiskit-addon-obp/_toc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
{
"parentUrl": "/docs/guides/addons",
"parentLabel": "Documentation",
"title": "Operator backpropagation (OBP) 0.3.0",
"collapsed": true,
"children": [
{
"title": "",
"children": [
{
"title": "Home",
"url": "/docs/addons/qiskit-addon-obp"
},
{
"title": "Installation instructions",
"url": "/docs/addons/qiskit-addon-obp/install"
},
{
"title": "Guides",
"children": [
{
"title": "Using different Lp-norms for Pauli term truncation",
"url": "/docs/addons/qiskit-addon-obp/how-tos/bound-error-using-p-norm"
},
{
"title": "Classically simulating circuits with OBP",
"url": "/docs/addons/qiskit-addon-obp/how-tos/simulating-circuits-with-obp"
},
{
"title": "Truncating Pauli terms during backpropagation",
"url": "/docs/addons/qiskit-addon-obp/how-tos/truncate-operator-terms"
}
],
"url": "/docs/addons/qiskit-addon-obp/how-tos/index"
},
{
"title": "GitHub",
"url": "https://github.com/Qiskit/qiskit-addon-obp"
}
],
"collapsible": false
},
{
"title": "Tutorials",
"collapsible": false,
"children": [
{
"title": "Reducing depth of circuits with operator backpropagation",
"url": "/docs/addons/qiskit-addon-obp/tutorials/01-getting-started"
}
]
},
{
"title": "API reference",
"collapsible": false,
"children": [
{
"title": "Operator backpropagation (OBP) API reference",
"url": "/docs/api/qiskit-addon-obp"
}
]
}
]
}
Loading