Skip to content

Commit

Permalink
Add documentation on transpiler plugins (Qiskit#781)
Browse files Browse the repository at this point in the history
Fixes Qiskit#102 .
  • Loading branch information
kevinsung authored Feb 27, 2024
1 parent 4565518 commit 52b341b
Show file tree
Hide file tree
Showing 3 changed files with 914 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/transpile/_toc.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,19 @@
"title": "Write a custom transpiler pass",
"url": "/transpile/custom-transpiler-pass"
},
{
"title": "Transpiler plugins",
"children": [
{
"title": "Install and use transpiler plugins",
"url": "/transpile/transpiler-plugins"
},
{
"title": "Create a transpiler plugin",
"url": "/transpile/create-a-transpiler-plugin"
}
]
},
{
"title": "Use the transpile function",
"children": [
Expand Down
Loading

0 comments on commit 52b341b

Please sign in to comment.